Searched refs:stringify_arg (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | macro.cc | 297 static const cpp_token *stringify_arg (cpp_reader *, const cpp_token **, 896 stringify_arg (cpp_reader *pfile, const cpp_token **first, unsigned int count) in stringify_arg() function 1992 arg->stringified = stringify_arg (pfile, arg->first, arg->count); in replace_args() 2151 const cpp_token *t = stringify_arg (pfile, first, count); in replace_args()
|
H A D | ChangeLog | 206 * macro.c (stringify_arg): Remove va_opt argument and va_opt handling. 209 (replace_args): Adjust stringify_arg callers. For #__VA_OPT__, 210 perform token pasting in a separate loop before stringify_arg call. 462 (stringify_arg): Replace arg argument with first, count arguments 469 (replace_args): Adjust stringify_arg caller. For vaopt_state::END 3113 * macro.c (stringify_arg()): Treat CPP_UTF8CHAR token; 3821 * macro.c (stringify_arg (cpp_reader *, macro_arg *)): 3840 * macro.c (stringify_arg (cpp_reader *, macro_arg *)): 4671 (stringify_arg): Use the new arg_token_at. 5248 * macro.c (stringify_arg): Handle CPP_UTF8STRING. [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | macro.c | 285 static const cpp_token *stringify_arg (cpp_reader *, macro_arg *); 846 stringify_arg (cpp_reader *pfile, macro_arg *arg) in stringify_arg() function 1933 arg->stringified = stringify_arg (pfile, arg); in replace_args()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 698 unlock_pools, stringify_arg, paste_tokens): Similarly. 4102 * cppmacro.c (stringify_arg): Don't handle CPP_PLACEMARKER. 4592 * cppmacro.c (stringify_arg, replace_args, lex_expansion_token, 4858 * cppmacro.c (stringify_arg): Similarly. 14424 Do not call stringify_arg or get_raw_token. 14426 to a loop at this level. Call stringify_arg here if appropriate. 14430 (stringify_arg): Push arg context at beginning. 14435 (_cpp_glue_header_name, is_macro_disabled, stringify_arg, 15005 is_macro_disabled, stringify_arg, expand_context_stack,
|
H A D | ChangeLog-2001 | 9700 * cppmacro.c (stringify_arg, collect_args): Update to use 9867 * cppmacro.c (new_number_token, builtin_macro, stringify_arg): 10100 replace_args, quote_string, stringify_arg, parse_arg, next_context, 26476 * cppmacro.c (stringify_arg): Null terminate strings.
|
H A D | ChangeLog-2003 | 25448 * cppmacro.c (stringify_arg, check_trad_stringification): 25627 * cppmacro.c (stringify_arg): Update handling of CPP_OTHER.
|
H A D | ChangeLog-2002 | 6142 * cppmacro.c (stringify_arg): Do not overflow the buffer 25541 * cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
|