Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/InstCombine/
Dmalloc-free-delete.ll125 declare void @_ZdlPvRKSt9nothrow_t(i8*, i8*) nobuiltin
143 ; CHECK-NOT: call {{.*}}@_ZdlPvRKSt9nothrow_t(
144 call void @_ZdlPvRKSt9nothrow_t(i8* %call.i, i8* %nt) builtin nounwind
/external/compiler-rt/lib/asan/
Dasan_new_delete.cc100 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) { in INTERCEPTOR() argument
/external/valgrind/main/coregrind/m_replacemalloc/
Dvg_replace_malloc.c496 FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPvRKSt9nothrow_t, __builtin_delete );
497 FREE(VG_Z_LIBC_SONAME, _ZdlPvRKSt9nothrow_t, __builtin_delete );
498 FREE(SO_SYN_MALLOC, _ZdlPvRKSt9nothrow_t, __builtin_delete );
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc546 OPERATOR_DELETE_BODY(_ZdlPvRKSt9nothrow_t); in operator delete[]()