Home
last modified time | relevance | path

Searched defs:nothrow_t (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
Dget_mangled_names.cc61 void* operator new(size_t size, const std::nothrow_t&) throw() { return &m; } in operator new()
62 void operator delete(void* p, const std::nothrow_t&) throw() { } in operator delete()
63 void* operator new[](size_t size, const std::nothrow_t&) throw() { return &m; } in operator new[]()
64 void operator delete[](void* p, const std::nothrow_t&) throw() { } in operator delete[]()
Dpatch_functions.cc868 size_t size, const std::nothrow_t&) __THROW { in Perftools_new_nothrow()
876 size_t size, const std::nothrow_t&) __THROW { in Perftools_newarray_nothrow()
884 void *p, const std::nothrow_t&) __THROW { in Perftools_delete_nothrow()
891 void *p, const std::nothrow_t&) __THROW { in Perftools_deletearray_nothrow()
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
Dget_mangled_names.cc61 void* operator new(size_t size, const std::nothrow_t&) throw() { return &m; } in operator new()
62 void operator delete(void* p, const std::nothrow_t&) throw() { } in operator delete()
63 void* operator new[](size_t size, const std::nothrow_t&) throw() { return &m; } in operator new[]()
64 void operator delete[](void* p, const std::nothrow_t&) throw() { } in operator delete[]()
Dpatch_functions.cc868 size_t size, const std::nothrow_t&) __THROW { in Perftools_new_nothrow()
876 size_t size, const std::nothrow_t&) __THROW { in Perftools_newarray_nothrow()
884 void *p, const std::nothrow_t&) __THROW { in Perftools_delete_nothrow()
891 void *p, const std::nothrow_t&) __THROW { in Perftools_deletearray_nothrow()
/external/stlport/stlport/stl/
D_new.h66 struct nothrow_t {}; struct
/external/stlport/test/eh/
Dnc_alloc.cpp212 void* _STLP_CALL operator new(size_t size, const EH_STD::nothrow_t&) throw() { in operator new()
228 void* _STLP_CALL operator new[](size_t size, const EH_STD::nothrow_t&) throw() { in operator new[]()
/external/compiler-rt/lib/msan/
Dmsan_new_delete.cc32 struct nothrow_t {}; struct
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-cxx.h73 struct nothrow_t {}; struct
/external/compiler-rt/lib/asan/
Dasan_new_delete.cc36 struct nothrow_t {}; struct
/external/chromium_org/third_party/tcmalloc/vendor/src/
Ddebugallocation.cc1223 extern "C" PERFTOOLS_DLL_DECL void* tc_new_nothrow(size_t size, const std::nothrow_t&) __THROW { in tc_new_nothrow()
1236 extern "C" PERFTOOLS_DLL_DECL void tc_delete_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_delete_nothrow()
1250 extern "C" PERFTOOLS_DLL_DECL void* tc_newarray_nothrow(size_t size, const std::nothrow_t&) in tc_newarray_nothrow()
1264 extern "C" PERFTOOLS_DLL_DECL void tc_deletearray_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_deletearray_nothrow()
Dtcmalloc.cc1561 extern "C" PERFTOOLS_DLL_DECL void* tc_new_nothrow(size_t size, const std::nothrow_t&) __THROW { in tc_new_nothrow()
1575 extern "C" PERFTOOLS_DLL_DECL void tc_delete_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_delete_nothrow()
1591 extern "C" PERFTOOLS_DLL_DECL void* tc_newarray_nothrow(size_t size, const std::nothrow_t&) in tc_newarray_nothrow()
1603 extern "C" PERFTOOLS_DLL_DECL void tc_deletearray_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_deletearray_nothrow()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Ddebugallocation.cc1235 extern "C" PERFTOOLS_DLL_DECL void* tc_new_nothrow(size_t size, const std::nothrow_t&) __THROW { in tc_new_nothrow()
1248 extern "C" PERFTOOLS_DLL_DECL void tc_delete_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_delete_nothrow()
1262 extern "C" PERFTOOLS_DLL_DECL void* tc_newarray_nothrow(size_t size, const std::nothrow_t&) in tc_newarray_nothrow()
1276 extern "C" PERFTOOLS_DLL_DECL void tc_deletearray_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_deletearray_nothrow()
Dtcmalloc.cc1610 extern "C" PERFTOOLS_DLL_DECL void* tc_new_nothrow(size_t size, const std::nothrow_t&) __THROW { in tc_new_nothrow()
1624 extern "C" PERFTOOLS_DLL_DECL void tc_delete_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_delete_nothrow()
1640 extern "C" PERFTOOLS_DLL_DECL void* tc_newarray_nothrow(size_t size, const std::nothrow_t&) in tc_newarray_nothrow()
1652 extern "C" PERFTOOLS_DLL_DECL void tc_deletearray_nothrow(void* p, const std::nothrow_t&) __THROW { in tc_deletearray_nothrow()
/external/clang/test/CodeGenCXX/
Dnew.cpp20 struct nothrow_t {}; struct
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dtcmalloc_unittest.cc676 static void TestOneNothrowNew(void* (*func)(size_t, const std::nothrow_t&)) { in TestOneNothrowNew()
702 static void TestNothrowNew(void* (*func)(size_t, const std::nothrow_t&)) { in TestNothrowNew()
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dtcmalloc_unittest.cc676 static void TestOneNothrowNew(void* (*func)(size_t, const std::nothrow_t&)) { in TestOneNothrowNew()
702 static void TestNothrowNew(void* (*func)(size_t, const std::nothrow_t&)) { in TestNothrowNew()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc113 struct nothrow_t {}; struct