Home
last modified time | relevance | path

Searched defs:Catch (Results 1 – 20 of 20) sorted by relevance

/external/javassist/src/main/javassist/bytecode/stackmap/
DBasicBlock.java53 public static class Catch { class in BasicBlock
57 Catch(BasicBlock b, int i, Catch c) { in Catch() method in BasicBlock.Catch
/external/libpng/contrib/visupng/
Dcexcept.h231 #define Catch(e) exception__catch(((e) = the_exception_context->v.etmp, 0)) macro
/external/v8/test/mjsunit/es6/
Ddebug-function-scopes.js53 Catch: 4, property
/external/v8/test/mjsunit/
Dtry.js30 function Catch(f, g) { class
Ddebug-function-scopes.js50 Catch: 4, property
/external/v8/test/cctest/compiler/
Dtest-run-jsexceptions.cc86 TEST(Catch) { in TEST() argument
/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h81 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp213 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local
DCGCleanup.h111 enum Kind { Cleanup, Catch, Terminate, Filter, PadEnd }; enumerator
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp487 const auto *Catch = cast<CatchPadInst>(CatchPadBB->getFirstNonPHI()); in calculateClrEHStateNumbers() local
494 const CatchPadInst *Catch = *HandlerI; in calculateClrEHStateNumbers() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml220 | Catch Constructor
Dllvm.mli280 | Catch Constructor
Dllvm_ocaml.c1740 LLVMBasicBlockRef Catch, in llvm_build_invoke_nat()
/external/v8/src/debug/
Dmirrors.js263 Catch: 4, property
/external/clang/lib/Parse/
DParseObjc.cpp2538 StmtResult Catch = Actions.ActOnObjCAtCatchStmt(AtCatchFinallyLoc, in ParseObjCTryStmt() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp1828 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local
DRewriteModernObjC.cpp1981 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local
/external/v8/src/
Dapi.cc6455 MaybeLocal<Promise> Promise::Catch(Local<Context> context, in Catch() function in v8::Promise
6469 Local<Promise> Promise::Catch(Local<Function> handler) { in Catch() function in v8::Promise
/external/llvm/lib/IR/
DCore.cpp2258 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke()
/external/clang/lib/Sema/
DTreeTransform.h6572 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt() local