/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | internal.h | 186 typedef struct cpp_context cpp_context; typedef 187 struct cpp_context struct 190 cpp_context *next, *prev; argument 419 struct cpp_context base_context; 420 struct cpp_context *context; 719 extern int _cpp_remaining_tokens_num_in_context (cpp_context *);
|
H A D | macro.c | 282 static cpp_context *next_context (cpp_reader *); 346 static bool reached_end_of_context (cpp_context *); 352 static cpp_hashnode* macro_of_context (cpp_context *context); 1008 cpp_context *context = pfile->context; in paste_all_tokens() 2321 static cpp_context * 2324 cpp_context *result = pfile->context->next; in next_context() 2328 result = XNEW (cpp_context); in next_context() 2329 memset (result, 0, sizeof (cpp_context)); in next_context() 2344 cpp_context *context = next_context (pfile); in push_ptoken_context() 2363 cpp_context *context; in _cpp_push_token_context() [all …]
|
H A D | traditional.c | 381 cpp_context *context; in _cpp_scan_out_logical_line() 662 cpp_context *saved_prev_context = context->prev; in _cpp_scan_out_logical_line() 871 cpp_context *context = pfile->context; in recursive_macro() 1174 cpp_context *context = pfile->context; in _cpp_create_trad_definition()
|
H A D | init.c | 304 cpp_context *context, *contextn; in cpp_destroy()
|
H A D | lex.c | 2467 _cpp_remaining_tokens_num_in_context (cpp_context *context) in _cpp_remaining_tokens_num_in_context() 2481 _cpp_token_from_context_at (cpp_context *context, int index) in _cpp_token_from_context_at() 2496 cpp_context *context = pfile->context; in cpp_peek_token()
|
H A D | directives.c | 1823 cpp_context *saved_context; in destringize_and_run() 1854 pfile->context = XCNEW (cpp_context); in destringize_and_run()
|
H A D | expr.c | 1026 cpp_context *initial_context = pfile->context; in parse_defined()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 190 typedef struct cpp_context cpp_context; typedef 191 struct cpp_context struct 194 cpp_context *next, *prev; argument 435 struct cpp_context base_context; 436 struct cpp_context *context; 752 extern int _cpp_remaining_tokens_num_in_context (cpp_context *);
|
H A D | macro.cc | 294 static cpp_context *next_context (cpp_reader *); 357 static bool reached_end_of_context (cpp_context *); 363 static cpp_hashnode* macro_of_context (cpp_context *context); 1063 cpp_context *context = pfile->context; in paste_all_tokens() 2431 static cpp_context * 2434 cpp_context *result = pfile->context->next; in next_context() 2438 result = XNEW (cpp_context); in next_context() 2439 memset (result, 0, sizeof (cpp_context)); in next_context() 2454 cpp_context *context = next_context (pfile); in push_ptoken_context() 2473 cpp_context *context; in _cpp_push_token_context() [all …]
|
H A D | traditional.cc | 386 cpp_context *context; in _cpp_scan_out_logical_line() 667 cpp_context *saved_prev_context = context->prev; in _cpp_scan_out_logical_line() 876 cpp_context *context = pfile->context; in recursive_macro() 1179 cpp_context *context = pfile->context; in _cpp_create_trad_definition()
|
H A D | init.cc | 313 cpp_context *context, *contextn; in cpp_destroy()
|
H A D | directives.cc | 1864 cpp_context *saved_context; in destringize_and_run() 1895 pfile->context = XCNEW (cpp_context); in destringize_and_run()
|
H A D | lex.cc | 3103 _cpp_remaining_tokens_num_in_context (cpp_context *context) in _cpp_remaining_tokens_num_in_context() 3117 _cpp_token_from_context_at (cpp_context *context, int index) in _cpp_token_from_context_at() 3132 cpp_context *context = pfile->context; in cpp_peek_token()
|
H A D | expr.cc | 1049 cpp_context *initial_context = pfile->context; in parse_defined()
|
H A D | ChangeLog | 908 (cpp_context): Replace abort with gcc_assert. 1348 * internal.h (struct cpp_context): Extend in_directive's 4370 Properly initialize cpp_context in destringize_and_run 4637 (struct cpp_context)<tokens_kind>: New member of type enum 4639 (struct cpp_context)<macro>: Remove this. Replace it with an enum 4641 (struct cpp_context)<direct_p>: Remove.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cppinternals.info | 476 list of 'cpp_context' structures, which together represent the macro
|
H A D | cppinternals.texi | 508 linked list of @code{cpp_context} structures, which together represent
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cppinternals.info | 476 list of 'cpp_context' structures, which together represent the macro
|
H A D | cppinternals.texi | 508 linked list of @code{cpp_context} structures, which together represent
|
/netbsd-src/external/gpl3/gcc/dist/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.
|