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

References

projects/compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp
   32                                   std::nothrow_t const &) NOEXCEPT {
   36                                     std::nothrow_t const &) NOEXCEPT {
   48                                   std::nothrow_t const &) NOEXCEPT {
   53                                     std::nothrow_t const &) NOEXCEPT {
   58 INTERFACE WEAK void operator delete(void *ptr)NOEXCEPT {
   61 INTERFACE WEAK void operator delete[](void *ptr) NOEXCEPT {
   64 INTERFACE WEAK void operator delete(void *ptr, std::nothrow_t const &)NOEXCEPT {
   68                                       std::nothrow_t const &) NOEXCEPT {
   71 INTERFACE WEAK void operator delete(void *ptr, size_t size)NOEXCEPT {
   74 INTERFACE WEAK void operator delete[](void *ptr, size_t size) NOEXCEPT {
   77 INTERFACE WEAK void operator delete(void *ptr, std::align_val_t align)NOEXCEPT {
   82                                       std::align_val_t align) NOEXCEPT {
   87                                     std::nothrow_t const &)NOEXCEPT {
   92                                       std::nothrow_t const &) NOEXCEPT {
   97                                     std::align_val_t align)NOEXCEPT {
  102                                       std::align_val_t align) NOEXCEPT {