Home
last modified time | relevance | path

Searched refs:nothrow_t (Results 1 – 25 of 106) sorted by relevance

12345

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dnew82 struct nothrow_t
85 explicit nothrow_t() = default;
89 extern const nothrow_t nothrow;
130 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
132 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
134 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
136 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
139 void operator delete(void*, std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
141 void operator delete[](void*, std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
A Ddel_opvnt.cc30 operator delete[] (void *ptr, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete[]() argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Dnew86 struct nothrow_t
89 explicit nothrow_t() = default;
93 extern const nothrow_t nothrow;
134 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
136 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
138 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
140 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
145 void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&)
149 void operator delete(void*, std::align_val_t, const std::nothrow_t&)
153 void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&)
[all …]
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Dnew86 struct nothrow_t
89 explicit nothrow_t() = default;
93 extern const nothrow_t nothrow;
134 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
136 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
138 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
140 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
145 void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&)
149 void operator delete(void*, std::align_val_t, const std::nothrow_t&)
153 void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&)
[all …]
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
A Dnew92 struct nothrow_t
95 explicit nothrow_t() = default;
99 extern const nothrow_t nothrow;
140 _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
142 _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
144 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
146 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
151 _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&)
155 void operator delete(void*, std::align_val_t, const std::nothrow_t&)
159 _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&)
[all …]
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
A Dnew92 struct nothrow_t
95 explicit nothrow_t() = default;
99 extern const nothrow_t nothrow;
140 _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
142 _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
144 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
146 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
151 _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&)
155 void operator delete(void*, std::align_val_t, const std::nothrow_t&)
159 _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&)
[all …]
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Dnew91 struct nothrow_t
94 explicit nothrow_t() = default;
98 extern const nothrow_t nothrow;
139 _GLIBCXX_NODISCARD void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
141 _GLIBCXX_NODISCARD void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
143 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
145 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
150 _GLIBCXX_NODISCARD void* operator new(std::size_t, std::align_val_t, const std::nothrow_t&)
154 void operator delete(void*, std::align_val_t, const std::nothrow_t&)
158 _GLIBCXX_NODISCARD void* operator new[](std::size_t, std::align_val_t, const std::nothrow_t&)
[all …]
A Dnew_handler.cc37 const std::nothrow_t std::nothrow = std::nothrow_t{ };
A Ddel_opvnt.cc30 operator delete[] (void *ptr, const std::nothrow_t&) noexcept in operator delete[]() argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dnew82 struct nothrow_t { };
84 extern const nothrow_t nothrow;
119 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
121 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
123 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
125 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
A Ddel_opvnt.cc30 operator delete[] (void *ptr, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT in operator delete[]() argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Dnew99 struct nothrow_t { };
101 extern const nothrow_t nothrow;
136 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
138 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
140 void operator delete(void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
142 void operator delete[](void*, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/abi/pre/
A Dgnu-versioned-namespace.ver36 # operator new(size_t, std::nothrow_t const&)
41 # operator delete(void*, std::nothrow_t const&)
46 # operator new[](size_t, std::nothrow_t const&)
51 # operator delete[](void*, std::nothrow_t const&)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/abi/pre/
A Dgnu-versioned-namespace.ver36 # operator new(size_t, std::nothrow_t const&)
41 # operator delete(void*, std::nothrow_t const&)
46 # operator new[](size_t, std::nothrow_t const&)
51 # operator delete[](void*, std::nothrow_t const&)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/abi/pre/
A Dgnu-versioned-namespace.ver36 # operator new(size_t, std::nothrow_t const&)
41 # operator delete(void*, std::nothrow_t const&)
46 # operator new[](size_t, std::nothrow_t const&)
51 # operator delete[](void*, std::nothrow_t const&)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/abi/pre/
A Dgnu-versioned-namespace.ver36 # operator new(size_t, std::nothrow_t const&)
41 # operator delete(void*, std::nothrow_t const&)
46 # operator new[](size_t, std::nothrow_t const&)
51 # operator delete[](void*, std::nothrow_t const&)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/abi/pre/
A Dgnu-versioned-namespace.ver36 # operator new(size_t, std::nothrow_t const&)
41 # operator delete(void*, std::nothrow_t const&)
46 # operator new[](size_t, std::nothrow_t const&)
51 # operator delete[](void*, std::nothrow_t const&)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/abi/pre/
A Dgnu-versioned-namespace.ver36 # operator new(size_t, std::nothrow_t const&)
41 # operator delete(void*, std::nothrow_t const&)
46 # operator new[](size_t, std::nothrow_t const&)
51 # operator delete[](void*, std::nothrow_t const&)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/abi/pre/
A Dgnu-versioned-namespace.ver36 # operator new(size_t, std::nothrow_t const&)
41 # operator delete(void*, std::nothrow_t const&)
46 # operator new[](size_t, std::nothrow_t const&)
51 # operator delete[](void*, std::nothrow_t const&)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/abi/pre/
A Dgnu-versioned-namespace.ver36 # operator new(size_t, std::nothrow_t const&)
41 # operator delete(void*, std::nothrow_t const&)
46 # operator new[](size_t, std::nothrow_t const&)
51 # operator delete[](void*, std::nothrow_t const&)

Completed in 15 milliseconds

12345