Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp864 bool hasCatchAll = false; in EmitLandingPad() local
880 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
894 assert(!hasCatchAll); in EmitLandingPad()
895 hasCatchAll = true; in EmitLandingPad()
910 assert(!hasCatchAll); in EmitLandingPad()
911 hasCatchAll = true; in EmitLandingPad()
924 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
925 if (hasCatchAll) { in EmitLandingPad()