Home
last modified time | relevance | path

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

123456

/external/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp49 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/
Dthrow_catch.cc22 void Throw() { in Throw() function
32 Throw(); in ThrowAndCatch()
43 Throw(); in TestThrowInline()
Dqueue_user_work_item.cc20 void Throw() { in Throw() function
29 Throw(); in ThrowAndCatch()
Dseh.cc28 void Throw() { in Throw() function
38 Throw(); in ThrowAndCatch()
Ddll_seh.cc29 void Throw() { in Throw() function
39 Throw(); in ThrowAndCatch()
Dbind_io_completion_callback.cc20 void Throw() { in Throw() function
29 Throw(); in ThrowAndCatch()
/external/compiler-rt/test/asan/TestCases/
Dthrow_catch.cc11 void Throw() { in Throw() function
21 Throw(); in ThrowAndCatch()
48 Throw(); in TestThrowInline()
Dthrow_invoke_test.cc26 void Throw() { in Throw() function
48 Throw(); in main()
Dthrow_call_test.cc25 void Throw() { in Throw() function
50 Throw(); in main()
Dcontiguous_container.cc51 void Throw() { throw 1; } in Throw() function
56 Throw(); in ThrowAndCatch()
/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/clang/test/CXX/except/except.spec/
Dp14.cpp124 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/
Dasan_exceptions_test.cc11 void Throw(const char& arg) const { in Throw() function in Action
21 a.Throw('c'); in main()
/external/v8/src/
Dd8.cc171 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 …]
Dproperty-descriptor.cc152 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()
Dpending-compilation-error-handler.cc45 isolate->Throw(*error, &location); in ThrowPendingError()
64 isolate->Throw(*error, &location); in ThrowPendingError()
Disolate.h144 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/
Dswapcontext_test.cc21 void Throw() { in Throw() function
28 Throw(); in ThrowAndCatch()
/external/clang/test/SemaCXX/
Dmember-init.cpp43 struct Throw { ThrowCtor tc = 42; }; argument
46 static_assert(!noexcept(Throw()), "incorrect exception specification");
/external/libpng/contrib/visupng/
Dcexcept.h243 #define Throw \ macro
DPngFile.c44 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/
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/antlr/antlr-3.4/runtime/JavaScript/third/
Dantcontrib.properties9 throw=net.sf.antcontrib.logic.Throw
/external/chromium-trace/catapult/tracing/third_party/chai/
Dchai.js1Throw=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/
Dchai.js1Throw=function(e,t,r,i){("string"==typeof t||t instanceof RegExp)&&(r=t,t=null);var n=new Assertio… class

123456