Searched refs:paste_all_tokens (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cppmacro.c | 58 static void paste_all_tokens PARAMS ((cpp_reader *, const cpp_token *)); 475 paste_all_tokens (pfile, lhs) in paste_all_tokens() function 1131 paste_all_tokens (pfile, result);
|
H A D | ChangeLog.6 | 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,
|
H A D | ChangeLog.7 | 2812 * cppmacro.c (paste_all_tokens, push_ptoken_context, 8032 * cppmacro.c (paste_all_tokens): Bad pastes are a hard error. 11094 * cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
|
H A D | ChangeLog.4 | 3279 (paste_all_tokens): Use it. 4098 (paste_all_tokens): Don't worry about CPP_PLACEMARKERs.
|
H A D | ChangeLog.5 | 11249 (paste_all_tokens): Preserve AVOID_LPASTE on pasted token.
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | macro.c | 53 static void paste_all_tokens (cpp_reader *, const cpp_token *); 483 paste_all_tokens (cpp_reader *pfile, const cpp_token *lhs) in paste_all_tokens() function 1098 paste_all_tokens (pfile, result); in cpp_get_token()
|
H A D | ChangeLog | 26 (paste_all_tokens): Don't report errors here, just break on failure.
|