Searched refs:CASE_LOW_SEEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dc-common.c3939 /* If CASE_LOW_SEEN is not set, that means CASE_LOW did not appear
3941 if (!CASE_LOW_SEEN (label))
3944 CASE_LOW_SEEN (label) = 0;
4014 CASE_LOW_SEEN (label) = 1;
4053 every disjoint case label, with CASE_LOW_SEEN and CASE_HIGH_SEEN
H A Dtree.h408 CASE_LOW_SEEN in CASE_LABEL_EXPR
1054 #define CASE_LOW_SEEN(NODE) \
1050 #define CASE_LOW_SEEN macro

Completed in 124 milliseconds