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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dmacro.c37 const cpp_token *stringified; /* Stringified argument. */ member in struct:macro_arg
1011 /* We have an argument. If it is not being stringified or
1017 if (!arg->stringified)
1018 arg->stringified = stringify_arg (pfile, arg);
1051 count = 1, from = &arg->stringified;
2026 "macro argument \"%s\" would be stringified in traditional C",
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dmacro.c36 const cpp_token *stringified; /* Stringified argument. */ member in struct:macro_arg
844 /* We have an argument. If it is not being stringified or
850 if (!arg->stringified)
851 arg->stringified = stringify_arg (pfile, arg);
884 count = 1, from = &arg->stringified;
1714 "macro argument \"%s\" would be stringified in traditional C",

Completed in 87 milliseconds