Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinternal.h140 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 Dmacro.c49 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 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.c237 cpp_context *context, *contextn; in cpp_destroy()
H A Ddirectives.c1503 cpp_context *saved_context; in destringize_and_run()
1533 pfile->context = XNEW (cpp_context); in destringize_and_run()
H A Dexpr.c529 cpp_context *initial_context = pfile->context; in parse_defined()
/freebsd-12.1/contrib/gcc/doc/
H A Dcppinternals.texi507 linked list of @code{cpp_context} structures, which together represent
/freebsd-12.1/contrib/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.