HomeSort by relevance Sort by last modified time
    Searched refs:throw (Results 101 - 125 of 2579) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/tests/device/issue22165-typeinfo/jni/
throwable.cpp 9 throw my_exception("my exception");
  /ndk/tests/device/static-executable/jni/
main.cxx 6 throw 20;
  /ndk/tests/device/test-gnustl_shared-exception/jni/
test1_foo.cpp 22 throw std::runtime_error("OK: Throw in lib, catch in exec!");
test3_bar.cpp 22 throw std::runtime_error("OK: Throw in lib2, catch in exec!");
test4_bar.cpp 22 throw std::runtime_error("OK: Throw in lib2, catch in lib1!");
  /ndk/tests/device/test-gnustl_static-exception/jni/
test1_foo.cpp 22 throw std::runtime_error("OK: Throw in lib, catch in exec!");
test3_bar.cpp 22 throw std::runtime_error("OK: Throw in lib2, catch in exec!");
test4_bar.cpp 22 throw std::runtime_error("OK: Throw in lib2, catch in lib1!");
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh12.cpp 8 throw MyError();
eh26.cpp 8 throw MyExceptionHandler();
eh27.cpp 10 throw MyExceptionHandler();
eh6.cpp 7 throw 1;
eh8.cpp 11 throw i;
fntry1_1.cpp 5 template <class T> void f (T) try { throw 1; } catch (...) { }
p755a.cpp 7 void operator delete(void *p) throw() {
pr17697-2.cpp 7 extern int strcmp (const char *s, const char *t) throw ()
13 extern int strcmp (const char *s, const char *t) throw ();
17 A::strcmp (const char *s, const char *t) throw ()
23 foo (const char *x) throw ()
spec7_1.cpp 2 // Test that we allow simple throw specs on pointers.
4 void f() throw () { }
5 void (*pf)() throw () = f;
9 void g() throw () { }
10 static void (A::*pmf)() throw ();
unexpected1.cpp 17 throw;
21 throw Two ();
26 doit () throw (Two)
28 throw One ();
  /ndk/tests/device/test-stlport_static-exception/jni/
eh12.cpp 8 throw MyError();
eh26.cpp 8 throw MyExceptionHandler();
eh27.cpp 10 throw MyExceptionHandler();
eh6.cpp 7 throw 1;
eh8.cpp 11 throw i;
fntry1_1.cpp 5 template <class T> void f (T) try { throw 1; } catch (...) { }
p755a.cpp 7 void operator delete(void *p) throw() {

Completed in 65 milliseconds

1 2 3 45 6 7 8 91011>>