Home
last modified time | relevance | path

Searched defs:OPERATOR_NEW_BODY (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp25 # define OPERATOR_NEW_BODY(nothrow) \ macro
49 # define OPERATOR_NEW_BODY(nothrow) return malloc(size) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_new_delete.cpp33 # define OPERATOR_NEW_BODY(nothrow) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_new_delete.cpp30 #define OPERATOR_NEW_BODY(nothrow) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp31 #define OPERATOR_NEW_BODY(mangled_name, nothrow) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_new_delete.cpp33 #define OPERATOR_NEW_BODY(type, nothrow) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp222 #define OPERATOR_NEW_BODY(nothrow)\ macro