HomeSort by: relevance | last modified time | path
    Searched refs:stringified (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 39 const cpp_token *stringified; /* Stringified argument. */ member in struct:macro_arg
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);
    [all...]
charset.cc 2510 stringified macro argument, but should not be possible otherwise. */
2642 data (or stringified macro arguments), the attempt to lex the
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 39 const cpp_token *stringified; /* Stringified argument. */ member in struct:macro_arg
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);
    [all...]
charset.cc 1736 stringified macro argument, but should not be possible otherwise. */
1868 data (or stringified macro arguments), the attempt to lex the

Completed in 31 milliseconds