Searched refs:stringified (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dmacro.c37 const cpp_token *stringified; /* Stringified argument. */ member in struct:macro_arg
831 /* We have an argument. If it is not being stringified or
837 if (!arg->stringified)
838 arg->stringified = stringify_arg (pfile, arg);
871 count = 1, from = &arg->stringified;
1697 "macro argument \"%s\" would be stringified in traditional C",

Completed in 88 milliseconds