Searched refs:hasCatchAll (Results 1 – 1 of 1) sorted by relevance
846 bool hasCatchAll = false; in EmitLandingPad() local862 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()876 assert(!hasCatchAll); in EmitLandingPad()877 hasCatchAll = true; in EmitLandingPad()892 assert(!hasCatchAll); in EmitLandingPad()893 hasCatchAll = true; in EmitLandingPad()906 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()907 if (hasCatchAll) { in EmitLandingPad()