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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsancov.cc158 tree low_case = CASE_LOW (label); local
159 if (low_case != NULL_TREE)
195 tree low_case = CASE_LOW (label); local
196 if (low_case != NULL_TREE)
198 fold_convert (uint64_type_node, low_case));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsancov.c158 tree low_case = CASE_LOW (label); local
159 if (low_case != NULL_TREE)
195 tree low_case = CASE_LOW (label); local
196 if (low_case != NULL_TREE)
198 fold_convert (uint64_type_node, low_case));

Completed in 186 milliseconds