Searched refs:paste_all_tokens (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | macro.c | 286 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 D | macro.cc | 299 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 D | ChangeLog | 468 (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 D | ChangeLog-2001 | 9898 * 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 D | ChangeLog-2002 | 17259 * 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 D | ChangeLog-2000 | 3285 (paste_all_tokens): Use it. 4104 (paste_all_tokens): Don't worry about CPP_PLACEMARKERs.
|