Searched refs:Throw (Results 1 - 25 of 83) sorted by relevance

1234

/external/compiler-rt/lib/asan/tests/
H A Dasan_exceptions_test.cc11 void Throw(const char& arg) const { function in class:Action
21 a.Throw('c');
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dqueue_user_work_item.cc20 void Throw() { function
21 fprintf(stderr, "Throw\n");
22 // CHECK: Throw
29 Throw();
H A Dthrow_catch.cc22 void Throw() { function
24 fprintf(stderr, "Throw: %p\n", &local);
32 Throw();
43 Throw();
H A Ddll_seh.cc29 void Throw() { function
31 fprintf(stderr, "Throw: %p\n", &local);
39 Throw();
H A Dseh.cc27 void Throw() { function
29 fprintf(stderr, "Throw: %p\n", &local);
37 Throw();
H A Dbind_io_completion_callback.cc20 void Throw() { function
21 fprintf(stderr, "Throw\n");
22 // CHECK: Throw
29 Throw();
/external/compiler-rt/test/asan/TestCases/
H A Dthrow_catch.cc11 void Throw() { function
13 fprintf(stderr, "Throw: %p\n", &local);
21 Throw();
48 Throw();
H A Dthrow_call_test.cc25 void Throw() { function
32 fprintf(stderr, "Throw stack = %p\n", &a);
47 Throw();
H A Dthrow_invoke_test.cc26 void Throw() { function
33 fprintf(stderr, "Throw stack = %p\n", &a);
48 Throw();
H A Dcontiguous_container.cc43 void Throw() { throw 1; } function
48 Throw();
/external/jmonkeyengine/engine/src/bullet-native/
H A DjmeBulletUtil.cpp44 env->Throw(env->ExceptionOccurred());
49 env->Throw(env->ExceptionOccurred());
54 env->Throw(env->ExceptionOccurred());
71 env->Throw(env->ExceptionOccurred());
76 env->Throw(env->ExceptionOccurred());
82 env->Throw(env->ExceptionOccurred());
93 env->Throw(env->ExceptionOccurred());
98 env->Throw(env->ExceptionOccurred());
103 env->Throw(env->ExceptionOccurred());
108 env->Throw(en
[all...]
H A DjmeClasses.cpp118 env->Throw(env->ExceptionOccurred());
126 env->Throw(env->ExceptionOccurred());
132 env->Throw(env->ExceptionOccurred());
137 env->Throw(env->ExceptionOccurred());
153 env->Throw(env->ExceptionOccurred());
168 env->Throw(env->ExceptionOccurred());
175 env->Throw(env->ExceptionOccurred());
189 env->Throw(env->ExceptionOccurred());
195 env->Throw(env->ExceptionOccurred());
201 env->Throw(en
[all...]
H A Dcom_jme3_bullet_util_DebugShapeFactory.cpp61 env->Throw(env->ExceptionOccurred());
67 env->Throw(env->ExceptionOccurred());
72 env->Throw(env->ExceptionOccurred());
131 env->Throw(env->ExceptionOccurred());
136 env->Throw(env->ExceptionOccurred());
141 env->Throw(env->ExceptionOccurred());
H A DjmePhysicsSpace.cpp45 env->Throw(env->ExceptionOccurred());
217 env->Throw(env->ExceptionOccurred());
231 env->Throw(env->ExceptionOccurred());
256 env->Throw(env->ExceptionOccurred());
H A Dcom_jme3_bullet_objects_PhysicsGhostObject.cpp190 m_env->Throw(m_env->ExceptionOccurred());
/external/clang/test/CXX/except/except.spec/
H A Dp14.cpp124 template<typename T> struct Throw { struct in namespace:InhCtor
125 Throw() throw(T);
127 struct Derived : Base, Throw<X<3>> {
129 Throw<X<4>> x;
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dswapcontext_test.cc21 void Throw() { function
28 Throw();
/external/libpng/contrib/visupng/
H A Dcexcept.h69 The Try/Catch and Throw statements (described below) implicitly
97 Try/Catch/Throw macros, so it shouldn't be expensive or have side
118 The Try/Catch/Throw macros are capitalized in order to avoid
132 If a Throw that uses the same exception context as the Try/Catch is
137 such Throw is executed, then the assignment is not performed, and
151 from a Try clause, it will suffice to use Throw, and then return
163 Throw expression;
165 A Throw statement is very much like a return statement, except that
167 where the current function was called, Throw jumps back to the Catch
243 #define Throw \ macro
[all...]
H A DPngFile.c44 Throw msg;
362 Throw "Visualpng: Out of memory";
/external/clang/include/clang/AST/
H A DStmtObjC.h315 Stmt *Throw; member in class:clang::ObjCAtThrowStmt
319 : Stmt(ObjCAtThrowStmtClass), Throw(throwExpr) {
325 const Expr *getThrowExpr() const { return reinterpret_cast<Expr*>(Throw); }
326 Expr *getThrowExpr() { return reinterpret_cast<Expr*>(Throw); }
327 void setThrowExpr(Stmt *S) { Throw = S; }
334 return Throw ? Throw->getLocEnd() : AtThrowLoc;
341 child_range children() { return child_range(&Throw, &Throw+1); }
/external/clang/test/SemaCXX/
H A Dmember-init.cpp43 struct Throw { ThrowCtor tc = 42; }; struct
46 static_assert(!noexcept(Throw()), "incorrect exception specification");
/external/v8/test/cctest/compiler/
H A Dtest-run-jsexceptions.cc12 TEST(Throw) {
/external/v8/src/compiler/
H A Dcommon-operator.h77 const Operator* Throw();
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-more-actions.h211 // Action Throw(exception) can be used in a mock function of any type
220 ACTION_P(Throw, exception) { throw exception; }
/external/v8/src/
H A Dd8.cc71 static Handle<Value> Throw(Isolate* isolate, const char* message) { function in namespace:v8
318 Throw(args.GetIsolate(), "Invalid argument");
325 Throw(args.GetIsolate(), "Invalid realm index");
365 Throw(args.GetIsolate(), "Invalid argument");
411 Throw(args.GetIsolate(), "Invalid realm index");
435 Throw(args.GetIsolate(), "Invalid argument");
503 Throw(args.GetIsolate(), "Error loading file");
508 Throw(args.GetIsolate(), "Error loading file");
553 Throw(args.GetIsolate(), "Error loading file");
558 Throw(arg
[all...]

Completed in 481 milliseconds

1234