| /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| del_opvnt.cc | 30 operator delete[] (void *ptr, const std::nothrow_t&) noexcept
|
| del_opant.cc | 30 operator delete (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept
|
| del_opvant.cc | 30 operator delete[] (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept
|
| del_opnt.cc | 44 operator delete (void *ptr, const std::nothrow_t&) noexcept
|
| new_opvnt.cc | 31 operator new[] (std::size_t sz, const std::nothrow_t&) noexcept
|
| new_opant.cc | 31 operator new(std::size_t sz, std::align_val_t al, const std::nothrow_t&)
|
| new_opnt.cc | 32 operator new (std::size_t sz, const std::nothrow_t&) noexcept
|
| new_opvant.cc | 31 operator new[] (std::size_t sz, std::align_val_t al, const std::nothrow_t&)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| del_opvnt.cc | 30 operator delete[] (void *ptr, const std::nothrow_t&) noexcept
|
| del_opant.cc | 30 operator delete (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept
|
| del_opvant.cc | 30 operator delete[] (void *ptr, std::align_val_t al, const std::nothrow_t&) noexcept
|
| del_opnt.cc | 44 operator delete (void *ptr, const std::nothrow_t&) noexcept
|
| new_opvnt.cc | 31 operator new[] (std::size_t sz, const std::nothrow_t&) noexcept
|
| new_opant.cc | 31 operator new(std::size_t sz, std::align_val_t al, const std::nothrow_t&)
|
| new_opnt.cc | 32 operator new (std::size_t sz, const std::nothrow_t&) noexcept
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_new_delete.cpp | 58 // Fake std::nothrow_t to avoid including <new>. 60 struct nothrow_t {}; struct in namespace:std 71 size_t size, std::nothrow_t const &) { 75 size_t size, std::nothrow_t const &) { 88 void *ptr, std::nothrow_t const &) { 92 void *ptr, std::nothrow_t const &) { 121 size_t size, std::align_val_t align, std::nothrow_t const &) { 125 size_t size, std::align_val_t align, std::nothrow_t const &) { 138 void *ptr, std::align_val_t, std::nothrow_t const &) NOEXCEPT { 142 void *ptr, std::align_val_t, std::nothrow_t const &) NOEXCEPT [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_new_delete.cpp | 63 // Fake std::nothrow_t and std::align_val_t to avoid including <new>. 65 struct nothrow_t {}; struct in namespace:std 100 void *operator new(size_t size, std::nothrow_t const&) 103 void *operator new[](size_t size, std::nothrow_t const&) 112 void *operator new(size_t size, std::align_val_t align, std::nothrow_t const&) 115 void *operator new[](size_t size, std::align_val_t align, std::nothrow_t const&) 125 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { 128 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) { 157 void operator delete(void *ptr, std::nothrow_t const&) 160 void operator delete[](void *ptr, std::nothrow_t const& [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_new_delete.cpp | 63 // Fake std::nothrow_t and std::align_val_t to avoid including <new>. 65 struct nothrow_t {}; struct in namespace:std 100 void *operator new(size_t size, std::nothrow_t const&) 103 void *operator new[](size_t size, std::nothrow_t const&) 112 void *operator new(size_t size, std::align_val_t align, std::nothrow_t const&) 115 void *operator new[](size_t size, std::align_val_t align, std::nothrow_t const&) 125 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { 128 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) { 157 void operator delete(void *ptr, std::nothrow_t const&) 160 void operator delete[](void *ptr, std::nothrow_t const& [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan_new_delete.cc | 26 // Fake std::nothrow_t and std::align_val_t to avoid including <new>. 28 struct nothrow_t {}; struct in namespace:std 50 void *operator new(size_t size, std::nothrow_t const&) { 54 void *operator new[](size_t size, std::nothrow_t const&) { 64 void *operator new(size_t size, std::align_val_t align, std::nothrow_t const&) 67 void *operator new[](size_t size, std::align_val_t align, std::nothrow_t const&) 79 void operator delete(void *ptr, std::nothrow_t const&) { OPERATOR_DELETE_BODY; } 81 void operator delete[](void *ptr, std::nothrow_t const&) { 96 void operator delete(void *ptr, std::align_val_t align, std::nothrow_t const&) 99 void operator delete[](void *ptr, std::align_val_t align, std::nothrow_t const& [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_new_delete.cpp | 56 // Fake std::nothrow_t to avoid including <new>. 58 struct nothrow_t {}; struct in namespace:std 68 void *operator new(size_t size, std::nothrow_t const&) { 72 void *operator new[](size_t size, std::nothrow_t const&) { 85 void *ptr, std::nothrow_t const &) { 89 void *ptr, std::nothrow_t const &) { 110 size_t size, std::align_val_t align, std::nothrow_t const &) { 114 size_t size, std::align_val_t align, std::nothrow_t const &) { 127 void *ptr, std::align_val_t, std::nothrow_t const &) NOEXCEPT { 131 void *ptr, std::align_val_t, std::nothrow_t const &) NOEXCEPT [all...] |
| /src/external/bsd/jemalloc.old/dist/src/ |
| jemalloc_cpp.cpp | 29 void *operator new(std::size_t size, const std::nothrow_t &) noexcept; 30 void *operator new[](std::size_t size, const std::nothrow_t &) noexcept; 33 void operator delete(void *ptr, const std::nothrow_t &) noexcept; 34 void operator delete[](void *ptr, const std::nothrow_t &) noexcept; 96 operator new(std::size_t size, const std::nothrow_t &) noexcept { 101 operator new[](std::size_t size, const std::nothrow_t &) noexcept { 116 operator delete(void *ptr, const std::nothrow_t &) noexcept { 120 void operator delete[](void *ptr, const std::nothrow_t &) noexcept {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_new_delete.cc | 24 struct nothrow_t {}; struct in namespace:std 75 void *operator new(__sanitizer::uptr size, std::nothrow_t const&); 76 void *operator new(__sanitizer::uptr size, std::nothrow_t const&) { 81 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&); 82 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&) { 100 std::nothrow_t const&); 102 std::nothrow_t const&) { 109 std::nothrow_t const&); 111 std::nothrow_t const&) { 137 void operator delete(void *ptr, std::nothrow_t const&) [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_new_delete.cpp | 23 struct nothrow_t {}; struct in namespace:std 74 void *operator new(__sanitizer::uptr size, std::nothrow_t const&); 75 void *operator new(__sanitizer::uptr size, std::nothrow_t const&) { 80 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&); 81 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&) { 99 std::nothrow_t const&); 101 std::nothrow_t const&) { 108 std::nothrow_t const&); 110 std::nothrow_t const&) { 136 void operator delete(void *ptr, std::nothrow_t const&) [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_new_delete.cpp | 23 struct nothrow_t {}; struct in namespace:std 74 void *operator new(__sanitizer::uptr size, std::nothrow_t const&); 75 void *operator new(__sanitizer::uptr size, std::nothrow_t const&) { 80 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&); 81 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&) { 99 std::nothrow_t const&); 101 std::nothrow_t const&) { 108 std::nothrow_t const&); 110 std::nothrow_t const&) { 136 void operator delete(void *ptr, std::nothrow_t const&) [all...] |
| /src/external/bsd/jemalloc/dist/src/ |
| jemalloc_cpp.cpp | 29 void *operator new(std::size_t size, const std::nothrow_t &) noexcept; 30 void *operator new[](std::size_t size, const std::nothrow_t &) noexcept; 33 void operator delete(void *ptr, const std::nothrow_t &) noexcept; 34 void operator delete[](void *ptr, const std::nothrow_t &) noexcept; 45 void *operator new(std::size_t size, std::align_val_t, const std::nothrow_t &) noexcept; 47 void *operator new[](std::size_t size, std::align_val_t, const std::nothrow_t &) noexcept; 49 void operator delete(void* ptr, std::align_val_t, const std::nothrow_t &) noexcept; 52 void operator delete[](void* ptr, std::align_val_t, const std::nothrow_t &) noexcept; 123 operator new(std::size_t size, const std::nothrow_t &) noexcept { 128 operator new[](std::size_t size, const std::nothrow_t &) noexcept [all...] |