Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppmacro.c58 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 DChangeLog.69898 * 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 DChangeLog.72812 * 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 DChangeLog.43279 (paste_all_tokens): Use it.
4098 (paste_all_tokens): Don't worry about CPP_PLACEMARKERs.
H A DChangeLog.511249 (paste_all_tokens): Preserve AVOID_LPASTE on pasted token.
/openbsd-src/gnu/gcc/libcpp/
H A Dmacro.c53 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 DChangeLog26 (paste_all_tokens): Don't report errors here, just break on failure.