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 |
struct ext_lang_type_printers * | global_printers |
Definition at line 27 of file typeprint.h.
struct ext_lang_type_printers* type_print_options::global_printers |
Definition at line 48 of file typeprint.h.
Referenced by create_global_typedef_table(), do_free_global_table(), and find_global_typedef().
struct typedef_hash_table* type_print_options::global_typedefs |
Definition at line 44 of file typeprint.h.
Referenced by create_global_typedef_table(), do_free_global_table(), and find_global_typedef().
struct typedef_hash_table* type_print_options::local_typedefs |
Definition at line 40 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 33 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 36 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 30 of file typeprint.h.
Referenced by c_type_print_base(), c_type_print_template_args(), print_name_maybe_canonical(), and whatis_exp().