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

1 2 3 45 6 7 8 91011>>

  /ndk/tests/device/test-gnustl_static-exception/jni/
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 ();
ehopt1.cpp 16 A(int) { ++count; if (b) throw 1; }
17 A(const A&) { ++count; if (b) throw 1; }
18 ~A() { --count; if (b) throw 1; }
27 A() { if (b) throw 1; }
28 A(const B&) { if (b) throw 1; }
29 ~A() { if (b) throw 1; }
34 void f() { if (b) throw 1; }
  /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() {
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 ();
ehopt1.cpp 16 A(int) { ++count; if (b) throw 1; }
17 A(const A&) { ++count; if (b) throw 1; }
18 ~A() { --count; if (b) throw 1; }
27 A() { if (b) throw 1; }
28 A(const B&) { if (b) throw 1; }
29 ~A() { if (b) throw 1; }
34 void f() { if (b) throw 1; }
  /external/clang/test/CXX/class/class.mem/
p2.cpp 36 void f() throw(A);
37 void g() throw(B);
40 void f() throw(A);
41 void g() throw(B);
47 void f1() throw(A2);
48 void f2() throw(A2<T>);
49 void g() throw(B);
52 void f1() throw(A2);
53 void f2() throw(A2<T>);
54 void g() throw(B)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
compatibility-list.h 42 swap(_List_node_base& __x, _List_node_base& __y) throw ();
45 _List_node_base * const __last) throw ();
48 reverse() throw ();
51 hook(_List_node_base * const __position) throw ();
54 unhook() throw ();

Completed in 302 milliseconds

1 2 3 45 6 7 8 91011>>