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

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable in typeref:struct:token_spelling
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
4524 return (const char *) token_spellings[type].name;
4633 else if (token_spellings[b].category == SPELL_OPERATOR)
4634 c = token_spellings[b].name[0];
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 46 static const struct token_spelling token_spellings[N_TTYPES] = { TTYPE_TABLE }; variable in typeref:struct:token_spelling
50 #define TOKEN_SPELL(token) (token_spellings[(token)->type].category)
51 #define TOKEN_NAME(token) (token_spellings[(token)->type].name)
4204 return (const char *) token_spellings[type].name;
4313 else if (token_spellings[b].category == SPELL_OPERATOR)
4314 c = token_spellings[b].name[0];

Completed in 61 milliseconds