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
   99 { OPERATOR_NEW_BODY(FROM_NEW, false /*nothrow*/); }
  102 { OPERATOR_NEW_BODY(FROM_NEW_BR, false /*nothrow*/); }
  105 { OPERATOR_NEW_BODY(FROM_NEW, true /*nothrow*/); }
  108 { OPERATOR_NEW_BODY(FROM_NEW_BR, true /*nothrow*/); }