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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 3899 bool saw_catch = false, complained = false;
3934 saw_catch = true;
3945 else if (ent->in_catch_scope && !saw_catch)
3892 bool saw_catch = false, complained = false; local
decl.cc 3899 bool saw_catch = false, complained = false;
3934 saw_catch = true;
3945 else if (ent->in_catch_scope && !saw_catch)
3892 bool saw_catch = false, complained = false; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 3662 bool saw_catch = false, complained = false;
3696 saw_catch = true;
3714 else if (ent->in_catch_scope && !saw_catch)
3655 bool saw_catch = false, complained = false; local
decl.cc 3662 bool saw_catch = false, complained = false;
3696 saw_catch = true;
3714 else if (ent->in_catch_scope && !saw_catch)
3655 bool saw_catch = false, complained = false; local

Completed in 89 milliseconds