| /external/llvm-project/compiler-rt/lib/asan/ |
| D | asan_malloc_local.h | 33 #define MAYBE_ALLOCATE_FROM_LOCAL_POOL(nothrow) \ argument 47 #define MAYBE_ALLOCATE_FROM_LOCAL_POOL(nothrow) argument
|
| D | asan_new_delete.cpp | 74 #define OPERATOR_NEW_BODY(type, nothrow) \ argument 81 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
|
| /external/llvm-project/compiler-rt/lib/hwasan/ |
| D | hwasan_new_delete.cpp | 25 #define OPERATOR_NEW_BODY(nothrow) \ argument 41 #define OPERATOR_NEW_BODY(nothrow) return malloc(size) argument
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | builtin-operator-new-delete.cpp | 19 std::nothrow_t nothrow; variable
|
| D | new.cpp | 25 std::nothrow_t nothrow; variable
|
| /external/clang/test/CodeGen/ |
| D | address-sanitizer-and-array-cookie.cpp | 7 std::nothrow_t nothrow; variable
|
| /external/llvm-project/clang/test/CodeGen/ |
| D | address-sanitizer-and-array-cookie.cpp | 8 std::nothrow_t nothrow; variable
|
| /external/llvm-project/compiler-rt/lib/msan/ |
| D | msan_new_delete.cpp | 33 #define OPERATOR_NEW_BODY(nothrow) \ argument 38 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \ argument
|
| /external/llvm-project/clang/test/CodeGenCoroutines/ |
| D | coro-gro-nrvo.cpp | 10 constexpr nothrow_t nothrow = {}; variable
|
| D | coro-alloc.cpp | 27 constexpr nothrow_t nothrow = {}; variable
|
| /external/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_new_delete.cpp | 31 #define OPERATOR_NEW_BODY(mangled_name, nothrow) \ argument 46 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \ argument
|
| /external/llvm-project/compiler-rt/lib/memprof/ |
| D | memprof_new_delete.cpp | 33 #define OPERATOR_NEW_BODY(type, nothrow) \ argument 39 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
|
| /external/clang/test/Analysis/ |
| D | NewDelete-custom.cpp | 14 void *operator new(std::size_t size, std::nothrow_t& nothrow) throw() { return allocator(size); } in operator new()
|
| /external/llvm-project/clang/test/Analysis/ |
| D | NewDelete-custom.cpp | 12 void *operator new(std::size_t size, const std::nothrow_t ¬hrow) throw() { return allocator(size… in operator new()
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | builtin-operator-new-delete.cpp | 30 std::nothrow_t nothrow; variable
|
| D | unavailable_aligned_allocation.cpp | 18 nothrow_t nothrow; variable
|
| D | implicit-exception-spec.cpp | 96 struct nothrow_t {} nothrow; variable
|
| /external/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
| D | aligned_delete_test.cpp | 16 static const nothrow_t nothrow; variable
|
| /external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
| D | new_delete_test.cpp | 18 static const nothrow_t nothrow; variable
|
| /external/jemalloc_new/src/ |
| D | jemalloc_cpp.cpp | 44 handleOOM(std::size_t size, bool nothrow) { in handleOOM()
|
| /external/llvm-project/compiler-rt/test/scudo/ |
| D | aligned-new.cpp | 19 static const nothrow_t nothrow; variable
|
| /external/llvm-project/libcxx/src/ |
| D | new.cpp | 33 const nothrow_t nothrow{}; variable
|
| /external/libcxx/src/ |
| D | new.cpp | 38 const nothrow_t nothrow = {}; variable
|
| /external/clang/test/CodeGenCXX/ |
| D | new.cpp | 25 std::nothrow_t nothrow; variable
|
| /external/llvm-project/compiler-rt/lib/lsan/ |
| D | lsan_interceptors.cpp | 212 #define OPERATOR_NEW_BODY(nothrow)\ argument 218 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\ argument
|