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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
134 operator=(auto_ptr& __a) throw()
152 operator=(auto_ptr<_Tp1>& __a) throw()
163 * The C++ standard says there is supposed to be an empty throw
179 operator*() const throw()
192 operator->() const throw()
209 get() const throw() { return _M_ptr; }
223 release() throw()
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/backward/
auto_ptr.h 101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
134 operator=(auto_ptr& __a) throw()
152 operator=(auto_ptr<_Tp1>& __a) throw()
163 * The C++ standard says there is supposed to be an empty throw
179 operator*() const throw()
192 operator->() const throw()
209 get() const throw() { return _M_ptr; }
223 release() throw()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/backward/
auto_ptr.h 101 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
110 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
123 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
134 operator=(auto_ptr& __a) throw()
152 operator=(auto_ptr<_Tp1>& __a) throw()
163 * The C++ standard says there is supposed to be an empty throw
179 operator*() const throw()
192 operator->() const throw()
209 get() const throw() { return _M_ptr; }
223 release() throw()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
auto_ptr.h 103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
136 operator=(auto_ptr& __a) throw()
154 operator=(auto_ptr<_Tp1>& __a) throw()
165 * The C++ standard says there is supposed to be an empty throw
181 operator*() const throw()
194 operator->() const throw()
211 get() const throw() { return _M_ptr; }
225 release() throw()
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
auto_ptr.h 103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
136 operator=(auto_ptr& __a) throw()
154 operator=(auto_ptr<_Tp1>& __a) throw()
165 * The C++ standard says there is supposed to be an empty throw
181 operator*() const throw()
194 operator->() const throw()
211 get() const throw() { return _M_ptr; }
225 release() throw()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/
auto_ptr.h 103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
136 operator=(auto_ptr& __a) throw()
154 operator=(auto_ptr<_Tp1>& __a) throw()
165 * The C++ standard says there is supposed to be an empty throw
181 operator*() const throw()
194 operator->() const throw()
211 get() const throw() { return _M_ptr; }
225 release() throw()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/
auto_ptr.h 103 auto_ptr(element_type* __p = 0) throw() : _M_ptr(__p) { }
112 auto_ptr(auto_ptr& __a) throw() : _M_ptr(__a.release()) { }
125 auto_ptr(auto_ptr<_Tp1>& __a) throw() : _M_ptr(__a.release()) { }
136 operator=(auto_ptr& __a) throw()
154 operator=(auto_ptr<_Tp1>& __a) throw()
165 * The C++ standard says there is supposed to be an empty throw
181 operator*() const throw()
194 operator->() const throw()
211 get() const throw() { return _M_ptr; }
225 release() throw()
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
has_nothrow_copy-1.cpp 20 D(const D&) throw() { }
25 E(const E&) throw(int) { }
30 E1(const E1&) throw(int) { throw int(); }
35 F() throw() { }
40 G() throw(int) { throw int(); }
45 H(H&) throw(int) { }
50 H1(H1&) throw(int) { throw int();
    [all...]
catchptr1.cpp 20 throw &fn;
39 throw &A::fn;
58 throw &var;
77 throw &var;
96 throw &const_var;
120 throw (void ***)0;
138 throw (void const* const* const*)0;
172 throw (void ***)0;
197 throw (B **)0;
218 throw (B **)0
    [all...]
rethrow1.cpp 24 throw A();
31 throw A();
36 throw;
rethrow2.cpp 24 throw A();
31 throw;
36 throw;
rethrow4.cpp 24 throw A();
31 throw;
36 throw A();
  /ndk/tests/device/test-stlport_static-exception/jni/
has_nothrow_copy-1.cpp 20 D(const D&) throw() { }
25 E(const E&) throw(int) { }
30 E1(const E1&) throw(int) { throw int(); }
35 F() throw() { }
40 G() throw(int) { throw int(); }
45 H(H&) throw(int) { }
50 H1(H1&) throw(int) { throw int();
    [all...]
catchptr1.cpp 20 throw &fn;
39 throw &A::fn;
58 throw &var;
77 throw &var;
96 throw &const_var;
120 throw (void ***)0;
138 throw (void const* const* const*)0;
172 throw (void ***)0;
197 throw (B **)0;
218 throw (B **)0
    [all...]
rethrow1.cpp 24 throw A();
31 throw A();
36 throw;
rethrow2.cpp 24 throw A();
31 throw;
36 throw;
rethrow4.cpp 24 throw A();
31 throw;
36 throw A();
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 5 #define N(e) static_assert(!noexcept(e), "expected throw")
15 N(throw 0);
16 N((throw 0, 0));
20 void allspec() throw(...);
21 void intspec() throw(int);
22 void emptyspec() throw();
38 void (*pallspec)() throw(...);
39 void (*pintspec)() throw(int);
40 void (*pemptyspec)() throw();
43 funcptr returnsptr() throw();
    [all...]
  /external/clang/test/CXX/special/class.copy/
p33-0x.cpp 22 throw x;
23 throw x2;
38 throw x2; // okay
39 throw x; // expected-error{{call to deleted constructor of 'PR10142::X'}}
50 throw x2; // okay
51 throw x; // expected-error{{call to deleted constructor of 'PR10142::X'}}
  /ndk/sources/cxx-stl/gabi++/tests/
catch_const_pointer_nullptr.cpp 20 throw nullptr;
37 throw nullptr;
53 throw nullptr;
69 throw nullptr;
85 throw nullptr;
101 throw nullptr;
  /external/lzma/CPP/7zip/UI/Console/
ConsoleClose.cpp 54 throw CCtrlBreakException();
61 throw "SetConsoleCtrlHandler fails";
69 throw "SetConsoleCtrlHandler fails";
  /external/oprofile/libutil++/
op_exception.cpp 24 op_exception::~op_exception() throw()
28 char const * op_exception::what() const throw()
53 op_runtime_error::~op_runtime_error() throw()
op_exception.h 31 ~op_exception() throw() = 0;
33 char const * what() const throw();
42 * throw op_fatal_error("blah") when returning error code is not an option
56 ~op_runtime_error() throw();
  /external/chromium/testing/gtest/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(), ""),
  /external/chromium_org/testing/gtest/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(), ""),

Completed in 323 milliseconds

1 2 3 4 5 6 7 891011>>