Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGException.cpp771 bool hasCatchAll = false; in EmitLandingPad() local
787 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()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DCodeItem.java205 boolean hasCatchAll = handlerCount <= 0; in makeAnnotator()
228 if (hasCatchAll) { in makeAnnotator()