Home
last modified time | relevance | path

Searched refs:cpp_context (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h186 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 Dmacro.c282 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 Dtraditional.c381 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 Dinit.c304 cpp_context *context, *contextn; in cpp_destroy()
H A Dlex.c2467 _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 Ddirectives.c1823 cpp_context *saved_context; in destringize_and_run()
1854 pfile->context = XCNEW (cpp_context); in destringize_and_run()
H A Dexpr.c1026 cpp_context *initial_context = pfile->context; in parse_defined()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h190 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 Dmacro.cc294 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 Dtraditional.cc386 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 Dinit.cc313 cpp_context *context, *contextn; in cpp_destroy()
H A Ddirectives.cc1864 cpp_context *saved_context; in destringize_and_run()
1895 pfile->context = XCNEW (cpp_context); in destringize_and_run()
H A Dlex.cc3103 _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 Dexpr.cc1049 cpp_context *initial_context = pfile->context; in parse_defined()
H A DChangeLog908 (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 Dcppinternals.info476 list of 'cpp_context' structures, which together represent the macro
H A Dcppinternals.texi508 linked list of @code{cpp_context} structures, which together represent
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppinternals.info476 list of 'cpp_context' structures, which together represent the macro
H A Dcppinternals.texi508 linked list of @code{cpp_context} structures, which together represent
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20019424 (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 DChangeLog-20005241 struct toklist, struct cpp_context, struct specnodes,
15013 placemarker_token, eof_token, cpp_context, macro_args,
H A DChangeLog-200217258 (struct cpp_context): Add traditional fields.