Home
last modified time | relevance | path

Searched refs:avr_case_values_threshold (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c12885 avr_case_values_threshold (void) in avr_case_values_threshold() function
14681 #define TARGET_CASE_VALUES_THRESHOLD avr_case_values_threshold
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc13310 avr_case_values_threshold (void) in avr_case_values_threshold() function
15125 #define TARGET_CASE_VALUES_THRESHOLD avr_case_values_threshold
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200926210 (avr_case_values_threshold): Declare as static.
26211 * config/avr/avr-protos.h (avr_case_values_threshold): Remove.
30129 * config/avr/avr.h (avr_case_values_threshold): Remove declaration.
30132 avr_case_values_threshold variable.
30133 (avr_case_values_threshold): Remove variable. Add new function.
30134 * config/avr/avr-protos.h (avr_case_values_threshold): Declare.
H A DChangeLog-20003716 * config/avr/avr.c (avr_case_values_threshold): New.
3725 (avr_case_values_threshold): Declare as extern int.
3726 (CASE_VALUES_THRESHOLD): Define as avr_case_values_threshold.
H A DChangeLog-201222321 * config/avr/avr.c (avr_case_values_threshold): Return 7.
H A DChangeLog-20117129 (avr_case_values_threshold): Ditto.