GDB (xrefs)
|
#include "parser-defs.h"
Public Member Functions | |
VEC (type_ptr)*typelist_val | |
Public Attributes | |
enum type_pieces | piece |
int | int_val |
struct type_stack * | stack_val |
Definition at line 139 of file parser-defs.h.
type_stack_elt::VEC | ( | type_ptr | ) |
int type_stack_elt::int_val |
Definition at line 142 of file parser-defs.h.
Referenced by insert_type_address_space(), pop_type_int(), and push_type_int().
enum type_pieces type_stack_elt::piece |
Definition at line 141 of file parser-defs.h.
Referenced by insert_type(), insert_type_address_space(), pop_type(), and push_type().
struct type_stack* type_stack_elt::stack_val |
Definition at line 143 of file parser-defs.h.
Referenced by pop_type_stack(), and push_type_stack().