Home
last modified time | relevance | path

Searched refs:smaller_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-switch-conversion.c509 tree smaller_type; in array_value_type() local
567 smaller_type = lang_hooks.types.type_for_mode (mode, sign >= 0); in array_value_type()
569 <= GET_MODE_SIZE (SCALAR_INT_TYPE_MODE (smaller_type))) in array_value_type()
572 return smaller_type; in array_value_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.cc510 tree smaller_type; in array_value_type() local
568 smaller_type = lang_hooks.types.type_for_mode (mode, sign >= 0); in array_value_type()
570 <= GET_MODE_SIZE (SCALAR_INT_TYPE_MODE (smaller_type))) in array_value_type()
573 return smaller_type; in array_value_type()