Home
last modified time | relevance | path

Searched refs:OPERATOR_NEW_BODY_ALIGN (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_new_delete.cpp41 # define OPERATOR_NEW_BODY_ALIGN(nothrow) \
64 { OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); } in operator new()
67 { OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); } in operator new[]()
70 { OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); }
73 { OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); }
38 #define OPERATOR_NEW_BODY_ALIGN( global() macro
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_new_delete.cpp37 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \ macro
59 OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); in operator new()
63 OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); in operator new[]()
68 OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); in operator new()
73 OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); in operator new[]()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_new_delete.cpp38 #define OPERATOR_NEW_BODY_ALIGN(nothrow) \ macro
61 OPERATOR_NEW_BODY_ALIGN(/*nothrow=*/false); in operator new()
65 OPERATOR_NEW_BODY_ALIGN(/*nothrow=*/false); in operator new[]()
70 OPERATOR_NEW_BODY_ALIGN(/*nothrow=*/true); in operator new()
75 OPERATOR_NEW_BODY_ALIGN(/*nothrow=*/true); in operator new[]()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_new_delete.cpp39 #define OPERATOR_NEW_BODY_ALIGN(type, nothrow) \ macro
64 OPERATOR_NEW_BODY_ALIGN(FROM_NEW, false /*nothrow*/); in operator new()
68 OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, false /*nothrow*/); in operator new[]()
73 OPERATOR_NEW_BODY_ALIGN(FROM_NEW, true /*nothrow*/); in operator new()
78 OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, true /*nothrow*/); in operator new[]()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_new_delete.cpp46 #define OPERATOR_NEW_BODY_ALIGN(mangled_name, nothrow) \ macro
88 OPERATOR_NEW_BODY_ALIGN(_ZnwmSt11align_val_t, false /*nothrow*/); in operator new()
94 OPERATOR_NEW_BODY_ALIGN(_ZnamSt11align_val_t, false /*nothrow*/); in operator new[]()
102 OPERATOR_NEW_BODY_ALIGN(_ZnwmSt11align_val_tRKSt9nothrow_t, in operator new()
111 OPERATOR_NEW_BODY_ALIGN(_ZnamSt11align_val_tRKSt9nothrow_t, in operator new[]()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp43 # define OPERATOR_NEW_BODY_ALIGN \ macro
164 #ifdef OPERATOR_NEW_BODY_ALIGN
172 OPERATOR_NEW_BODY_ALIGN; in operator new()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp259 #define OPERATOR_NEW_BODY_ALIGN(nothrow)\ macro
290 { OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); } in operator new()
293 { OPERATOR_NEW_BODY_ALIGN(false /*nothrow*/); } in operator new[]()
296 { OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); } in operator new()
299 { OPERATOR_NEW_BODY_ALIGN(true /*nothrow*/); } in operator new[]()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp81 #define OPERATOR_NEW_BODY_ALIGN \ macro
122 OPERATOR_NEW_BODY_ALIGN; in operator new()