Home
last modified time | relevance | path

Searched refs:CASE_VALUES_THRESHOLD (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dexpr.c9271 #ifndef CASE_VALUES_THRESHOLD
9272 #define CASE_VALUES_THRESHOLD (HAVE_casesi ? 4 : 5) macro
9278 return CASE_VALUES_THRESHOLD; in case_values_threshold()
H A DChangeLog-19984385 (expand_end_case): Cast CASE_VALUES_THRESHOLD to (unsigned int)
H A DChangeLog-20003726 (CASE_VALUES_THRESHOLD): Define as avr_case_values_threshold.
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi9022 @defmac CASE_VALUES_THRESHOLD