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

  /src/external/gpl3/gcc/dist/gcc/
final.cc 650 bool has_fallthru = 0;
672 has_fallthru = 1, fallthru_count += e->count ();
704 if (!has_fallthru
717 if (has_fallthru
645 bool has_fallthru = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
final.cc 666 bool has_fallthru = 0;
688 has_fallthru = 1, fallthru_count += e->count ();
720 if (!has_fallthru
734 if (has_fallthru
661 bool has_fallthru = 0; local

Completed in 18 milliseconds