Searched refs:Catch (Results 1 - 25 of 55) sorted by relevance

123

/external/libcxxabi/test/
H A Dcatch_multi_level_pointer.pass.cpp51 template <class Throw, class Catch>
55 // implicitly converted to type Catch.
56 const bool can_convert = test_conversion<Catch>(throw_ptr);
60 } catch (Catch catch_ptr) {
61 Catch catch2 = CreatePointer<Catch>()();
89 template <class Throw, class Catch, int level, bool first = false>
92 typedef TestTypes<Catch, first> CatchTypes;
124 template <class Throw, class Catch, bool first>
125 struct generate_tests_imp<Throw, Catch,
[all...]
H A Dcatch_pointer_nullptr.pass.cpp51 template <class Catch>
56 } catch (Catch c) {
/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.c279 Catch (msg) function
393 Catch (msg) function
/external/parameter-framework/upstream/utility/test/
H A Dutility.cpp60 CAPTURE(Catch::toString(test.input));
86 CAPTURE(Catch::toString(test.input));
120 CAPTURE(Catch::toString(test.input));
/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);
H A DLiveness.java78 BasicBlock.Catch handlers = tb.toCatch;
171 BasicBlock.Catch handlers = tb.toCatch;
H A DMapMaker.java173 BasicBlock.Catch handlers = tb.toCatch;
198 private void traceException(byte[] code, TypedBlock.Catch handler)
/external/libcxxabi/test/native/arm-linux-eabi/
H A Dttype-encoding-00.pass.sh.s93 @ Catch TypeInfo 1
95 @ >> Catch TypeInfos <<
H A Dttype-encoding-90.pass.sh.s92 @ Catch TypeInfo 1
94 @ >> Catch TypeInfos <<
/external/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h82 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; member in class:llvm::ClrHandlerType
/external/v8/src/inspector/
H A Ddebugger_script_externs.js158 Catch: 4,
H A Ddebugger-script.js42 DebuggerScript._scopeTypeNames.set(ScopeType.Catch, "catch");
463 case ScopeType.Catch:
H A Dv8-runtime-agent-impl.cc100 if (promise->Catch(context, catchCallbackFunction).IsEmpty()) {
/external/clang/lib/CodeGen/
H A DCGCleanup.h106 enum Kind { Cleanup, Catch, Terminate, Filter, PadEnd }; enumerator in enum:clang::CodeGen::EHScope::Kind
184 : EHScope(Catch, enclosingEHScope) {
228 return Scope->getKind() == Catch;
523 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);
H A DCGException.cpp591 case EHScope::Catch: {
646 case EHScope::Catch:
676 case EHScope::Catch:
742 case EHScope::Catch:
805 case EHScope::Catch:
1050 // Catch the exception if this isn't a catch-all.
/external/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp548 const auto *Catch = cast<CatchPadInst>(CatchBlock->getFirstNonPHI()); local
550 cast<ConstantInt>(Catch->getArgOperand(0))->getZExtValue());
553 ClrHandlerType::Catch, TypeToken, CatchBlock);
555 for (const User *U : Catch->users())
560 FuncInfo.EHPadStateMap[Catch] = CatchState;
579 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) {
588 UnwindDest = Catch->getCatchSwitch()->getUnwindDest();
/external/v8/src/wasm/
H A Dwasm-opcodes.cc137 CASE_OP(Catch, "catch")
/external/v8/src/compiler/
H A Dwasm-compiler.h157 Node* Catch(Node* input, wasm::WasmCodePosition position);
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1824 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); local
1825 VarDecl *catchDecl = Catch->getCatchParamDecl();
1831 startLoc = Catch->getLocStart();
1838 if (Catch->hasEllipsis()) {
1840 lastCatchBody = Catch->getCatchBody();
1843 assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' &&
1866 lastCatchBody = Catch->getCatchBody();
1867 SourceLocation rParenLoc = Catch->getRParenLoc();
H A DRewriteModernObjC.cpp1954 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); local
1955 VarDecl *catchDecl = Catch->getCatchParamDecl();
1957 startLoc = Catch->getLocStart();
1966 ConvertSourceLocationToLineDirective(Catch->getLocStart(), Result);
1970 SourceLocation rParenLoc = Catch->getRParenLoc();
1987 SourceLocation lBraceLoc = Catch->getCatchBody()->getLocStart();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1240 case ClrHandlerType::Catch:
/external/libpng/contrib/libtests/
H A Dpngvalid.c4119 /* In the event of a problem return control to the Catch statement below
4258 Catch(fault) function
4347 /* In the event of a problem return control to the Catch statement below
4510 Catch(fault) function
4694 Catch (fault) function
4771 Catch(fault) function
4901 Catch(fault) function
5738 /* Everything is protected by a Try/Catch. The functions called also
5739 * typically have local Try/Catch blocks.
5807 Catch(faul
7007 Catch(fault) function
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1796 LLVMBasicBlockRef Catch,
1799 Wosize_val(Args), Then, Catch, String_val(Name));
1794 llvm_build_invoke_nat(LLVMValueRef Fn, value Args, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, value Name, value B) argument

Completed in 641 milliseconds

123