HomeSort by: relevance | last modified time | path
    Searched defs:nothrow_t (Results 1 - 10 of 10) sorted by relevancy

  /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/bsd/libc++/dist/libcxxrt/src/
memory.cc 44 struct nothrow_t {}; struct in namespace:std
109 void* operator new(size_t size, const std::nothrow_t &) NOEXCEPT
136 void * operator new[](size_t size, 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.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/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_new_delete.cc 66 // Fake std::nothrow_t and std::align_val_t to avoid including <new>.
68 struct nothrow_t {}; struct in namespace:std
111 void *operator new(size_t size, std::nothrow_t const&)
114 void *operator new[](size_t size, std::nothrow_t const&)
123 void *operator new(size_t size, std::align_val_t align, std::nothrow_t const&)
126 void *operator new[](size_t size, std::align_val_t align, std::nothrow_t const&)
136 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) {
139 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) {
172 void operator delete(void *ptr, std::nothrow_t const&)
175 void operator delete[](void *ptr, std::nothrow_t const&
    [all...]
  /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/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/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/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/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...]

Completed in 26 milliseconds