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

References

projects/compiler-rt/lib/tsan/rtl/tsan_new_delete.cpp
   64   OPERATOR_NEW_BODY(_Znwm, false /*nothrow*/);
   70   OPERATOR_NEW_BODY(_Znam, false /*nothrow*/);
   76   OPERATOR_NEW_BODY(_ZnwmRKSt9nothrow_t, true /*nothrow*/);
   82   OPERATOR_NEW_BODY(_ZnamRKSt9nothrow_t, true /*nothrow*/);