Home
last modified time | relevance | path

Searched defs:Catch (Results 1 – 18 of 18) 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/chromium_org/v8/test/mjsunit/harmony/
Ddebug-function-scopes.js52 Catch: 4, property
/external/chromium_org/v8/test/mjsunit/
Dtry.js30 function Catch(f, g) { class
Ddebug-function-scopes.js50 Catch: 4, property
/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/chromium_org/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.ml213 | Catch Constructor
Dllvm.mli271 | Catch Constructor
Dllvm_ocaml.c1603 LLVMBasicBlockRef Catch, in llvm_build_invoke_nat()
/external/clang/lib/Parse/
DParseObjc.cpp1911 StmtResult Catch = Actions.ActOnObjCAtCatchStmt(AtCatchFinallyLoc, in ParseObjCTryStmt() local
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp1837 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local
DRewriteModernObjC.cpp1993 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local
/external/llvm/lib/IR/
DCore.cpp2058 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke()
/external/clang/lib/Sema/
DTreeTransform.h5928 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt() local