Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c376 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/
Dtsan_new_delete.cc57 OPERATOR_NEW_BODY(_ZnwmRKSt9nothrow_t); in operator new()
/external/compiler-rt/lib/asan/
Dasan_new_delete.cc79 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR() argument
/external/llvm/test/Transforms/InstCombine/
Dmalloc-free-delete.ll124 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/
DTargetLibraryInfo.def163 TLI_DEFINE_STRING_INTERNAL("_ZnwmRKSt9nothrow_t")