OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notokay
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc
6240
bool
notokay
= false;
local
6245
for (i = 0; !
notokay
&& fieldstack.iterate (i, &fo); i++)
6249
notokay
= true;
6254
which will make
notokay
= true. In that case, we are going to return
6257
if (!
notokay
)
6264
notokay
= check_for_overlaps (fieldstack);
6267
if (
notokay
)
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc
6214
bool
notokay
= false;
local
6219
for (i = 0; !
notokay
&& fieldstack.iterate (i, &fo); i++)
6223
notokay
= true;
6228
which will make
notokay
= true. In that case, we are going to return
6231
if (!
notokay
)
6238
notokay
= check_for_overlaps (fieldstack);
6241
if (
notokay
)
Completed in 44 milliseconds
Indexes created Wed Apr 01 00:32:07 UTC 2026