GDB (xrefs)
|
#include "typeprint.h"
Public Attributes | |
unsigned int | raw: 1 |
unsigned int | print_methods: 1 |
unsigned int | print_typedefs: 1 |
struct typedef_hash_table * | local_typedefs |
struct typedef_hash_table * | global_typedefs |
void * | global_printers |
Definition at line 26 of file typeprint.h.
Definition at line 47 of file typeprint.h.
Referenced by create_global_typedef_table(), do_free_global_table(), and find_global_typedef().
Definition at line 43 of file typeprint.h.
Referenced by create_global_typedef_table(), do_free_global_table(), and find_global_typedef().
Definition at line 39 of file typeprint.h.
Referenced by c_type_print_base(), and find_typedef_in_hash().
unsigned int type_print_options::print_methods |
Definition at line 32 of file typeprint.h.
Referenced by c_type_print_base(), set_print_type_methods(), and whatis_exp().
unsigned int type_print_options::print_typedefs |
Definition at line 35 of file typeprint.h.
Referenced by c_type_print_base(), set_print_type_typedefs(), and whatis_exp().
unsigned int type_print_options::raw |
Definition at line 29 of file typeprint.h.
Referenced by c_type_print_base(), c_type_print_template_args(), print_name_maybe_canonical(), and whatis_exp().