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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_new_delete.cpp67 #define OPERATOR_DELETE_BODY_ALIGN(Type) \ macro
92 { OPERATOR_DELETE_BODY_ALIGN(FromNew); }
95 { OPERATOR_DELETE_BODY_ALIGN(FromNewArray); }
98 { OPERATOR_DELETE_BODY_ALIGN(FromNew); }
101 { OPERATOR_DELETE_BODY_ALIGN(FromNewArray); }
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp147 #define OPERATOR_DELETE_BODY_ALIGN(type) \ macro
178 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW); }
181 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW_BR); }
184 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW); }
187 { OPERATOR_DELETE_BODY_ALIGN(FROM_NEW_BR); }

Completed in 59 milliseconds