HomeSort by relevance Sort by last modified time
    Searched refs:bad_alloc (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
p2-noexceptions.cpp 3 class bad_alloc { }; class in namespace:std
p2.cpp 17 class bad_alloc { }; class in namespace:std
22 void* operator new(std::size_t) throw(std::bad_alloc); // expected-note{{previous declaration}}
23 void* operator new[](std::size_t) throw(std::bad_alloc);
27 void* operator new(std::size_t); // expected-warning{{'operator new' is missing exception specification 'throw(std::bad_alloc)'}}
  /external/stlport/test/compiler/
eh.cc 23 catch (bad_alloc const&) {
28 // CPPUNIT_ASSERT( false && "Not bad_alloc exception thrown." );
38 // throw bad_alloc();
40 catch ( bad_alloc const & ) {
52 throw bad_alloc();
54 catch ( bad_alloc& ) {
  /external/stlport/stlport/stl/
_new.h 71 * STLport own bad_alloc exception to be used if the native C++ library
75 class bad_alloc : public exception { class in inherits:exception
77 bad_alloc () _STLP_NOTHROW_INHERENTLY { }
78 bad_alloc(const bad_alloc&) _STLP_NOTHROW_INHERENTLY { }
79 bad_alloc& operator=(const bad_alloc&) _STLP_NOTHROW_INHERENTLY {return *this;}
80 ~bad_alloc () _STLP_NOTHROW_INHERENTLY { }
93 using _STLP_VENDOR_EXCEPT_STD::bad_alloc;
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_new.h 71 * STLport own bad_alloc exception to be used if the native C++ library
75 class bad_alloc : public exception { class in inherits:exception
77 bad_alloc () _STLP_NOTHROW_INHERENTLY { }
78 bad_alloc(const bad_alloc&) _STLP_NOTHROW_INHERENTLY { }
79 bad_alloc& operator=(const bad_alloc&) _STLP_NOTHROW_INHERENTLY {return *this;}
80 ~bad_alloc () _STLP_NOTHROW_INHERENTLY { }
93 using _STLP_VENDOR_EXCEPT_STD::bad_alloc;
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_new.h 71 * STLport own bad_alloc exception to be used if the native C++ library
75 class bad_alloc : public exception { class in inherits:exception
77 bad_alloc () _STLP_NOTHROW_INHERENTLY { }
78 bad_alloc(const bad_alloc&) _STLP_NOTHROW_INHERENTLY { }
79 bad_alloc& operator=(const bad_alloc&) _STLP_NOTHROW_INHERENTLY {return *this;}
80 ~bad_alloc () _STLP_NOTHROW_INHERENTLY { }
93 using _STLP_VENDOR_EXCEPT_STD::bad_alloc;
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_new.h 71 * STLport own bad_alloc exception to be used if the native C++ library
75 class bad_alloc : public exception { class in inherits:exception
77 bad_alloc () _STLP_NOTHROW_INHERENTLY { }
78 bad_alloc(const bad_alloc&) _STLP_NOTHROW_INHERENTLY { }
79 bad_alloc& operator=(const bad_alloc&) _STLP_NOTHROW_INHERENTLY {return *this;}
80 ~bad_alloc () _STLP_NOTHROW_INHERENTLY { }
93 using _STLP_VENDOR_EXCEPT_STD::bad_alloc;
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_new.h 71 * STLport own bad_alloc exception to be used if the native C++ library
75 class bad_alloc : public exception { class in inherits:exception
77 bad_alloc () _STLP_NOTHROW_INHERENTLY { }
78 bad_alloc(const bad_alloc&) _STLP_NOTHROW_INHERENTLY { }
79 bad_alloc& operator=(const bad_alloc&) _STLP_NOTHROW_INHERENTLY {return *this;}
80 ~bad_alloc () _STLP_NOTHROW_INHERENTLY { }
93 using _STLP_VENDOR_EXCEPT_STD::bad_alloc;
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_new.h 71 * STLport own bad_alloc exception to be used if the native C++ library
75 class bad_alloc : public exception { class in inherits:exception
77 bad_alloc () _STLP_NOTHROW_INHERENTLY { }
78 bad_alloc(const bad_alloc&) _STLP_NOTHROW_INHERENTLY { }
79 bad_alloc& operator=(const bad_alloc&) _STLP_NOTHROW_INHERENTLY {return *this;}
80 ~bad_alloc () _STLP_NOTHROW_INHERENTLY { }
93 using _STLP_VENDOR_EXCEPT_STD::bad_alloc;
118 # define _STLP_THROW_BAD_ALLOC _STLP_THROW(_STLP_STD::bad_alloc())
    [all...]
  /abi/cpp/src/
new.cc 34 operator new(std::size_t size) throw (/*std::bad_alloc*/)
39 throw std::bad_alloc();
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 113 catch(std::bad_alloc&)
145 catch(std::bad_alloc&)
170 catch(std::bad_alloc&)
205 catch(std::bad_alloc&)
242 catch(std::bad_alloc&)
281 catch(std::bad_alloc&)
310 catch(std::bad_alloc&)
377 catch(std::bad_alloc&)
403 catch(std::bad_alloc&)
429 catch(std::bad_alloc&
    [all...]
  /external/compiler-rt/lib/asan/
asan_new_delete.cc 39 void *operator new(size_t size) throw(std::bad_alloc) { OPERATOR_NEW_BODY; }
40 void *operator new[](size_t size) throw(std::bad_alloc) { OPERATOR_NEW_BODY; }
  /external/valgrind/main/massif/tests/
overloaded-new.cpp 17 __attribute__((noinline)) void* operator new (std::size_t n) throw (std::bad_alloc)
27 __attribute__((noinline)) void* operator new[] (std::size_t n) throw (std::bad_alloc)
  /ndk/sources/cxx-stl/gabi++/src/
new.cc 34 operator new(std::size_t size) throw (/*std::bad_alloc*/)
39 throw std::bad_alloc();
45 operator new[](std::size_t size) throw(/*std::bad_alloc*/)
  /external/clang/test/CXX/except/except.spec/
p3.cpp 98 // with a throw(bad_alloc) spec, because C++0x makes an incompatible change
100 extern "C++" { namespace std { class bad_alloc {}; } } class in namespace:std
102 void* operator new(mysize_t) throw(std::bad_alloc);
105 void* operator new[](mysize_t) throw(std::bad_alloc);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp 51 catch(std::bad_alloc&)
100 catch(std::bad_alloc&)
143 catch(std::bad_alloc&)
172 catch(std::bad_alloc&)
204 catch(std::bad_alloc&)
228 catch(std::bad_alloc&)
264 catch(std::bad_alloc&)
284 catch(std::bad_alloc&)
328 catch(std::bad_alloc&)
451 catch(std::bad_alloc&
    [all...]
  /external/oprofile/libutil++/tests/
utility_tests.cpp 24 void* operator new(size_t size) throw(bad_alloc)
30 void* operator new[](size_t size) throw(bad_alloc)
  /external/stlport/test/unit/
config_test.cpp 106 catch (const bad_alloc&)
109 // Looks like your compiler new operator finally throw bad_alloc, you can fix
117 //Not bad_alloc exception thrown.
allocator_test.cpp 71 catch (bad_alloc const&) {
75 //Not bad_alloc exception thrown.
  /ndk/tests/device/test-gnustl-full/unit/
config_test.cpp 106 catch (const bad_alloc&)
109 // Looks like your compiler new operator finally throw bad_alloc, you can fix
117 //Not bad_alloc exception thrown.
allocator_test.cpp 71 catch (bad_alloc const&) {
75 //Not bad_alloc exception thrown.
  /ndk/tests/device/test-stlport/unit/
config_test.cpp 106 catch (const bad_alloc&)
109 // Looks like your compiler new operator finally throw bad_alloc, you can fix
117 //Not bad_alloc exception thrown.
  /external/chromium/base/allocator/
allocator_shim.cc 94 throw std::bad_alloc();
97 // allocation. If it throws std::bad_alloc, fail the allocation.
101 } catch (const std::bad_alloc&) {
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.h 225 WTF_PRIVATE_INLINE void* operator new(size_t size) throw (std::bad_alloc) { return fastMalloc(size); }
229 WTF_PRIVATE_INLINE void* operator new[](size_t size) throw (std::bad_alloc) { return fastMalloc(size); }
  /external/stlport/test/eh/
nc_alloc.cpp 60 throw EH_STD::bad_alloc();
207 throw(EH_STD::bad_alloc)
223 void* _STLP_CALL operator new[](size_t size ) throw(EH_STD::bad_alloc) {

Completed in 2252 milliseconds

1 2