Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:hasCatchAll

787   bool hasCatchAll = false;
803 assert(!hasCatchAll && "EH filter reached after catch-all");
817 assert(!hasCatchAll);
818 hasCatchAll = true;
831 assert(!hasCatchAll);
832 hasCatchAll = true;
845 assert(!(hasCatchAll && hasFilter));
846 if (hasCatchAll) {