Home
last modified time | relevance | path

Searched refs:hasCatchAll (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp846 bool hasCatchAll = false; in EmitLandingPad() local
862 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()