Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c596 FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPvRKSt9nothrow_t, __builtin_delete );
597 FREE(VG_Z_LIBC_SONAME, _ZdlPvRKSt9nothrow_t, __builtin_delete );
598 FREE(SO_SYN_MALLOC, _ZdlPvRKSt9nothrow_t, __builtin_delete );
607 FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPvRKSt9nothrow_t, __builtin_delete );
608 FREE(SO_SYN_MALLOC, _ZdlPvRKSt9nothrow_t, __builtin_delete );
/external/compiler-rt/lib/tsan/rtl/
Dtsan_new_delete.cc89 OPERATOR_DELETE_BODY(_ZdlPvRKSt9nothrow_t); in operator delete()
/external/compiler-rt/lib/asan/
Dasan_new_delete.cc126 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) { in INTERCEPTOR() argument
/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/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def133 TLI_DEFINE_STRING_INTERNAL("_ZdlPvRKSt9nothrow_t")