OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ccompares
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc
6093
auto_vec<std::pair<tree, bool>, 2>
ccompares
;
local
6102
ccompares
.safe_push
6112
gcc_assert (
ccompares
.length () != 0);
6162
for (int i =
ccompares
.length () - 1; i != -1; --i)
6164
tree ccompare =
ccompares
[i].first;
6165
if (
ccompares
[i].second)
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc
5306
auto_vec<std::pair<tree, bool>, 2>
ccompares
;
local
5315
ccompares
.safe_push
5325
gcc_assert (
ccompares
.length () != 0);
5375
for (int i =
ccompares
.length () - 1; i != -1; --i)
5377
tree ccompare =
ccompares
[i].first;
5378
if (
ccompares
[i].second)
Completed in 39 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026