/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/ |
new | 40 struct nothrow_t {}; 41 extern const nothrow_t nothrow; 75 void* operator new(std::size_t size, const std::nothrow_t&) throw(); 77 void* operator new[](std::size_t size, const std::nothrow_t&) throw(); 80 void operator delete[](void* const, std::nothrow_t&) throw(); 82 void operator delete(void*, const std::nothrow_t&) throw();
|
/external/valgrind/massif/tests/ |
realloc.stderr.exp | 14 Massif: operator new(unsigned, std::nothrow_t const&) 15 Massif: operator new[](unsigned, std::nothrow_t const&) 16 Massif: operator new(unsigned long, std::nothrow_t const&) 17 Massif: operator new[](unsigned long, std::nothrow_t const&)
|
deep-B.stderr.exp | 14 Massif: operator new(unsigned, std::nothrow_t const&) 15 Massif: operator new[](unsigned, std::nothrow_t const&) 16 Massif: operator new(unsigned long, std::nothrow_t const&) 17 Massif: operator new[](unsigned long, std::nothrow_t const&)
|
deep-C.stderr.exp | 14 Massif: operator new(unsigned, std::nothrow_t const&) 15 Massif: operator new[](unsigned, std::nothrow_t const&) 16 Massif: operator new(unsigned long, std::nothrow_t const&) 17 Massif: operator new[](unsigned long, std::nothrow_t const&)
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
operators27.cpp | 16 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; }
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
operators27.cpp | 16 void * operator new(size_t, const std::nothrow_t&) throw() { FLAG=1; return 0; }
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
dl5.cc | 8 operator new (size_t sz, const std::nothrow_t&) throw ()
|
/ndk/sources/cxx-stl/gabi++/src/ |
delete.cc | 48 void operator delete(void* ptr, const std::nothrow_t &) _GABIXX_NOEXCEPT 55 void operator delete[](void* ptr, const std::nothrow_t &nt) _GABIXX_NOEXCEPT
|
new.cc | 41 const nothrow_t nothrow = {}; 113 void* operator new(std::size_t size, const std::nothrow_t& no) 128 void* operator new[](std::size_t size, const std::nothrow_t& no)
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-cxx.h | 75 struct nothrow_t {}; struct in namespace:std 77 extern const nothrow_t nothrow; 203 void* operator new(std::size_t, const std::nothrow_t&) throw(); 204 void* operator new[](std::size_t, const std::nothrow_t&) throw(); 205 void operator delete(void*, const std::nothrow_t&) throw(); 206 void operator delete[](void*, const std::nothrow_t&) throw();
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
new | 99 struct nothrow_t { }; 101 extern const nothrow_t nothrow; 138 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 140 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 142 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT 144 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_testlib.cc | 152 struct nothrow_t; 157 void *operator new(size_t size, std::nothrow_t const&) ALIAS("malloc"); 158 void *operator new[](size_t size, std::nothrow_t const&) ALIAS("malloc"); 161 void operator delete(void *ptr, std::nothrow_t const&) ALIAS("free"); 162 void operator delete[](void *ptr, std::nothrow_t const&) ALIAS("free");
|
/external/libcxx/src/ |
new.cpp | 73 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT 102 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT 129 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT 150 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT 168 const nothrow_t nothrow = {};
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
new.cpp | 74 operator new(size_t size, const std::nothrow_t&) _NOEXCEPT 103 operator new[](size_t size, const std::nothrow_t&) _NOEXCEPT 130 operator delete(void* ptr, const std::nothrow_t&) _NOEXCEPT 144 operator delete[] (void* ptr, const std::nothrow_t&) _NOEXCEPT 155 const nothrow_t nothrow = {};
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_new.h | 66 struct nothrow_t {}; struct 67 # define nothrow nothrow_t() 97 using _STLP_VENDOR_EXCEPT_STD::nothrow_t;
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_new.h | 66 struct nothrow_t {}; struct 67 # define nothrow nothrow_t() 97 using _STLP_VENDOR_EXCEPT_STD::nothrow_t;
|
/external/libcxxabi/src/ |
cxa_new_delete.cpp | 69 operator new(size_t size, const std::nothrow_t&) 110 operator new[](size_t size, const std::nothrow_t&) 154 operator delete(void* ptr, const std::nothrow_t&) 188 operator delete[] (void* ptr, const std::nothrow_t&)
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
cxa_new_delete.cpp | 69 operator new(size_t size, const std::nothrow_t&) 110 operator new[](size_t size, const std::nothrow_t&) 154 operator delete(void* ptr, const std::nothrow_t&) 188 operator delete[] (void* ptr, const std::nothrow_t&)
|
/external/compiler-rt/lib/lsan/ |
lsan_interceptors.cc | 48 struct nothrow_t; 158 void *operator new(uptr size, std::nothrow_t const&) { OPERATOR_NEW_BODY; } 160 void *operator new[](uptr size, std::nothrow_t const&) { OPERATOR_NEW_BODY; } 171 void operator delete(void *ptr, std::nothrow_t const&) { OPERATOR_DELETE_BODY; } 173 void operator delete[](void *ptr, std::nothrow_t const &) {
|
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/ |
sized_delete_calls_unsized_delete.pass.cpp | 30 void operator delete(void* p, const std::nothrow_t&) throw()
|
/external/llvm/test/Transforms/InstSimplify/ |
call.ll | 149 %"struct.std::nothrow_t" = type { i8 } 150 @_ZSt7nothrow = external global %"struct.std::nothrow_t" 154 %call = tail call noalias i8* @_ZnamRKSt9nothrow_t(i64 8, %"struct.std::nothrow_t"* @_ZSt7nothrow) 170 declare i8* @_ZnamRKSt9nothrow_t(i64, %"struct.std::nothrow_t"*) nounwind
|
/external/valgrind/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 368 // operator new(unsigned, std::nothrow_t const&), GNU mangling 374 // operator new(unsigned long, std::nothrow_t const&), GNU mangling 382 // operator new(unsigned, std::nothrow_t const&), GNU mangling 387 // operator new(unsigned long, std::nothrow_t const&), GNU mangling 394 // operator new(unsigned, std::nothrow_t const&), GNU mangling 399 // operator new(unsigned long, std::nothrow_t const&), GNU mangling 457 // operator new[](unsigned, std::nothrow_t const&), GNU mangling 463 // operator new[](unsigned long, std::nothrow_t const&), GNU mangling 471 // operator new[](unsigned, std::nothrow_t const&), GNU mangling 476 // operator new[](unsigned long, std::nothrow_t const&), GNU manglin [all...] |
/external/clang/test/CodeGenCXX/ |
new.cpp | 23 struct nothrow_t {}; struct in namespace:std 25 std::nothrow_t nothrow; 34 void *operator new(size_t, const std::nothrow_t &) throw(); 35 void *operator new[](size_t, const std::nothrow_t &) throw(); 36 void operator delete(void *, const std::nothrow_t &) throw(); 37 void operator delete[](void *, const std::nothrow_t &) throw();
|
/external/clang/test/Analysis/ |
NewDelete-custom.cpp | 14 void *operator new(std::size_t size, std::nothrow_t& nothrow) throw() { return allocator(size); }
|
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/ |
sized_delete_array11.pass.cpp | 33 void operator delete[](void* p, const std::nothrow_t&) throw()
|