Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/
HDmacro.c41 const cpp_token *stringified; /* Stringified argument. */ member
1239 tokens_ptr = (const cpp_token **) &arg->stringified; in arg_token_ptr_at()
1450 if (!arg->stringified) in replace_args()
1451 arg->stringified = stringify_arg (pfile, arg); in replace_args()
1569 arg, &arg->stringified); in replace_args()
/dragonfly/contrib/gcc-8.0/libcpp/
HDmacro.c39 const cpp_token *stringified; /* Stringified argument. */ member
1544 tokens_ptr = (const cpp_token **) &arg->stringified; in arg_token_ptr_at()
1779 if (!arg->stringified) in replace_args()
1780 arg->stringified = stringify_arg (pfile, arg); in replace_args()
1955 arg, &arg->stringified); in replace_args()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDcpp.texi1511 string constants and stringified arguments. The preprocessor will
1512 replace the stringified arguments with string constants. The C
1532 @code{if} statement, and once, stringified, into the argument to
1550 All leading and trailing whitespace in text being stringified is
1552 converted to a single space in the stringified result. Comments are
1554 never appear in stringified text.
1573 @code{s} is stringified when it is used in @code{str}, so it is not
2906 substituted into a macro body, unless they are stringified or pasted
2948 If an argument is stringified or concatenated, the prescan does not
HDcppinternals.texi208 important in case the macro argument is stringified. The state variable
749 of these macro expansions could be stringified, where spacing matters.