GDB (xrefs)
|
#include "parser-defs.h"
Public Attributes | |
union type_stack_elt * | elements |
int | depth |
int | size |
Definition at line 149 of file parser-defs.h.
int type_stack::depth |
Definition at line 154 of file parser-defs.h.
Referenced by _initialize_parse(), append_type_stack(), follow_types(), get_type_stack(), insert_into_type_stack(), insert_type(), insert_type_address_space(), parse_exp_in_context_1(), pop_type(), pop_type_int(), pop_type_stack(), push_type(), push_type_int(), push_type_stack(), push_typelist(), type_stack_reserve(), and VEC().
union type_stack_elt* type_stack::elements |
Definition at line 152 of file parser-defs.h.
Referenced by _initialize_parse(), append_type_stack(), get_type_stack(), insert_into_type_stack(), pop_type(), pop_type_int(), pop_type_stack(), push_type(), push_type_int(), push_type_stack(), push_typelist(), type_stack_cleanup(), type_stack_reserve(), and VEC().
int type_stack::size |
Definition at line 156 of file parser-defs.h.
Referenced by _initialize_parse(), get_type_stack(), and type_stack_reserve().