Searched defs:Catch (Results 1 - 18 of 18) sorted by relevance

/external/libpng/contrib/visupng/
H A Dcexcept.h69 The Try/Catch and Throw statements (described below) implicitly
97 Try/Catch/Throw macros, so it shouldn't be expensive or have side
108 are used by a Try/Catch statement. It does no harm to initialize
112 Try/Catch statement.
116 Catch (expression) statement
118 The Try/Catch/Throw macros are capitalized in order to avoid
122 A Try/Catch statement has a syntax similar to an if/else statement,
127 the else clause is optional, the Catch clause is required. The
132 If a Throw that uses the same exception context as the Try/Catch is
135 Try/Catch statemen
231 #define Catch macro
[all...]
H A DPngFile.c275 Catch (msg) function
389 Catch (msg) function
/external/chromium_org/v8/test/mjsunit/
H A Dtry.js30 function Catch(f, g) { function
41 var a = [Catch, CatchReturn]
/external/clang/lib/CodeGen/
H A DCGCleanup.h96 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator in enum:clang::CodeGen::EHScope::Kind
174 : EHScope(Catch, enclosingEHScope) {
211 return Scope->getKind() == Catch;
469 case EHScope::Catch:
H A DCGObjCRuntime.cpp212 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); local
214 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DBasicBlock.java33 public Catch toCatch;
53 public static class Catch { class in class:BasicBlock
54 Catch next;
57 Catch(BasicBlock b, int i, Catch c) { method in class:BasicBlock.Catch
85 Catch th = toCatch;
101 Catch catcher;
391 bb.toCatch = new Catch(handler, type, bb.toCatch);
/external/clang/lib/Parse/
H A DParseObjc.cpp1911 StmtResult Catch = Actions.ActOnObjCAtCatchStmt(AtCatchFinallyLoc, local
1915 if (!Catch.isInvalid())
1916 CatchStmts.push_back(Catch.get());
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml213 | Catch Constructor in type:LandingPadClauseTy/t
H A Dllvm_ocaml.c1603 LLVMBasicBlockRef Catch,
1606 Wosize_val(Args), Then, Catch, String_val(Name));
1601 llvm_build_invoke_nat(LLVMValueRef Fn, value Args, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, value Name, value B) argument
/external/llvm/include/llvm/IR/
H A DInstructions.h2276 enum ClauseType { Catch, Filter }; enumerator in enum:llvm::LandingPadInst::ClauseType
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1837 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); local
1838 VarDecl *catchDecl = Catch->getCatchParamDecl();
1844 startLoc = Catch->getLocStart();
1851 if (Catch->hasEllipsis()) {
1853 lastCatchBody = Catch->getCatchBody();
1856 assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' &&
1879 lastCatchBody = Catch->getCatchBody();
1880 SourceLocation rParenLoc = Catch->getRParenLoc();
H A DRewriteModernObjC.cpp1993 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); local
1994 VarDecl *catchDecl = Catch->getCatchParamDecl();
1996 startLoc = Catch->getLocStart();
2005 ConvertSourceLocationToLineDirective(Catch->getLocStart(), Result);
2009 SourceLocation rParenLoc = Catch->getRParenLoc();
2026 SourceLocation lBraceLoc = Catch->getCatchBody()->getLocStart();
/external/llvm/lib/IR/
H A DCore.cpp2058 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch,
2060 return wrap(unwrap(B)->CreateInvoke(unwrap(Fn), unwrap(Then), unwrap(Catch),
2056 LLVMBuildInvoke(LLVMBuilderRef B, LLVMValueRef Fn, LLVMValueRef *Args, unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, const char *Name) argument
/external/chromium_org/v8/src/
H A Dapi.cc5935 Local<Promise> Promise::Catch(Handle<Function> handler) { function in class:v8::Promise
5938 LOG_API(isolate, "Promise::Catch");
/external/clang/lib/Sema/
H A DTreeTransform.h5928 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); local
5929 if (Catch.isInvalid())
5931 if (Catch.get() != S->getCatchStmt(I))
5933 CatchStmts.push_back(Catch.get());
/external/libpng/contrib/libtests/
H A Dpngvalid.c3453 /* In the event of a problem return control to the Catch statement below
3560 Catch(fault) function
3698 /* In the event of a problem return control to the Catch statement below
3858 Catch(fault) function
4031 Catch (fault)
4076 Catch(fault) function
4206 Catch(fault) function
5034 /* Everything is protected by a Try/Catch. The functions called also
5035 * typically have local Try/Catch blocks.
5103 Catch(faul
6136 Catch(fault) function
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 507 milliseconds