Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dnew_helpers.cpp15 const nothrow_t nothrow{}; variable
/freebsd/contrib/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
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_new_delete.cpp33 # define OPERATOR_NEW_BODY(nothrow) \ argument
38 OPERATOR_NEW_BODY_ALIGN(nothrow) global() argument
[all...]
/freebsd/contrib/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
/freebsd/contrib/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
/freebsd/contrib/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
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp228 if (!nothrow && UNLIKELY(!res)) ReportOutOfMemory(size, &stack);\ argument
222 OPERATOR_NEW_BODY(nothrow) global() argument
[all...]
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp48 namespace std { const nothrow_t nothrow = nothrow_t(); } variable