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

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

Completed in 173 milliseconds