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

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 149 m_stringify = (token->flags & STRINGIFY_ARG) != 0;
297 static const cpp_token *stringify_arg (cpp_reader *, const cpp_token **,
905 stringify_arg (cpp_reader *pfile, const cpp_token **first, unsigned int count) function
1998 if (src->flags & STRINGIFY_ARG)
2001 arg->stringified = stringify_arg (pfile, arg->first, arg->count);
2127 stringify_arg, because stringify_arg uses pfile->u_buff
2160 const cpp_token *t = stringify_arg (pfile, first, count);
2227 if (src->flags & STRINGIFY_ARG)
3751 token->flags |= STRINGIFY_ARG;
    [all...]
macro.cc 149 m_stringify = (token->flags & STRINGIFY_ARG) != 0;
297 static const cpp_token *stringify_arg (cpp_reader *, const cpp_token **,
905 stringify_arg (cpp_reader *pfile, const cpp_token **first, unsigned int count) function
1998 if (src->flags & STRINGIFY_ARG)
2001 arg->stringified = stringify_arg (pfile, arg->first, arg->count);
2127 stringify_arg, because stringify_arg uses pfile->u_buff
2160 const cpp_token *t = stringify_arg (pfile, first, count);
2227 if (src->flags & STRINGIFY_ARG)
3751 token->flags |= STRINGIFY_ARG;
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 149 m_stringify = (token->flags & STRINGIFY_ARG) != 0;
297 static const cpp_token *stringify_arg (cpp_reader *, const cpp_token **,
896 stringify_arg (cpp_reader *pfile, const cpp_token **first, unsigned int count) function
1989 if (src->flags & STRINGIFY_ARG)
1992 arg->stringified = stringify_arg (pfile, arg->first, arg->count);
2118 stringify_arg, because stringify_arg uses pfile->u_buff
2151 const cpp_token *t = stringify_arg (pfile, first, count);
2218 if (src->flags & STRINGIFY_ARG)
3742 token->flags |= STRINGIFY_ARG;
    [all...]
macro.cc 149 m_stringify = (token->flags & STRINGIFY_ARG) != 0;
297 static const cpp_token *stringify_arg (cpp_reader *, const cpp_token **,
896 stringify_arg (cpp_reader *pfile, const cpp_token **first, unsigned int count) function
1989 if (src->flags & STRINGIFY_ARG)
1992 arg->stringified = stringify_arg (pfile, arg->first, arg->count);
2118 stringify_arg, because stringify_arg uses pfile->u_buff
2151 const cpp_token *t = stringify_arg (pfile, first, count);
2218 if (src->flags & STRINGIFY_ARG)
3742 token->flags |= STRINGIFY_ARG;
    [all...]

Completed in 43 milliseconds