Lines Matching refs:stringified
39 const cpp_token *stringified; /* Stringified argument. */
1711 /* We can't set the location of a stringified argument
1756 tokens_ptr = (const cpp_token **) &arg->stringified;
1811 initialized on an argument that has a stringified token, moving it
1812 forward doesn't make sense as a stringified token is essentially one
1985 /* We have an argument. If it is not being stringified or
1991 if (!arg->stringified)
1992 arg->stringified = stringify_arg (pfile, arg->first, arg->count);
2225 arg, &arg->stringified);
4049 "macro argument \"%s\" would be stringified in traditional C",