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 769 bool hasCatchAll = false;
785 assert(!hasCatchAll && "EH filter reached after catch-all");
799 assert(!hasCatchAll);
800 hasCatchAll = true;
818 assert(!hasCatchAll);
819 hasCatchAll = true;
832 assert(!(hasCatchAll && hasFilter));
833 if (hasCatchAll) {
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
CodeItem.java 208 boolean hasCatchAll = handlerCount <= 0;
231 if (hasCatchAll) {

Completed in 56 milliseconds