Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGException.cpp796 bool hasCatchAll = false; in EmitLandingPad() local
812 assert(!hasCatchAll && "EH filter reached after catch-all"); in EmitLandingPad()
826 assert(!hasCatchAll); in EmitLandingPad()
827 hasCatchAll = true; in EmitLandingPad()
840 assert(!hasCatchAll); in EmitLandingPad()
841 hasCatchAll = true; in EmitLandingPad()
854 assert(!(hasCatchAll && hasFilter)); in EmitLandingPad()
855 if (hasCatchAll) { in EmitLandingPad()