Searched refs:new_string_token (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | macro.c | 284 static const cpp_token *new_string_token (cpp_reader *, uchar *, unsigned int); 459 new_string_token (cpp_reader *pfile, unsigned char *text, unsigned int len) in new_string_token() function 933 return new_string_token (pfile, dest - len, len); in stringify_arg()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | macro.cc | 296 static const cpp_token *new_string_token (cpp_reader *, uchar *, unsigned int); 468 new_string_token (cpp_reader *pfile, unsigned char *text, unsigned int len) in new_string_token() function 983 return new_string_token (pfile, dest - len, len); in stringify_arg()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 24971 * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,
|