GDB (xrefs)
|
#include "type-stack.h"
Public Attributes | |
enum type_pieces | piece |
int | int_val |
struct type_stack * | stack_val |
std::vector< struct type * > * | typelist_val |
Definition at line 50 of file type-stack.h.
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().
enum type_pieces type_stack_elt::piece |
Definition at line 52 of file type-stack.h.
Referenced by type_stack::insert(), type_stack::insert(), type_stack::pop(), and type_stack::push().
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().
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().