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

  /src/external/gpl3/gcc/dist/gcc/
tree-cfgcleanup.cc 1040 bool any_abnormal = false; local
1049 any_abnormal = true;
1063 if (found_latch && ! any_abnormal && n > 1)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfgcleanup.cc 1023 bool any_abnormal = false; local
1032 any_abnormal = true;
1046 if (found_latch && ! any_abnormal && n > 1)

Completed in 17 milliseconds