/llvm-project/libcxx/src/ |
H A D | new_helpers.cpp | 15 const nothrow_t nothrow{}; variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | builtin-operator-new-delete.cpp | 19 std::nothrow_t nothrow; variable
|
H A D | new_hot_cold.cpp | 12 std::nothrow_t nothrow; variable
|
H A D | new.cpp | 25 std::nothrow_t nothrow; variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | address-sanitizer-and-array-cookie.cpp | 8 std::nothrow_t nothrow; variable
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_new_delete.cpp | 25 # define OPERATOR_NEW_BODY(nothrow) \ argument 31 # define OPERATOR_NEW_ALIGN_BODY(nothrow) \ argument 49 # define OPERATOR_NEW_BODY(nothrow) return malloc(size) argument
|
/llvm-project/clang/test/CodeGenCoroutines/ |
H A D | coro-gro2.cpp | 10 constexpr nothrow_t nothrow = {}; variable
|
H A D | coro-aligned-alloc.cpp | 50 constexpr nothrow_t nothrow = {}; variable
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_new_delete.cpp | 33 # define OPERATOR_NEW_BODY(nothrow) \ argument 41 # define OPERATOR_NEW_BODY_ALIGN(nothrow) \ argument
|
/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_new_delete.cpp | 30 #define OPERATOR_NEW_BODY(nothrow) \ argument 37 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \ argument [all...] |
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_new_delete.cpp | 31 #define OPERATOR_NEW_BODY(mangled_name, nothrow) \ argument 46 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \ argument
|
/llvm-project/clang/test/Analysis/ |
H A D | NewDelete-custom.cpp | 12 void *operator new(std::size_t size, const std::nothrow_t ¬hrow) throw() { return allocator(size… in operator new()
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_new_delete.cpp | 33 #define OPERATOR_NEW_BODY(type, nothrow) \ argument 39 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | builtin-operator-new-delete.cpp | 30 std::nothrow_t nothrow; variable
|
H A D | coroutine-alloc-2.cpp | 29 constexpr nothrow_t nothrow = {}; variable
|
H A D | coroutine-alloc-3.cpp | 29 constexpr nothrow_t nothrow = {}; variable
|
H A D | unavailable_aligned_allocation.cpp | 18 nothrow_t nothrow; variable
|
H A D | implicit-exception-spec.cpp | 96 struct nothrow_t {} nothrow; variable
|
H A D | coro-return-type-and-wrapper.cpp | 10 constexpr nothrow_t nothrow = {}; variable
|
H A D | coroutine-alloc-4.cpp | 94 constexpr nothrow_t nothrow = {}; variable
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
H A D | new_delete_test.cpp | 18 static const nothrow_t nothrow; variable
|
/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
H A D | aligned_delete_test.cpp | 16 static const nothrow_t nothrow; variable
|
/llvm-project/compiler-rt/test/scudo/ |
H A D | aligned-new.cpp | 19 static const nothrow_t nothrow; variable
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_new_delete.cpp | 63 #define OPERATOR_NEW_BODY(type, nothrow) \ argument 69 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.swappable/ |
H A D | swappable.pass.cpp | 237 enum class nothrow { no, yes }; enum
|