Home
last modified time | relevance | path

Searched refs:Throw (Results 1 – 25 of 144) sorted by relevance

123456

/external/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp51 template <class Throw, class Catch>
53 Throw throw_ptr = CreatePointer<Throw>()(); in catch_pointer_test()
89 template <class Throw, class Catch, int level, bool first = false>
91 typedef TestTypes<Throw, first> ThrowTypes;
124 template <class Throw, class Catch, bool first>
125 struct generate_tests_imp<Throw, Catch, 0, first> {
127 catch_pointer_test<Throw, Catch>(); in operator ()()
131 template <class Throw, class Catch, int level>
132 struct generate_tests : generate_tests_imp<Throw, Catch, level, true> {};
/external/clang/include/clang/AST/
DStmtObjC.h315 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/compiler-rt/test/asan/TestCases/
Dthrow_catch.cc8 void Throw() { in Throw() function
18 Throw(); in ThrowAndCatch()
45 Throw(); in TestThrowInline()
Dthrow_invoke_test.cc23 void Throw() { in Throw() function
45 Throw(); in main()
Dthrow_call_test.cc22 void Throw() { in Throw() function
47 Throw(); in main()
Dcontiguous_container.cc51 void Throw() { throw 1; } in Throw() function
56 Throw(); in ThrowAndCatch()
/external/clang/test/CXX/except/except.spec/
Dp14.cpp124 template<typename T> struct Throw { struct
125 Throw() throw(T);
131 struct Derived2 : Base, Throw<X<3>> {
136 Throw<X<4>> x;
/external/compiler-rt/lib/asan/tests/
Dasan_exceptions_test.cc11 void Throw(const char& arg) const { in Throw() function in Action
21 a.Throw('c'); in main()
/external/compiler-rt/test/asan/TestCases/Windows/
Dqueue_user_work_item.cc18 void Throw() { in Throw() function
27 Throw(); in ThrowAndCatch()
Ddll_seh.cc21 void Throw() { in Throw() function
31 Throw(); in ThrowAndCatch()
Dseh.cc28 void Throw() { in Throw() function
38 Throw(); in ThrowAndCatch()
Dbind_io_completion_callback.cc18 void Throw() { in Throw() function
27 Throw(); in ThrowAndCatch()
/external/compiler-rt/test/asan/TestCases/Linux/
Dswapcontext_test.cc21 void Throw() { in Throw() function
28 Throw(); in ThrowAndCatch()
/external/v8/src/
Dproperty-descriptor.cc193 isolate->Throw(*isolate->factory()->NewTypeError( in ToPropertyDescriptor()
260 isolate->Throw(*isolate->factory()->NewTypeError( in ToPropertyDescriptor()
278 isolate->Throw(*isolate->factory()->NewTypeError( in ToPropertyDescriptor()
291 isolate->Throw(*isolate->factory()->NewTypeError( in ToPropertyDescriptor()
Dpending-compilation-error-handler.cc113 isolate->Throw(*error, &location); in ThrowPendingError()
136 isolate->Throw(*error, &location); in ThrowPendingError()
Dd8.cc241 static Local<Value> Throw(Isolate* isolate, const char* message) { in Throw() function
249 Throw(isolate, "this is not a Worker"); in GetWorkerFromInternalField()
256 Throw(isolate, "Worker is defunct because main thread is terminating"); in GetWorkerFromInternalField()
748 Throw(isolate, msg.c_str()); in FetchModuleTree()
1012 Throw(args.GetIsolate(), "Invalid argument"); in RealmIndexOrThrow()
1019 Throw(args.GetIsolate(), "Invalid realm index"); in RealmIndexOrThrow()
1055 Throw(args.GetIsolate(), "Invalid argument"); in RealmOwner()
1140 Throw(args.GetIsolate(), "Invalid realm index"); in RealmNavigate()
1158 Throw(args.GetIsolate(), "Invalid realm index"); in RealmDispose()
1182 Throw(args.GetIsolate(), "Invalid argument"); in RealmEval()
[all …]
Djson-stringifier.cc376 isolate_->Throw(*error); in StackPush()
422 isolate_->Throw( in Serialize_()
485 isolate_->Throw( in SerializeJSValue()
610 isolate_->Throw(*isolate_->factory()->NewInvalidStringLengthError()); in SerializeArrayLikeSlow()
733 isolate_->Throw(*isolate_->factory()->NewInvalidStringLengthError()); in SerializeJSProxy()
/external/clang/test/SemaCXX/
Dmember-init.cpp43 struct Throw { ThrowCtor tc = 42; }; argument
46 static_assert(!noexcept(Throw()), "incorrect exception specification");
/external/v8/src/runtime/
Druntime-debug.cc787 return isolate->Throw(*isolate->factory()->NewStringFromAsciiChecked( in RUNTIME_FUNCTION()
790 return isolate->Throw(*isolate->factory()->NewStringFromAsciiChecked( in RUNTIME_FUNCTION()
793 return isolate->Throw(*isolate->factory()->NewStringFromAsciiChecked( in RUNTIME_FUNCTION()
797 return isolate->Throw(*isolate->factory()->NewStringFromAsciiChecked( in RUNTIME_FUNCTION()
800 return isolate->Throw(*isolate->factory()->NewStringFromAsciiChecked( in RUNTIME_FUNCTION()
803 return isolate->Throw(*isolate->factory()->NewStringFromAsciiChecked( in RUNTIME_FUNCTION()
806 return isolate->Throw(*isolate->factory()->NewStringFromAsciiChecked( in RUNTIME_FUNCTION()
/external/libpng/contrib/visupng/
Dcexcept.h243 #define Throw \ macro
DPngFile.c44 Throw msg; in png_cexcept_error()
366 Throw "Visualpng: Out of memory";
/external/googletest/googlemock/include/gmock/
Dgmock-more-actions.h149 ACTION_P(Throw, exception) { throw exception; } in ACTION_P() argument
/external/v8/src/objects/
Dmodule.cc342 return isolate->Throw<Cell>( in ResolveExport()
410 return isolate->Throw<Cell>(isolate->factory()->NewSyntaxError( in ResolveExportUsingStarExports()
432 return isolate->Throw<Cell>( in ResolveExportUsingStarExports()
679 isolate->Throw(module->GetException()); in Evaluate()
706 isolate->Throw(module->GetException()); in Evaluate()
941 isolate->Throw(*isolate->factory()->NewReferenceError( in GetPropertyAttributes()
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.groovy460 * 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/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/
Dlifetime-throw.ll17 define void @Throw() sanitize_address personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to …
18 ; CHECK-LABEL: define void @Throw()

123456