Searched refs:OPERATOR_NEW_BODY_ALIGN (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_new_delete.cpp | 41 # 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 D | dfsan_new_delete.cpp | 37 #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 D | nsan_new_delete.cpp | 38 #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 D | memprof_new_delete.cpp | 39 #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 D | tsan_new_delete.cpp | 46 #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 D | hwasan_new_delete.cpp | 43 # 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 D | lsan_interceptors.cpp | 259 #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 D | asan_new_delete.cpp | 81 #define OPERATOR_NEW_BODY_ALIGN \ macro 122 OPERATOR_NEW_BODY_ALIGN; in operator new()
|