Home
last modified time | relevance | path

Searched refs:new_string_token (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c284 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 Dmacro.cc296 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 DChangeLog-200224971 * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,