/external/libcxxabi/test/ |
D | catch_multi_level_pointer.pass.cpp | 49 template <class Throw, class Catch> 51 Throw throw_ptr = CreatePointer<Throw>()(); in catch_pointer_test() 87 template <class Throw, class Catch, int level, bool first = false> 89 typedef TestTypes<Throw, first> ThrowTypes; 122 template <class Throw, class Catch, bool first> 123 struct generate_tests_imp<Throw, Catch, 0, first> { 125 catch_pointer_test<Throw, Catch>(); in operator ()() 129 template <class Throw, class Catch, int level> 130 struct generate_tests : generate_tests_imp<Throw, Catch, level, true> {};
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | throw_catch.cc | 22 void Throw() { in Throw() function 32 Throw(); in ThrowAndCatch() 43 Throw(); in TestThrowInline()
|
D | queue_user_work_item.cc | 20 void Throw() { in Throw() function 29 Throw(); in ThrowAndCatch()
|
D | seh.cc | 28 void Throw() { in Throw() function 38 Throw(); in ThrowAndCatch()
|
D | dll_seh.cc | 29 void Throw() { in Throw() function 39 Throw(); in ThrowAndCatch()
|
D | bind_io_completion_callback.cc | 20 void Throw() { in Throw() function 29 Throw(); in ThrowAndCatch()
|
/external/compiler-rt/test/asan/TestCases/ |
D | throw_catch.cc | 11 void Throw() { in Throw() function 21 Throw(); in ThrowAndCatch() 48 Throw(); in TestThrowInline()
|
D | throw_invoke_test.cc | 26 void Throw() { in Throw() function 48 Throw(); in main()
|
D | throw_call_test.cc | 25 void Throw() { in Throw() function 50 Throw(); in main()
|
D | contiguous_container.cc | 51 void Throw() { throw 1; } in Throw() function 56 Throw(); in ThrowAndCatch()
|
/external/clang/include/clang/AST/ |
D | StmtObjC.h | 315 Stmt *Throw; variable 319 : Stmt(ObjCAtThrowStmtClass), Throw(throwExpr) { in ObjCAtThrowStmt() 325 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() 326 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); } in getThrowExpr() 327 void setThrowExpr(Stmt *S) { Throw = S; } in setThrowExpr() 334 return Throw ? Throw->getLocEnd() : AtThrowLoc; in getLocEnd() 341 child_range children() { return child_range(&Throw, &Throw+1); } in children()
|
/external/clang/test/CXX/except/except.spec/ |
D | p14.cpp | 124 template<typename T> struct Throw { struct 125 Throw() throw(T); 127 struct Derived : Base, Throw<X<3>> { 129 Throw<X<4>> x;
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_exceptions_test.cc | 11 void Throw(const char& arg) const { in Throw() function in Action 21 a.Throw('c'); in main()
|
/external/v8/src/ |
D | d8.cc | 171 static Local<Value> Throw(Isolate* isolate, const char* message) { in Throw() function 191 Throw(isolate, "this is not a Worker"); in GetWorkerFromInternalField() 198 Throw(isolate, "Worker is defunct because main thread is terminating"); in GetWorkerFromInternalField() 476 Throw(args.GetIsolate(), "Invalid argument"); in RealmIndexOrThrow() 483 Throw(args.GetIsolate(), "Invalid realm index"); in RealmIndexOrThrow() 521 Throw(args.GetIsolate(), "Invalid argument"); in RealmOwner() 577 Throw(args.GetIsolate(), "Invalid realm index"); in RealmDispose() 603 Throw(args.GetIsolate(), "Invalid argument"); in RealmEval() 684 Throw(args.GetIsolate(), "Error loading file"); in Read() 689 Throw(args.GetIsolate(), "Error loading file"); in Read() [all …]
|
D | property-descriptor.cc | 152 isolate->Throw(*isolate->factory()->NewTypeError( in ToPropertyDescriptor() 216 isolate->Throw(*isolate->factory()->NewTypeError( in ToPropertyDescriptor() 233 isolate->Throw(*isolate->factory()->NewTypeError( in ToPropertyDescriptor() 246 isolate->Throw(*isolate->factory()->NewTypeError( in ToPropertyDescriptor()
|
D | pending-compilation-error-handler.cc | 45 isolate->Throw(*error, &location); in ThrowPendingError() 64 isolate->Throw(*error, &location); in ThrowPendingError()
|
D | isolate.h | 144 return isolate->Throw<T>(isolate->factory()->call); \ 149 return isolate->Throw(*isolate->factory()->call); \ 693 Object* Throw(Object* exception, MessageLocation* location = NULL); 697 MUST_USE_RESULT MaybeHandle<T> Throw(Handle<Object> exception, 699 Throw(*exception, location);
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | swapcontext_test.cc | 21 void Throw() { in Throw() function 28 Throw(); in ThrowAndCatch()
|
/external/clang/test/SemaCXX/ |
D | member-init.cpp | 43 struct Throw { ThrowCtor tc = 42; }; argument 46 static_assert(!noexcept(Throw()), "incorrect exception specification");
|
/external/libpng/contrib/visupng/ |
D | cexcept.h | 243 #define Throw \ macro
|
D | PngFile.c | 44 Throw msg; in png_cexcept_error() 362 Throw "Visualpng: Out of memory"; in PngSaveImage()
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.groovy | 460 * Throw an InvalidFilenameException if the specified path is not valid. 520 * Throw AssertionError if the path is null. Throw FileSystemException if the specified 534 * file (if isDirectory==false). Throw AssertionError if the path is null. Throw 555 * Throw a FileSystemException if the parent directory for the specified path does not exist.
|
/external/antlr/antlr-3.4/runtime/JavaScript/third/ |
D | antcontrib.properties | 9 throw=net.sf.antcontrib.logic.Throw
|
/external/chromium-trace/catapult/tracing/third_party/chai/ |
D | chai.js | 1 …Throw=function(e,t,r,i){("string"==typeof t||t instanceof RegExp)&&(r=t,t=null);var n=new Assertio… class
|
/external/chromium-trace/catapult/third_party/chai/ |
D | chai.js | 1 …Throw=function(e,t,r,i){("string"==typeof t||t instanceof RegExp)&&(r=t,t=null);var n=new Assertio… class
|