HomeSort by relevance Sort by last modified time
    Searched refs:hasCatchAll (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGException.cpp 748 bool hasCatchAll = false;
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) {
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
CodeItem.java 205 boolean hasCatchAll = handlerCount <= 0;
228 if (hasCatchAll) {

Completed in 621 milliseconds