Home
last modified time | relevance | path

Searched refs:nothrow (Results 1 – 25 of 102) sorted by relevance

12345

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dnew_opvnt.cc30 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) in operator new[]() argument
33 return ::operator new(sz, nothrow); in operator new[]()
A Dnew84 extern const nothrow_t nothrow;
104 * - @c nothrow single new and delete (take a @c nothrow argument, return
106 * - @c nothrow array new and delete (same)
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = { }; member in std
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dnew_opvnt.cc30 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) in operator new[]() argument
33 return ::operator new(sz, nothrow); in operator new[]()
A Dnew89 extern const nothrow_t nothrow;
109 * - @c nothrow single new and delete (take a @c nothrow argument, return
111 * - @c nothrow array new and delete (same)
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Dnew_opvnt.cc30 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) in operator new[]() argument
33 return ::operator new(sz, nothrow); in operator new[]()
A Dnew93 extern const nothrow_t nothrow;
113 * - @c nothrow single new and delete (take a @c nothrow argument, return
115 * - @c nothrow array new and delete (same)
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Dnew_opvnt.cc30 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) in operator new[]() argument
33 return ::operator new(sz, nothrow); in operator new[]()
A Dnew93 extern const nothrow_t nothrow;
113 * - @c nothrow single new and delete (take a @c nothrow argument, return
115 * - @c nothrow array new and delete (same)
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Dnew_opvnt.cc30 operator new[] (std::size_t sz, const std::nothrow_t& nothrow) in operator new[]() argument
33 return ::operator new(sz, nothrow); in operator new[]()
A Dnew101 extern const nothrow_t nothrow;
121 * - @c nothrow single new and delete (take a @c nothrow argument, return
123 * - @c nothrow array new and delete (same)
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = { }; member in std
/l4re-core-master/uclibc/lib/uclibc/ARCH-arm/
A Daeabi_read_tp_generic.c6 #define HIDDEN __attribute__((visibility("hidden"),nothrow))
8 #define HIDDEN __attribute__((nothrow))
/l4re-core-master/moe/server/src/
A Dpage_alloc.h23 enum Nothrow { nothrow }; enumerator
34 void *r = _alloc(nothrow, size, align);
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dstl_tempbuf.h95 std::nothrow)); in _GLIBCXX_VISIBILITY()
113 { ::operator delete(__p, std::nothrow); } in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dstl_tempbuf.h95 std::nothrow)); in _GLIBCXX_VISIBILITY()
113 { ::operator delete(__p, std::nothrow); } in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dstl_tempbuf.h95 std::nothrow)); in _GLIBCXX_VISIBILITY()
113 { ::operator delete(__p, std::nothrow); } in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dstl_tempbuf.h95 std::nothrow)); in _GLIBCXX_VISIBILITY()
113 { ::operator delete(__p, std::nothrow); } in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dstl_tempbuf.h95 std::nothrow)); in _GLIBCXX_VISIBILITY()
113 { ::operator delete(__p, std::nothrow); } in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = std::nothrow_t{ };

Completed in 42 milliseconds

12345