Searched refs:stringify_arg (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cppmacro.c | 57 static const cpp_token *stringify_arg PARAMS ((cpp_reader *, macro_arg *)); 338 stringify_arg (pfile, arg) in stringify_arg() function 839 arg->stringified = stringify_arg (pfile, arg);
|
| H A D | ChangeLog.4 | 692 unlock_pools, stringify_arg, paste_tokens): Similarly. 4096 * cppmacro.c (stringify_arg): Don't handle CPP_PLACEMARKER. 4586 * cppmacro.c (stringify_arg, replace_args, lex_expansion_token, 4852 * cppmacro.c (stringify_arg): Similarly. 14418 Do not call stringify_arg or get_raw_token. 14420 to a loop at this level. Call stringify_arg here if appropriate. 14424 (stringify_arg): Push arg context at beginning. 14429 (_cpp_glue_header_name, is_macro_disabled, stringify_arg, 14999 is_macro_disabled, stringify_arg, expand_context_stack,
|
| H A D | ChangeLog.6 | 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,
|
| H A D | ChangeLog.5 | 7269 * cppmacro.c (stringify_arg): Null terminate strings.
|
| H A D | ChangeLog | 12323 * cppmacro.c (stringify_arg): Do not overflow the buffer
|
| H A D | ChangeLog.7 | 11094 * cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | macro.c | 52 static const cpp_token *stringify_arg (cpp_reader *, macro_arg *); 344 stringify_arg (cpp_reader *pfile, macro_arg *arg) in stringify_arg() function 821 arg->stringified = stringify_arg (pfile, arg); in replace_args()
|
| H A D | ChangeLog | 461 (stringify_arg): Update call to cpp_spell_token. 464 * macro.c (stringify_arg): Likewise.
|