Home
last modified time | relevance | path

Searched defs:nothrow (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/libcxx/src/
H A Dnew_helpers.cpp15 const nothrow_t nothrow{}; variable
/llvm-project/clang/test/CodeGenCXX/
H A Dbuiltin-operator-new-delete.cpp19 std::nothrow_t nothrow; variable
H A Dnew_hot_cold.cpp12 std::nothrow_t nothrow; variable
H A Dnew.cpp25 std::nothrow_t nothrow; variable
/llvm-project/clang/test/CodeGen/
H A Daddress-sanitizer-and-array-cookie.cpp8 std::nothrow_t nothrow; variable
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp25 # 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 Dcoro-gro2.cpp10 constexpr nothrow_t nothrow = {}; variable
H A Dcoro-aligned-alloc.cpp50 constexpr nothrow_t nothrow = {}; variable
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_new_delete.cpp33 # define OPERATOR_NEW_BODY(nothrow) \ argument
41 # define OPERATOR_NEW_BODY_ALIGN(nothrow) \ argument
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_new_delete.cpp30 #define OPERATOR_NEW_BODY(nothrow) \ argument
37 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \ argument
[all...]
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp31 #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 DNewDelete-custom.cpp12 void *operator new(std::size_t size, const std::nothrow_t &nothrow) throw() { return allocator(size… in operator new()
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_new_delete.cpp33 #define OPERATOR_NEW_BODY(type, nothrow) \ argument
39 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
/llvm-project/clang/test/SemaCXX/
H A Dbuiltin-operator-new-delete.cpp30 std::nothrow_t nothrow; variable
H A Dcoroutine-alloc-2.cpp29 constexpr nothrow_t nothrow = {}; variable
H A Dcoroutine-alloc-3.cpp29 constexpr nothrow_t nothrow = {}; variable
H A Dunavailable_aligned_allocation.cpp18 nothrow_t nothrow; variable
H A Dimplicit-exception-spec.cpp96 struct nothrow_t {} nothrow; variable
H A Dcoro-return-type-and-wrapper.cpp10 constexpr nothrow_t nothrow = {}; variable
H A Dcoroutine-alloc-4.cpp94 constexpr nothrow_t nothrow = {}; variable
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dnew_delete_test.cpp18 static const nothrow_t nothrow; variable
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Daligned_delete_test.cpp16 static const nothrow_t nothrow; variable
/llvm-project/compiler-rt/test/scudo/
H A Daligned-new.cpp19 static const nothrow_t nothrow; variable
/llvm-project/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp63 #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 Dswappable.pass.cpp237 enum class nothrow { no, yes }; enum

12