OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:case_low
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
vr-values.cc
489
tree
case_low
, case_high;
local
517
case_low
=
CASE_LOW
(gimple_switch_label (stmt, i));
519
if (tree_int_cst_compare (
case_low
, min) < 0)
1386
tree case_label_type = TREE_TYPE (
CASE_LOW
(min_label));
1394
if (tree_int_cst_compare (
CASE_LOW
(min_label), vr_min) < 0
1397
CASE_LOW
(min_label) = vr_min;
1401
if (tree_int_cst_compare (
CASE_LOW
(max_label), vr_max) <= 0
1414
if (tree_int_cst_compare (
CASE_LOW
(min_label), vr_min) == 0
1417
CASE_LOW
(min_label
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
vr-values.cc
2530
tree
case_low
, case_high;
local
2557
case_low
=
CASE_LOW
(gimple_switch_label (stmt, i));
2559
if (tree_int_cst_compare (
case_low
, min) < 0)
3769
tree case_label_type = TREE_TYPE (
CASE_LOW
(min_label));
3777
if (tree_int_cst_compare (
CASE_LOW
(min_label), vr_min) < 0
3780
CASE_LOW
(min_label) = vr_min;
3784
if (tree_int_cst_compare (
CASE_LOW
(max_label), vr_max) <= 0
3797
if (tree_int_cst_compare (
CASE_LOW
(min_label), vr_min) == 0
3800
CASE_LOW
(min_label
[
all
...]
Completed in 25 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026