Searched refs:OPERATOR_NEW_ALIGN_BODY (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_new_delete.cpp31 # define OPERATOR_NEW_ALIGN_BODY(nothrow) \ macro
106 #ifdef OPERATOR_NEW_ALIGN_BODY
114 OPERATOR_NEW_ALIGN_BODY(false /*nothrow*/);
118 OPERATOR_NEW_ALIGN_BODY(false /*nothrow*/);
122 OPERATOR_NEW_ALIGN_BODY(true /*nothrow*/);
126 OPERATOR_NEW_ALIGN_BODY(true /*nothrow*/);
162 #endif // OPERATOR_NEW_ALIGN_BODY

Completed in 139 milliseconds