Home
last modified time | relevance | path

Searched refs:paste_all_tokens (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c286 static void paste_all_tokens (cpp_reader *, const cpp_token *);
1005 paste_all_tokens (cpp_reader *pfile, const cpp_token *lhs) in paste_all_tokens() function
2884 paste_all_tokens (pfile, result); in cpp_get_token_1()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc299 static void paste_all_tokens (cpp_reader *, const cpp_token *);
1060 paste_all_tokens (cpp_reader *pfile, const cpp_token *lhs) in paste_all_tokens() function
2998 paste_all_tokens (pfile, result); in cpp_get_token_1()
H A DChangeLog468 (paste_all_tokens): Call it here instead.
4342 (paste_all_tokens): Tighten the assert. Propagate the location of
4406 * macro.c (paste_all_tokens): Put the token resulting from pasting
4672 (paste_all_tokens): Support tokens coming from extended tokens
6311 (paste_all_tokens): Don't report errors here, just break on failure.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20019898 * cppmacro.c (paste_tokens, paste_all_tokens): Update to use the
10099 (builtin_macro, paste_all_tokens, paste_tokens, funlike_invocation_p,
11048 * cppmacro.c (builtin_macro, paste_all_tokens, replace_args,
30456 (paste_all_tokens): Preserve AVOID_LPASTE on pasted token.
H A DChangeLog-200217259 * cppmacro.c (paste_all_tokens, push_ptoken_context,
22479 * cppmacro.c (paste_all_tokens): Bad pastes are a hard error.
25541 * cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
H A DChangeLog-20003285 (paste_all_tokens): Use it.
4104 (paste_all_tokens): Don't worry about CPP_PLACEMARKERs.