Searched refs:cpp_context (Results 1 – 19 of 19) sorted by relevance
/openbsd-src/gnu/gcc/libcpp/ |
H A D | internal.h | 140 typedef struct cpp_context cpp_context; typedef 141 struct cpp_context struct 144 cpp_context *next, *prev; argument 333 struct cpp_context base_context; 334 struct cpp_context *context;
|
H A D | macro.c | 48 static cpp_context *next_context (cpp_reader *); 486 cpp_context *context = pfile->context; in paste_all_tokens() 940 static cpp_context * 943 cpp_context *result = pfile->context->next; in next_context() 947 result = XNEW (cpp_context); in next_context() 962 cpp_context *context = next_context (pfile); in push_ptoken_context() 976 cpp_context *context = next_context (pfile); in _cpp_push_token_context() 990 cpp_context *context = next_context (pfile); in _cpp_push_text_context() 1054 cpp_context *context = pfile->context; in _cpp_pop_context() 1084 cpp_context *context = pfile->context; in cpp_get_token()
|
H A D | traditional.c | 346 cpp_context *context; in _cpp_scan_out_logical_line() 730 cpp_context *context = pfile->context; in recursive_macro() 979 cpp_context *context = pfile->context; in _cpp_create_trad_definition()
|
H A D | init.c | 233 cpp_context *context, *contextn; in cpp_destroy()
|
H A D | directives.c | 1481 cpp_context *saved_context; in destringize_and_run() 1511 pfile->context = XNEW (cpp_context); in destringize_and_run()
|
H A D | expr.c | 526 cpp_context *initial_context = pfile->context; in parse_defined()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cpphash.h | 176 typedef struct cpp_context cpp_context; typedef 177 struct cpp_context struct 180 cpp_context *next, *prev; argument 361 struct cpp_context base_context; 362 struct cpp_context *context;
|
H A D | cppmacro.c | 51 static cpp_context *next_context PARAMS ((cpp_reader *)); 480 cpp_context *context = pfile->context; 957 static cpp_context * 961 cpp_context *result = pfile->context->next; 965 result = xnew (cpp_context); 984 cpp_context *context = next_context (pfile); 1001 cpp_context *context = next_context (pfile); 1018 cpp_context *context = next_context (pfile); 1086 cpp_context *context = pfile->context; 1117 cpp_context *context = pfile->context;
|
H A D | cpptrad.c | 434 cpp_context *context; 828 cpp_context *context = pfile->context; 1083 cpp_context *context = pfile->context;
|
H A D | cpplib.c | 1300 cpp_context *saved_context = pfile->context; 1304 pfile->context = xnew (cpp_context);
|
H A D | cppinit.c | 593 cpp_context *context, *contextn;
|
H A D | cppexp.c | 504 cpp_context *initial_context = pfile->context;
|
H A D | ChangeLog.6 | 9424 (cpp_context): Update. 9908 (struct cpp_context): Add member buff. 10081 (struct cpp_context): Update. 11570 (struct cpp_context): New member bol.
|
H A D | ChangeLog.4 | 5235 struct toklist, struct cpp_context, struct specnodes, 15007 placemarker_token, eof_token, cpp_context, macro_args,
|
H A D | ChangeLog.5 | 12511 struct cpp_context, CPP_STACK_MAX, struct lexer_state,
|
H A D | ChangeLog.7 | 2811 (struct cpp_context): Add traditional fields.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
H A D | cppinternals.texi | 507 linked list of @code{cpp_context} structures, which together represent
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | cppinternals.texi | 507 linked list of @code{cpp_context} structures, which together represent
|
H A D | cppinternals.info | 465 list of `cpp_context' structures, which together represent the macro
|