HomeSort by relevance Sort by last modified time
    Searched defs:catch_all (Results 1 - 4 of 4) sorted by null

  /external/clang/test/CodeGenCXX/
microsoft-abi-eh-catch.cpp 12 extern "C" void catch_all() { function
20 // WIN64-LABEL: define void @catch_all()
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 193 CatchHandlerList.Entry catch_all = null; local
203 // catch_all shall be the last handler in the list
205 catch_all = chle;
211 if (catch_all != null) chl.set(j, catch_all);
  /art/dexlayout/
dex_ir.cc 604 bool catch_all = false; local
609 catch_all |= type_id == nullptr;
613 handlers = new CatchHandler(catch_all, handler_off, addr_pairs);
    [all...]
  /art/runtime/
dex_file_verifier.cc 576 bool catch_all; local
586 catch_all = true;
589 catch_all = false;
607 if (catch_all) {
    [all...]

Completed in 117 milliseconds