OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 15:26:31 UTC 2026