GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
type_stack_elt Union Reference

#include "type-stack.h"

Public Attributes

enum type_pieces piece
 
int int_val
 
struct type_stackstack_val
 
std::vector< struct type * > * typelist_val
 

Detailed Description

Definition at line 50 of file type-stack.h.

Member Data Documentation

◆ int_val

int type_stack_elt::int_val

Definition at line 53 of file type-stack.h.

Referenced by type_stack::insert(), type_stack::pop_int(), and type_stack::push().

◆ piece

enum type_pieces type_stack_elt::piece

◆ stack_val

struct type_stack* type_stack_elt::stack_val

Definition at line 54 of file type-stack.h.

Referenced by type_stack::pop_type_stack(), and type_stack::push().

◆ typelist_val

std::vector<struct type *>* type_stack_elt::typelist_val

Definition at line 55 of file type-stack.h.

Referenced by type_stack::pop_typelist(), and type_stack::push().


The documentation for this union was generated from the following file: