OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:comparison_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-switch-conversion.cc
1136
unsigned
comparison_count
= 0;
1140
comparison_count
+= sc->get_comparison_count ();
1148
" density: %.2f%%)", total_values,
comparison_count
, range,
1149
100.0f *
comparison_count
/ range);
1303
HOST_WIDE_INT
comparison_count
= 0;
1307
comparison_count
+= sc->get_comparison_count ();
1321
comparison_count
))
1325
comparison_count
-= sc->get_comparison_count ();
1328
gcc_checking_assert (
comparison_count
== 0);
1368
unsigned HOST_WIDE_INT
comparison_count
)
1135
unsigned
comparison_count
= 0;
local
1302
HOST_WIDE_INT
comparison_count
= 0;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-switch-conversion.cc
1091
unsigned
comparison_count
= 0;
1095
comparison_count
+= sc->get_comparison_count ();
1103
" density: %.2f%%)", total_values,
comparison_count
, range,
1104
100.0f *
comparison_count
/ range);
1201
HOST_WIDE_INT
comparison_count
= 0;
1205
comparison_count
+= sc->get_comparison_count ();
1219
comparison_count
))
1223
comparison_count
-= sc->get_comparison_count ();
1226
gcc_checking_assert (
comparison_count
== 0);
1266
unsigned HOST_WIDE_INT
comparison_count
)
1090
unsigned
comparison_count
= 0;
local
1200
HOST_WIDE_INT
comparison_count
= 0;
local
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Mar 24 00:24:13 UTC 2026