OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sized_array_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
decl.cc
6833
bool
sized_array_p
= (max_index && TREE_CONSTANT (max_index));
6850
if (
sized_array_p
)
6865
d->cur != d->end && (!
sized_array_p
|| index <= max_index_cst);
6892
if (d->cur == old_cur && !
sized_array_p
)
6821
bool
sized_array_p
= (max_index && TREE_CONSTANT (max_index));
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc
6485
bool
sized_array_p
= (max_index && TREE_CONSTANT (max_index));
6502
if (
sized_array_p
)
6517
d->cur != d->end && (!
sized_array_p
|| index <= max_index_cst);
6544
if (d->cur == old_cur && !
sized_array_p
)
6473
bool
sized_array_p
= (max_index && TREE_CONSTANT (max_index));
local
Completed in 46 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026