Searched refs:new_string_token (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | cppmacro.c | 55 static const cpp_token *new_string_token PARAMS ((cpp_reader *, uchar *, 103 new_string_token (pfile, text, len) in new_string_token() function 420 return new_string_token (pfile, dest - len, len);
|
H A D | ChangeLog.7 | 10524 * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,
|
/openbsd-src/gnu/gcc/libcpp/ |
H A D | macro.c | 51 static const cpp_token *new_string_token (cpp_reader *, uchar *, unsigned int); 92 new_string_token (cpp_reader *pfile, unsigned char *text, unsigned int len) in new_string_token() function 424 return new_string_token (pfile, dest - len, len); in stringify_arg()
|