Searched refs:new_string_token (Results 1 – 2 of 2) sorted by relevance
52 static const cpp_token *new_string_token (cpp_reader *, uchar *, unsigned int);93 new_string_token (cpp_reader *pfile, unsigned char *text, unsigned int len) in new_string_token() function432 return new_string_token (pfile, dest - len, len); in stringify_arg()
24971 * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,