HomeSort by: relevance | last modified time | path
    Searched defs:low_case (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sancov.cc 158 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));
  /src/external/gpl3/gcc.old/dist/gcc/
sancov.cc 158 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 24 milliseconds