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

<<11121314151617181920>>

  /external/libcxxabi/test/
catch_array_02.cpp 20 throw a; // converts to char*
  /ndk/sources/cxx-stl/gabi++/tests/
catch_array_01.cpp 20 throw a; // converts to char*
catch_array_02.cpp 20 throw a; // converts to char*
test_gabixx_exceptions.cpp 25 throw "Memory allocation failure!";
unexpected_01.cpp 5 throw 1;
11 std::unexpected(); // it is OK to throw exception from std::unexpected()
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_array_01.cpp 20 throw a; // converts to char*
catch_array_02.cpp 20 throw a; // converts to char*
  /ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_ex_test.cc 53 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw 1, ""), "threw an exception");
63 virtual const char* what() const throw() { return "exceptional message"; }
68 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
71 EXPECT_NONFATAL_FAILURE(EXPECT_DEATH(throw TestException(), ""),
  /ndk/tests/device/exceptions-crash/jni/
foo.cpp 9 throw std::exception();
  /ndk/tests/device/test-basic-exceptions/jni/
test_basic_exceptions.cpp 25 throw "Memory allocation failure!";
  /ndk/tests/device/test-stlport_shared-exception/jni/
array1_2.cpp 8 throw 3;
ctor1.cpp 22 throw 1;
eb50.cpp 6 throw foo();
eh16.cpp 15 throw 1;
eh17.cpp 14 throw 1;
eh29.cpp 11 throw 1;
eh3_1.cpp 8 void cause_error(void) { throw error(); }
eh42.cpp 9 throw 1;
flow1.cpp 6 throw 100;
gcsec1.cpp 14 throw 1;
init7.cpp 11 foo() { throw true; }
20 bar(); // must throw
24 bar(); // must throw again!
new11.cpp 8 void *operator new[](size_t bytes) throw (std::bad_alloc) {
new1_4.cpp 14 A() { throw 0; }
omit-frame-pointer2.cpp 13 throw int();
p755.cpp 10 void* operator new(size_t sz) throw (std::bad_alloc) {

Completed in 279 milliseconds

<<11121314151617181920>>