Searched refs:hasCatchAll (Results 1 – 3 of 3) sorted by relevance
771 bool hasCatchAll = false; in EmitLandingPad() local787 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()801 assert(!hasCatchAll); in EmitLandingPad()802 hasCatchAll = true; in EmitLandingPad()820 assert(!hasCatchAll); in EmitLandingPad()821 hasCatchAll = true; in EmitLandingPad()834 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()835 if (hasCatchAll) { in EmitLandingPad()
809 bool hasCatchAll = false; in EmitLandingPad() local825 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()839 assert(!hasCatchAll); in EmitLandingPad()840 hasCatchAll = true; in EmitLandingPad()855 assert(!hasCatchAll); in EmitLandingPad()856 hasCatchAll = true; in EmitLandingPad()869 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()870 if (hasCatchAll) { in EmitLandingPad()
205 boolean hasCatchAll = handlerCount <= 0; in makeAnnotator()228 if (hasCatchAll) { in makeAnnotator()