Searched refs:_ZdlPvRKSt9nothrow_t (Results 1 – 4 of 4) sorted by relevance
/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/compiler-rt/lib/asan/ |
D | asan_new_delete.cc | 100 INTERCEPTOR(void, _ZdlPvRKSt9nothrow_t, void *ptr, std::nothrow_t const&) { in INTERCEPTOR() argument
|
/external/valgrind/main/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 496 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/ |
D | tsan_interceptors.cc | 546 OPERATOR_DELETE_BODY(_ZdlPvRKSt9nothrow_t); in operator delete[]()
|