OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:digraph_spellings
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libcpp/
lex.cc
41
static const unsigned char *const
digraph_spellings
[] =
variable
4417
return
digraph_spellings
[(int) type - (int) CPP_FIRST_DIGRAPH];
4632
c =
digraph_spellings
[(int) b - (int) CPP_FIRST_DIGRAPH][0];
/src/external/gpl3/gcc.old/dist/libcpp/
lex.cc
41
static const unsigned char *const
digraph_spellings
[] =
variable
4097
return
digraph_spellings
[(int) type - (int) CPP_FIRST_DIGRAPH];
4312
c =
digraph_spellings
[(int) b - (int) CPP_FIRST_DIGRAPH][0];
Completed in 34 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026