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

/external/clang/lib/CodeGen/
H A DCGException.cpp748 bool hasCatchAll = false; local
764 assert(!hasCatchAll && "EH filter reached after catch-all");
778 assert(!hasCatchAll);
779 hasCatchAll = true;
792 assert(!hasCatchAll);
793 hasCatchAll = true;
806 assert(!(hasCatchAll && hasFilter));
807 if (hasCatchAll) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DCodeItem.java205 boolean hasCatchAll = handlerCount <= 0;
228 if (hasCatchAll) {

Completed in 100 milliseconds