Home | History | Annotate | Download | only in asan

Lines Matching refs:nothrow_t

34 // Fake std::nothrow_t to avoid including <new>.
36 struct nothrow_t {};
56 void *operator new(size_t size, std::nothrow_t const&)
59 void *operator new[](size_t size, std::nothrow_t const&)
69 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) {
72 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) {
87 void operator delete(void *ptr, std::nothrow_t const&)
90 void operator delete[](void *ptr, std::nothrow_t const&)
100 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) {
103 INTERCEPTOR(void, _ZdaPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) {