Home
last modified time | relevance | path

Searched refs:Catch (Results 1 – 25 of 88) sorted by relevance

1234

/external/oprofile/libutil++/tests/
Dutility_tests.cpp67 template <typename Throw, typename Catch>
75 catch (Catch const &) { in throw_tests()
80 template <typename Throw, typename Catch>
88 catch (Catch const &) { in throw_tests()
/external/javassist/src/main/javassist/bytecode/stackmap/
DBasicBlock.java33 public Catch toCatch;
53 public static class Catch { class in BasicBlock
54 Catch next;
57 Catch(BasicBlock b, int i, Catch c) { in Catch() method in BasicBlock.Catch
85 Catch th = toCatch;
101 Catch catcher;
391 bb.toCatch = new Catch(handler, type, bb.toCatch);
DLiveness.java78 BasicBlock.Catch handlers = tb.toCatch; in computeLiveness1()
171 BasicBlock.Catch handlers = tb.toCatch; in computeLiveness2except()
DMapMaker.java173 BasicBlock.Catch handlers = tb.toCatch; in make()
198 private void traceException(byte[] code, TypedBlock.Catch handler) in traceException()
/external/chromium_org/v8/test/mjsunit/
Ddebug-function-scopes.js50 Catch: 4, property
127 CheckScope(mirror.scope(0), { e2: "I'm error 2" }, ScopeType.Catch);
128 CheckScope(mirror.scope(1), { e1: "I'm error 1" }, ScopeType.Catch);
Ddebug-scopes.js872 CheckScopeChain([debug.ScopeType.Catch,
895 debug.ScopeType.Catch,
919 CheckScopeChain([debug.ScopeType.Catch,
945 debug.ScopeType.Catch,
959 CheckScopeChain([debug.ScopeType.Catch,
977 debug.ScopeType.Catch,
1006 CheckScopeChain([debug.ScopeType.Catch,
Dtry.js30 function Catch(f, g) { class
41 var a = [Catch, CatchReturn]
/external/clang/lib/CodeGen/
DCGCleanup.h96 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator
174 : EHScope(Catch, enclosingEHScope) { in EHCatchScope()
211 return Scope->getKind() == Catch; in classof()
469 case EHScope::Catch:
DCGObjCRuntime.cpp212 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local
214 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block); in EmitTryCatchStmt()
DCGException.cpp633 case EHScope::Catch: { in getEHDispatchBlock()
672 case EHScope::Catch: in isNonEHScope()
714 case EHScope::Catch: in EmitLandingPad()
782 case EHScope::Catch: in EmitLandingPad()
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DElementTypeHelpers.h.tmpl16 void is{{tag.interface}}(const {{tag.interface}}&); // Catch unnecessary runtime check of type know…
17 void is{{tag.interface}}(const {{tag.interface}}*); // Catch unnecessary runtime check of type know…
/external/libpng/contrib/visupng/
Dcexcept.h231 #define Catch(e) exception__catch(((e) = the_exception_context->v.etmp, 0)) macro
DPngFile.c275 Catch (msg) in PngLoadImage()
389 Catch (msg) in PngSaveImage()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_win16.h472 Catch((_t)->md.context ); \
480 if (!Catch((_t)->md.context)) { \
490 Catch((_t)->md.context); \
/external/chromium_org/v8/test/mjsunit/harmony/
Ddebug-function-scopes.js52 Catch: 4, property
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dplugin.gypi42 # Catch unresolved symbols.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DScopeChainSidebarPane.js105 case DebuggerAgent.ScopeType.Catch:
/external/clang/test/CodeGenObjCXX/
Dexceptions-legacy.mm77 // Catch handler. Reload of 'failed' address is unnecessary.
/external/bison/m4/
Dstdbool.m482 /* Catch a bug in an HP-UX C compiler. See
Dlonglong.m425 dnl Catch a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004.
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptPromise.cpp124 resultPromise = resultPromise->Catch(onRejected); in then()
DDebuggerScript.js510 case ScopeType.Catch:
/external/clang/test/CodeGenObjC/
Dexceptions.m162 // Catch mechanism:
/external/chromium_org/v8/test/mjsunit/es6/
Dgenerators-debug-scopes.js322 CheckScopeChain([debug.ScopeType.Catch,
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Dscanner.re87 /* Catch EOF */

1234