Searched refs:_ZnwmRKSt9nothrow_t (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 376 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, _ZnwmRKSt9nothrow_t, __builtin_new); 377 ALLOC_or_NULL(VG_Z_LIBC_SONAME, _ZnwmRKSt9nothrow_t, __builtin_new); 378 ALLOC_or_NULL(SO_SYN_MALLOC, _ZnwmRKSt9nothrow_t, __builtin_new); 401 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, _ZnwmRKSt9nothrow_t, __builtin_new); 402 ALLOC_or_NULL(SO_SYN_MALLOC, _ZnwmRKSt9nothrow_t, __builtin_new);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_new_delete.cc | 57 OPERATOR_NEW_BODY(_ZnwmRKSt9nothrow_t); in operator new()
|
/external/compiler-rt/lib/asan/ |
D | asan_new_delete.cc | 79 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR() argument
|
/external/llvm/test/Transforms/InstCombine/ |
D | malloc-free-delete.ll | 124 declare i8* @_ZnwmRKSt9nothrow_t(i64, i8*) nobuiltin 133 ; CHECK-NOT: call {{.*}}@_ZnwmRKSt9nothrow_t( 134 %call.i = tail call i8* @_ZnwmRKSt9nothrow_t(i64 1, i8* %nt) builtin nounwind
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 163 TLI_DEFINE_STRING_INTERNAL("_ZnwmRKSt9nothrow_t")
|