Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h140 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 Dmacro.c48 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 Dtraditional.c346 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 Dinit.c233 cpp_context *context, *contextn; in cpp_destroy()
H A Ddirectives.c1481 cpp_context *saved_context; in destringize_and_run()
1511 pfile->context = XNEW (cpp_context); in destringize_and_run()
H A Dexpr.c526 cpp_context *initial_context = pfile->context; in parse_defined()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h176 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 Dcppmacro.c51 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 Dcpptrad.c434 cpp_context *context;
828 cpp_context *context = pfile->context;
1083 cpp_context *context = pfile->context;
H A Dcpplib.c1300 cpp_context *saved_context = pfile->context;
1304 pfile->context = xnew (cpp_context);
H A Dcppinit.c593 cpp_context *context, *contextn;
H A Dcppexp.c504 cpp_context *initial_context = pfile->context;
H A DChangeLog.69424 (cpp_context): Update.
9908 (struct cpp_context): Add member buff.
10081 (struct cpp_context): Update.
11570 (struct cpp_context): New member bol.
H A DChangeLog.45235 struct toklist, struct cpp_context, struct specnodes,
15007 placemarker_token, eof_token, cpp_context, macro_args,
H A DChangeLog.512511 struct cpp_context, CPP_STACK_MAX, struct lexer_state,
H A DChangeLog.72811 (struct cpp_context): Add traditional fields.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcppinternals.texi507 linked list of @code{cpp_context} structures, which together represent
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcppinternals.texi507 linked list of @code{cpp_context} structures, which together represent
H A Dcppinternals.info465 list of `cpp_context' structures, which together represent the macro