Home
last modified time | relevance | path

Searched +defs:std +defs:nothrow_t (Results 1 – 7 of 7) sorted by relevance

/external/libcxxabi/src/
Dcxa_new_delete.cpp69 operator new(size_t size, const std::nothrow_t&) in operator new()
110 operator new[](size_t size, const std::nothrow_t&) in operator new[]()
154 operator delete(void* ptr, const std::nothrow_t&) in operator delete()
188 operator delete[] (void* ptr, const std::nothrow_t&) in operator delete[]()
198 namespace std namespace
/external/libcxx/src/
Dnew.cpp73 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT in operator new()
102 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT in operator new[]()
129 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete()
150 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT in operator delete[]()
164 namespace std namespace
/external/clang/test/CodeGen/
Daddress-sanitizer-and-array-cookie.cpp5 namespace std { namespace
6 struct nothrow_t {}; struct
/external/compiler-rt/lib/msan/
Dmsan_new_delete.cc25 namespace std { namespace
26 struct nothrow_t {}; struct
/external/compiler-rt/lib/tsan/rtl/
Dtsan_new_delete.cc20 namespace std { namespace
21 struct nothrow_t {}; struct
/external/compiler-rt/lib/asan/
Dasan_new_delete.cc36 namespace std { namespace
37 struct nothrow_t {}; struct
/external/clang/test/CodeGenCXX/
Dnew.cpp22 namespace std { namespace
23 struct nothrow_t {}; struct