/external/oprofile/libutil++/tests/ |
D | utility_tests.cpp | 67 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/ |
D | BasicBlock.java | 33 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);
|
D | Liveness.java | 78 BasicBlock.Catch handlers = tb.toCatch; in computeLiveness1() 171 BasicBlock.Catch handlers = tb.toCatch; in computeLiveness2except()
|
D | MapMaker.java | 173 BasicBlock.Catch handlers = tb.toCatch; in make() 198 private void traceException(byte[] code, TypedBlock.Catch handler) in traceException()
|
/external/chromium_org/v8/test/mjsunit/ |
D | debug-function-scopes.js | 50 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);
|
D | debug-scopes.js | 872 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,
|
D | try.js | 30 function Catch(f, g) { class 41 var a = [Catch, CatchReturn]
|
/external/clang/lib/CodeGen/ |
D | CGCleanup.h | 96 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator 174 : EHScope(Catch, enclosingEHScope) { in EHCatchScope() 211 return Scope->getKind() == Catch; in classof() 469 case EHScope::Catch:
|
D | CGObjCRuntime.cpp | 212 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local 214 Catch->setHandler(I, Handlers[I].TypeInfo, Handlers[I].Block); in EmitTryCatchStmt()
|
D | CGException.cpp | 633 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/ |
D | ElementTypeHelpers.h.tmpl | 16 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/ |
D | cexcept.h | 231 #define Catch(e) exception__catch(((e) = the_exception_context->v.etmp, 0)) macro
|
D | PngFile.c | 275 Catch (msg) in PngLoadImage() 389 Catch (msg) in PngSaveImage()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _win16.h | 472 Catch((_t)->md.context ); \ 480 if (!Catch((_t)->md.context)) { \ 490 Catch((_t)->md.context); \
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | debug-function-scopes.js | 52 Catch: 4, property
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
D | plugin.gypi | 42 # Catch unresolved symbols.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
D | ScopeChainSidebarPane.js | 105 case DebuggerAgent.ScopeType.Catch:
|
/external/clang/test/CodeGenObjCXX/ |
D | exceptions-legacy.mm | 77 // Catch handler. Reload of 'failed' address is unnecessary.
|
/external/bison/m4/ |
D | stdbool.m4 | 82 /* Catch a bug in an HP-UX C compiler. See
|
D | longlong.m4 | 25 dnl Catch a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004.
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | ScriptPromise.cpp | 124 resultPromise = resultPromise->Catch(onRejected); in then()
|
D | DebuggerScript.js | 510 case ScopeType.Catch:
|
/external/clang/test/CodeGenObjC/ |
D | exceptions.m | 162 // Catch mechanism:
|
/external/chromium_org/v8/test/mjsunit/es6/ |
D | generators-debug-scopes.js | 322 CheckScopeChain([debug.ScopeType.Catch,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
D | scanner.re | 87 /* Catch EOF */
|