Searched +defs:std +defs:nothrow_t (Results 1 – 8 of 8) sorted by relevance
/external/libcxxabi/src/ |
D | cxa_new_delete.cpp | 75 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new() 112 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]() 150 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete() 174 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]() 179 namespace std namespace
|
/external/libcxx/src/ |
D | new.cpp | 33 namespace std namespace 89 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new() 115 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]() 142 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete() 163 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]() 211 operator new(size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new() 237 operator new[](size_t size, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator new[]() 268 operator delete(void* ptr, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator delete() 289 operator delete[] (void* ptr, std::align_val_t alignment, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
|
/external/clang/test/CodeGen/ |
D | address-sanitizer-and-array-cookie.cpp | 5 namespace std { namespace 6 struct nothrow_t {}; struct
|
/external/compiler-rt/lib/msan/ |
D | msan_new_delete.cc | 25 namespace std { namespace 26 struct nothrow_t {}; struct
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_new_delete.cc | 20 namespace std { namespace 21 struct nothrow_t {}; struct
|
/external/compiler-rt/lib/scudo/ |
D | scudo_new_delete.cpp | 25 namespace std { namespace 26 struct nothrow_t {}; struct
|
/external/compiler-rt/lib/asan/ |
D | asan_new_delete.cc | 52 namespace std { namespace 53 struct nothrow_t {}; struct
|
/external/clang/test/CodeGenCXX/ |
D | new.cpp | 22 namespace std { namespace 23 struct nothrow_t {}; struct
|