GDB (xrefs)
|
#include "gdbtypes.h"
Public Attributes | |
struct type * | pointer_type |
struct type * | reference_type |
struct type * | chain |
int | instance_flags |
unsigned | length |
struct main_type * | main_type |
Definition at line 651 of file gdbtypes.h.
struct type* type::chain |
Definition at line 669 of file gdbtypes.h.
Referenced by make_pointer_type(), make_reference_type(), and replace_type().
Definition at line 680 of file gdbtypes.h.
Referenced by check_typedef().
unsigned type::length |
Definition at line 706 of file gdbtypes.h.
Referenced by arch_type(), c_get_string(), c_type_print_base(), convert_escape(), darwin_load_image_infos(), dwarf2_add_member_fn(), dwarf2_attach_fn_fields_to_type(), evaluate_subexp_java(), gen_expr(), init_type(), java_value_print(), lookup_opencl_vector_type(), print_go_string(), read_member_functions(), and s390_push_dummy_call().
struct main_type* type::main_type |
Definition at line 709 of file gdbtypes.h.
struct type* type::pointer_type |
Definition at line 658 of file gdbtypes.h.
struct type* type::reference_type |
Definition at line 662 of file gdbtypes.h.