Home
last modified time | relevance | path

Searched refs:high_case (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dsancov.c162 tree high_case = CASE_HIGH (label); in instrument_switch() local
163 if (high_case != NULL_TREE) in instrument_switch()
200 tree high_case = CASE_HIGH (label); in instrument_switch() local
201 if (high_case != NULL_TREE) in instrument_switch()
203 fold_convert (uint64_type_node, high_case)); in instrument_switch()
H A Dsancov.cc162 tree high_case = CASE_HIGH (label); in instrument_switch() local
163 if (high_case != NULL_TREE) in instrument_switch()
200 tree high_case = CASE_HIGH (label); in instrument_switch() local
201 if (high_case != NULL_TREE) in instrument_switch()
203 fold_convert (uint64_type_node, high_case)); in instrument_switch()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dsancov.c162 tree high_case = CASE_HIGH (label); in instrument_switch() local
163 if (high_case != NULL_TREE) in instrument_switch()
200 tree high_case = CASE_HIGH (label); in instrument_switch() local
201 if (high_case != NULL_TREE) in instrument_switch()
203 fold_convert (uint64_type_node, high_case)); in instrument_switch()