Searched refs:hasCatchAll (Results 1 – 1 of 1) sorted by relevance
796 bool hasCatchAll = false; in EmitLandingPad() local812 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()826 assert(!hasCatchAll); in EmitLandingPad()827 hasCatchAll = true; in EmitLandingPad()840 assert(!hasCatchAll); in EmitLandingPad()841 hasCatchAll = true; in EmitLandingPad()854 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()855 if (hasCatchAll) { in EmitLandingPad()