Searched refs:hasCatchAll (Results 1 – 2 of 2) 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()
205 boolean hasCatchAll = handlerCount <= 0; in makeAnnotator()228 if (hasCatchAll) { in makeAnnotator()