Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dmacro.c52 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() function
432 return new_string_token (pfile, dest - len, len); in stringify_arg()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200224971 * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,