HomeSort by relevance Sort by last modified time
    Searched refs:throw (Results 151 - 175 of 2059) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/tests/device/test-stlport_static-exception/jni/
crossjump1.cpp 14 ~E () throw() { }
21 throw C ();
eh14.cpp 12 throw arghh (11);
19 throw arghh (22);
eh39.cpp 7 B() { throw 1; }
18 throw;
eh48.cpp 20 throw "";
29 throw "";
elide2.cpp 14 A(const A&) { throw 1; }
27 throw a;
spec3.cpp 15 void func() throw (B,A)
17 throw A();
spec5.cpp 11 void f () throw (A);
16 void B::f () throw (A) {}
terminate1.cpp 17 A (const A&) { throw 1; }
25 try { throw a; }
eh5.cpp 8 void cause_error(void) { throw "Hello World!"; }
synth2.cpp 10 throw "exception in foo ctor";
terminate2.cpp 15 throw 1;
variadic73.cpp 7 template<typename... Exceptions> void f(int idx) throw(Exceptions...) {
8 if (idx == 0) throw A();
9 else if (idx == 1) throw B();
10 else if (idx == 2) throw C();
  /external/clang/test/CodeGenCXX/
debug-info-context.cpp 6 void _M_add_reference() const throw() {
runtimecc.cpp 33 throw 0;
threadsafe-statics-exceptions.cpp 21 throw Y();
throw-expression-cleanup.cpp 13 throw Error(X());
  /ndk/sources/cxx-stl/gabi++/tests/
catch_function_01.cpp 21 throw f; // converts to void (*)()
catch_function_02.cpp 21 throw f; // converts to void (*)()
catch_ptr_02.cpp 20 throw &a;
36 throw &a;
52 throw &ca;
68 throw &ca;
  /ndk/tests/device/test-gnustl_shared-exception/jni/
test2_main.cpp 24 throw std::runtime_error("OK: Throw in main, catch in lib!");
  /ndk/tests/device/test-gnustl_static-exception/jni/
test2_main.cpp 24 throw std::runtime_error("OK: Throw in main, catch in lib!");
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh5.cpp 8 void cause_error(void) { throw "Hello World!"; }
synth2.cpp 10 throw "exception in foo ctor";
terminate2.cpp 15 throw 1;
variadic73.cpp 7 template<typename... Exceptions> void f(int idx) throw(Exceptions...) {
8 if (idx == 0) throw A();
9 else if (idx == 1) throw B();
10 else if (idx == 2) throw C();

Completed in 675 milliseconds

1 2 3 4 5 67 8 91011>>