GDB (xrefs)
|
Public Attributes | |
macro_callback_fn | fn |
void * | user_data |
struct macro_source_file * | file |
int | line |
Definition at line 963 of file macrotab.c.
struct macro_source_file* macro_for_each_data::file |
Definition at line 967 of file macrotab.c.
Referenced by foreach_macro_in_scope(), macro_for_each(), and macro_for_each_in_scope().
macro_callback_fn macro_for_each_data::fn |
Definition at line 965 of file macrotab.c.
Referenced by foreach_macro(), foreach_macro_in_scope(), macro_for_each(), and macro_for_each_in_scope().
int macro_for_each_data::line |
Definition at line 968 of file macrotab.c.
Referenced by foreach_macro_in_scope(), macro_for_each(), and macro_for_each_in_scope().
void* macro_for_each_data::user_data |
Definition at line 966 of file macrotab.c.
Referenced by foreach_macro(), foreach_macro_in_scope(), macro_for_each(), and macro_for_each_in_scope().