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/harmony/
Ddebug-function-scopes.js52 Catch: 4, property
/external/v8/test/mjsunit/
Dtry.js30 function Catch(f, g) { class
Ddebug-function-scopes.js50 Catch: 4, property
/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h31 enum ActionType { Catch, Cleanup }; enumerator
/external/clang/lib/CodeGen/
DCGObjCRuntime.cpp212 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local
DCGCleanup.h96 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator
/external/v8/src/
Dd8.js88 Catch: 4, property
Dmirror-debugger.js198 Catch: 4, property
Dapi.cc5935 Local<Promise> Promise::Catch(Handle<Function> handler) { in Catch() function in v8::Promise
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml220 | Catch Constructor
Dllvm.mli280 | Catch Constructor
Dllvm_ocaml.c1729 LLVMBasicBlockRef Catch, in llvm_build_invoke_nat()
/external/clang/lib/Parse/
DParseObjc.cpp1864 StmtResult Catch = Actions.ActOnObjCAtCatchStmt(AtCatchFinallyLoc, in ParseObjCTryStmt() local
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp683 auto *Catch = dyn_cast<CatchHandler>(Action); in completeNestedLandingPad() 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/llvm/lib/IR/
DCore.cpp2234 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke()
/external/clang/lib/Sema/
DTreeTransform.h6190 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt() local