Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:hasCatchAll

769   bool hasCatchAll = false;
785 assert(!hasCatchAll && "EH filter reached after catch-all");
799 assert(!hasCatchAll);
800 hasCatchAll = true;
818 assert(!hasCatchAll);
819 hasCatchAll = true;
832 assert(!(hasCatchAll && hasFilter));
833 if (hasCatchAll) {