reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_new_delete.cpp
  111 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW, false /*nothrow*/); }
  114 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, false /*nothrow*/); }
  117 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW, true /*nothrow*/); }
  120 { OPERATOR_NEW_BODY_ALIGN(FROM_NEW_BR, true /*nothrow*/); }