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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 2608 bool got_canonical = false;
2674 ns->translated && !got_canonical;
2679 for (gfc_symbol *dt = ns->derived_types; dt && !got_canonical;
2684 got_canonical = true;
2693 if (got_canonical)
2597 bool got_canonical = false; local
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-types.cc 2588 bool got_canonical = false;
2654 ns->translated && !got_canonical;
2659 for (gfc_symbol *dt = ns->derived_types; dt && !got_canonical;
2664 got_canonical = true;
2673 if (got_canonical)
2577 bool got_canonical = false; local

Completed in 25 milliseconds