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

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/gabi++/tests/
catch_pointer_nullptr.cpp 18 throw nullptr;
36 throw nullptr;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_pointer_nullptr.cpp 18 throw nullptr;
36 throw nullptr;
  /ndk/tests/device/test-stlport_shared-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; }
  /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; }
  /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());
  /external/deqp/framework/delibs/decpp/
deSocket.cpp 38 throw std::bad_alloc();
49 throw std::runtime_error("SocketAddress::setHost()");
55 throw std::runtime_error("SocketAddress::setPort()");
61 throw std::runtime_error("SocketAddress::setFamily()");
67 throw std::runtime_error("SocketAddress::setType()");
73 throw std::runtime_error("SocketAddress::setProtocol()");
82 throw std::bad_alloc();
93 throw SocketError("Setting socket flags failed");
99 throw SocketError("Listening on socket failed");
105 throw SocketError("Connecting socket failed")
    [all...]
  /external/libcxxabi/test/
catch_function_01.cpp 21 throw f; // converts to void (*)()
catch_function_02.cpp 21 throw f; // converts to void (*)()

Completed in 269 milliseconds

1 2 3 4 5 67 8 91011>>