Searched refs:_ZdlPvRKSt9nothrow_t (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 596 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/ |
D | tsan_new_delete.cc | 89 OPERATOR_DELETE_BODY(_ZdlPvRKSt9nothrow_t); in operator delete()
|
/external/compiler-rt/lib/asan/ |
D | asan_new_delete.cc | 126 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) { in INTERCEPTOR() argument
|
/external/llvm/test/Transforms/InstCombine/ |
D | malloc-free-delete.ll | 125 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/ |
D | TargetLibraryInfo.def | 133 TLI_DEFINE_STRING_INTERNAL("_ZdlPvRKSt9nothrow_t")
|