OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:operator_array
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libcpp/
init.cc
389
operator_array
holds the C++ named operators. These are keywords
438
static const struct builtin_operator
operator_array
[] =
variable in typeref:struct:builtin_operator
460
for (b =
operator_array
;
461
b < (
operator_array
+ ARRAY_SIZE (
operator_array
));
478
for (b =
operator_array
;
479
b < (
operator_array
+ ARRAY_SIZE (
operator_array
));
/src/external/gpl3/gcc/dist/libcpp/
init.cc
404
operator_array
holds the C++ named operators. These are keywords
455
static const struct builtin_operator
operator_array
[] =
variable in typeref:struct:builtin_operator
477
for (b =
operator_array
;
478
b < (
operator_array
+ ARRAY_SIZE (
operator_array
));
495
for (b =
operator_array
;
496
b < (
operator_array
+ ARRAY_SIZE (
operator_array
));
Completed in 17 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026