Searched refs:new_string_token (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | macro.c | 100 static const cpp_token *new_string_token (cpp_reader *, uchar *, unsigned int); 197 new_string_token (cpp_reader *pfile, unsigned char *text, unsigned int len) in new_string_token() function 540 return new_string_token (pfile, dest - len, len); in stringify_arg()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | macro.c | 259 static const cpp_token *new_string_token (cpp_reader *, uchar *, unsigned int); 363 new_string_token (cpp_reader *pfile, unsigned char *text, unsigned int len) in new_string_token() function 768 return new_string_token (pfile, dest - len, len); in stringify_arg()
|