Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dmacro.cc300 static bool paste_tokens (cpp_reader *, location_t,
991 paste_tokens (cpp_reader *pfile, location_t location, in paste_tokens() function
1118 if (!paste_tokens (pfile, virt_loc, &lhs, rhs)) in paste_all_tokens()
2133 if (!paste_tokens (pfile, virt_loc, &token, rhs)) in replace_args()
DChangeLog207 (paste_tokens): On successful paste or in PREV_WHITE and
464 count instead of arg->count, for va_opt add paste_tokens handling.
465 (paste_tokens): Fix up len calculation. Don't spell rhs twice,
3610 (paste_tokens): Use original spellings of identifiers from
4339 (paste_tokens): Take a virtual location parameter for
4344 Pass the virtual location to paste_tokens.
6051 * macro.c (paste_tokens): Handle padding token.
6052 (paste_tokens): Don't abort unless padding has PASTE_LEFT flag.
6210 * macro.c (paste_tokens): Remove PASTE_LEFT from the old lhs.
6309 * macro.c (paste_tokens): Do error reporting here, use BUF with the
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-2000698 unlock_pools, stringify_arg, paste_tokens): Similarly.
2543 * cppmacro.c (paste_tokens): Apart from assembler, make
3283 * cppmacro.c (paste_tokens): Rename from paste_payloads.
DChangeLog-20017982 * cppmacro.c (paste_tokens): Update.
9898 * cppmacro.c (paste_tokens, paste_all_tokens): Update to use the
10099 (builtin_macro, paste_all_tokens, paste_tokens, funlike_invocation_p,
DChangeLog-200326063 * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
DChangeLog-20025265 * cppmacro.c (paste_tokens): Only allow / to paste with =.