Home
last modified time | relevance | path

Searched refs:_ZdaPvRKSt9nothrow_t (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_new_delete.cc129 INTERCEPTOR(void, _ZdaPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) { in INTERCEPTOR() argument
/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c564 FREE(VG_Z_LIBSTDCXX_SONAME, _ZdaPvRKSt9nothrow_t, __builtin_vec_delete );
565 FREE(VG_Z_LIBC_SONAME, _ZdaPvRKSt9nothrow_t, __builtin_vec_delete );
566 FREE(SO_SYN_MALLOC, _ZdaPvRKSt9nothrow_t, __builtin_vec_delete );
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def41 TLI_DEFINE_STRING_INTERNAL("_ZdaPvRKSt9nothrow_t")
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc665 OPERATOR_DELETE_BODY(_ZdaPvRKSt9nothrow_t); in operator delete[]()