Home | History | Annotate | Download | only in libcpp

Lines Matching refs:stringified

39   const cpp_token *stringified;	/* Stringified argument.  */
1720 /* We can't set the location of a stringified argument
1765 tokens_ptr = (const cpp_token **) &arg->stringified;
1820 initialized on an argument that has a stringified token, moving it
1821 forward doesn't make sense as a stringified token is essentially one
1994 /* We have an argument. If it is not being stringified or
2000 if (!arg->stringified)
2001 arg->stringified = stringify_arg (pfile, arg->first, arg->count);
2234 arg, &arg->stringified);
4066 "macro argument \"%s\" would be stringified in traditional C",