Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppmacro.c55 static const cpp_token *new_string_token PARAMS ((cpp_reader *, uchar *,
103 new_string_token (pfile, text, len) in new_string_token() function
420 return new_string_token (pfile, dest - len, len);
H A DChangeLog.710524 * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string,
/openbsd-src/gnu/gcc/libcpp/
H A Dmacro.c51 static const cpp_token *new_string_token (cpp_reader *, uchar *, unsigned int);
92 new_string_token (cpp_reader *pfile, unsigned char *text, unsigned int len) in new_string_token() function
424 return new_string_token (pfile, dest - len, len); in stringify_arg()