Home
last modified time | relevance | path

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

12

/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_local.h33 #define MAYBE_ALLOCATE_FROM_LOCAL_POOL(nothrow) \ argument
47 #define MAYBE_ALLOCATE_FROM_LOCAL_POOL(nothrow) argument
Dasan_new_delete.cpp74 #define OPERATOR_NEW_BODY(type, nothrow) \ argument
81 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_new_delete.cpp25 #define OPERATOR_NEW_BODY(nothrow) \ argument
41 #define OPERATOR_NEW_BODY(nothrow) return malloc(size) argument
/external/llvm-project/clang/test/CodeGenCXX/
Dbuiltin-operator-new-delete.cpp19 std::nothrow_t nothrow; variable
Dnew.cpp25 std::nothrow_t nothrow; variable
/external/clang/test/CodeGen/
Daddress-sanitizer-and-array-cookie.cpp7 std::nothrow_t nothrow; variable
/external/llvm-project/clang/test/CodeGen/
Daddress-sanitizer-and-array-cookie.cpp8 std::nothrow_t nothrow; variable
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_new_delete.cpp33 #define OPERATOR_NEW_BODY(nothrow) \ argument
38 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \ argument
/external/llvm-project/clang/test/CodeGenCoroutines/
Dcoro-gro-nrvo.cpp10 constexpr nothrow_t nothrow = {}; variable
Dcoro-alloc.cpp27 constexpr nothrow_t nothrow = {}; variable
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_new_delete.cpp31 #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/
Dmemprof_new_delete.cpp33 #define OPERATOR_NEW_BODY(type, nothrow) \ argument
39 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ argument
/external/clang/test/Analysis/
DNewDelete-custom.cpp14 void *operator new(std::size_t size, std::nothrow_t& nothrow) throw() { return allocator(size); } in operator new()
/external/llvm-project/clang/test/Analysis/
DNewDelete-custom.cpp12 void *operator new(std::size_t size, const std::nothrow_t &nothrow) throw() { return allocator(size… in operator new()
/external/llvm-project/clang/test/SemaCXX/
Dbuiltin-operator-new-delete.cpp30 std::nothrow_t nothrow; variable
Dunavailable_aligned_allocation.cpp18 nothrow_t nothrow; variable
Dimplicit-exception-spec.cpp96 struct nothrow_t {} nothrow; variable
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/
Daligned_delete_test.cpp16 static const nothrow_t nothrow; variable
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dnew_delete_test.cpp18 static const nothrow_t nothrow; variable
/external/jemalloc_new/src/
Djemalloc_cpp.cpp44 handleOOM(std::size_t size, bool nothrow) { in handleOOM()
/external/llvm-project/compiler-rt/test/scudo/
Daligned-new.cpp19 static const nothrow_t nothrow; variable
/external/llvm-project/libcxx/src/
Dnew.cpp33 const nothrow_t nothrow{}; variable
/external/libcxx/src/
Dnew.cpp38 const nothrow_t nothrow = {}; variable
/external/clang/test/CodeGenCXX/
Dnew.cpp25 std::nothrow_t nothrow; variable
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp212 #define OPERATOR_NEW_BODY(nothrow)\ argument
218 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\ argument

12