Home
last modified time | relevance | path

Searched refs:next_context (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c282 static cpp_context *next_context (cpp_reader *);
2322 next_context (cpp_reader *pfile) in next_context() function
2344 cpp_context *context = next_context (pfile); in push_ptoken_context()
2368 context = next_context (pfile); in _cpp_push_token_context()
2401 context = next_context (pfile); in push_extended_tokens_context()
2419 cpp_context *context = next_context (pfile); in _cpp_push_text_context()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc294 static cpp_context *next_context (cpp_reader *);
2432 next_context (cpp_reader *pfile) in next_context() function
2454 cpp_context *context = next_context (pfile); in push_ptoken_context()
2478 context = next_context (pfile); in _cpp_push_token_context()
2511 context = next_context (pfile); in push_extended_tokens_context()
2529 cpp_context *context = next_context (pfile); in _cpp_push_text_context()
H A DChangeLog4698 (next_context, push_ptoken_context, _cpp_push_token_context)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200110100 replace_args, quote_string, stringify_arg, parse_arg, next_context,