|
GDB (xrefs)
|
Public Attributes | |
| struct macro_table * | table |
| const char * | name |
| struct macro_source_file * | start_file |
| int | start_line |
| struct macro_source_file * | end_file |
| int | end_line |
Definition at line 159 of file macrotab.c.
| struct macro_source_file* macro_key::end_file |
Definition at line 180 of file macrotab.c.
Referenced by find_definition(), foreach_macro_in_scope(), macro_undef(), and new_macro_key().
Definition at line 181 of file macrotab.c.
Referenced by find_definition(), foreach_macro_in_scope(), and macro_undef().
| const char* macro_key::name |
Definition at line 169 of file macrotab.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.printing.PrettyPrinter::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), find_definition(), foreach_macro(), foreach_macro_in_scope(), key_compare(), macro_tree_compare(), macro_tree_delete_key(), and new_macro_key().
Definition at line 173 of file macrotab.c.
Referenced by check_for_redefinition(), find_definition(), foreach_macro(), foreach_macro_in_scope(), key_compare(), macro_definition_location(), macro_tree_compare(), macro_undef(), and new_macro_key().
Definition at line 174 of file macrotab.c.
Referenced by check_for_redefinition(), find_definition(), foreach_macro(), foreach_macro_in_scope(), key_compare(), macro_definition_location(), macro_tree_compare(), macro_undef(), and new_macro_key().
| struct macro_table* macro_key::table |
Definition at line 165 of file macrotab.c.
Referenced by macro_tree_delete_key(), and new_macro_key().
1.7.6.1