
Go to the source code of this file.
Defines | |
| #define | YYDEBUG 1 |
Typedefs | |
| typedef struct cpp_reader | cpp_reader |
Functions/Subroutines | |
| void init_pragma | PARAMS ((void)) |
| void cpp_register_pragma | PARAMS ((cpp_reader *, const char *, const char *, void(*) PARAMS((cpp_reader *)))) |
| void maybe_apply_pragma_weak | PARAMS ((tree)) |
| tree maybe_apply_renaming_pragma | PARAMS ((tree, tree)) |
| int c_lex | PARAMS ((tree *)) |
Variables | |
| int | yydebug |
| struct cpp_reader * | parse_in |
| #define YYDEBUG 1 |
Definition at line 32 of file c-pragma.h.
| typedef struct cpp_reader cpp_reader |
Definition at line 67 of file c-pragma.h.
| int c_lex PARAMS | ( | (tree *) | ) |
| void cpp_register_pragma PARAMS | ( | (cpp_reader *, const char *, const char *, void(*) PARAMS((cpp_reader *))) | ) |
Definition at line 77 of file cplus-dem.c.
Definition at line 54 of file c-common.c.
1.5.6