Searched refs:cpp_context (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/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 338 struct cpp_context base_context; 339 struct cpp_context *context;
|
| H A D | macro.c | 49 static cpp_context *next_context (cpp_reader *); 503 cpp_context *context = pfile->context; in paste_all_tokens() 957 static cpp_context * 960 cpp_context *result = pfile->context->next; in next_context() 964 result = XNEW (cpp_context); in next_context() 979 cpp_context *context = next_context (pfile); in push_ptoken_context() 993 cpp_context *context = next_context (pfile); in _cpp_push_token_context() 1007 cpp_context *context = next_context (pfile); in _cpp_push_text_context() 1071 cpp_context *context = pfile->context; in _cpp_pop_context() 1101 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 | 237 cpp_context *context, *contextn; in cpp_destroy()
|
| H A D | directives.c | 1503 cpp_context *saved_context; in destringize_and_run() 1533 pfile->context = XNEW (cpp_context); in destringize_and_run()
|
| H A D | expr.c | 529 cpp_context *initial_context = pfile->context; in parse_defined()
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | cppinternals.texi | 507 linked list of @code{cpp_context} structures, which together represent
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2001 | 9424 (cpp_context): Update. 9908 (struct cpp_context): Add member buff. 10081 (struct cpp_context): Update. 11570 (struct cpp_context): New member bol. 31718 struct cpp_context, CPP_STACK_MAX, struct lexer_state,
|
| H A D | ChangeLog-2000 | 5241 struct toklist, struct cpp_context, struct specnodes, 15013 placemarker_token, eof_token, cpp_context, macro_args,
|
| H A D | ChangeLog-2002 | 17258 (struct cpp_context): Add traditional fields.
|