Home
last modified time | relevance | path

Searched refs:is_noexcept (Results 1 – 25 of 207) sorted by relevance

123456789

/third_party/boost/libs/callable_traits/example/
Dis_noexcept.cpp21 static_assert(ct::is_noexcept<int() noexcept>::value, "");
22 static_assert(ct::is_noexcept<int(*)() noexcept>::value, "");
23 static_assert(ct::is_noexcept<int(&)() noexcept>::value, "");
24 static_assert(ct::is_noexcept<int(foo::*)() const noexcept>::value, "");
26 static_assert(!ct::is_noexcept<int()>::value, "");
27 static_assert(!ct::is_noexcept<int(*)()>::value, "");
28 static_assert(!ct::is_noexcept<int(&)()>::value, "");
29 static_assert(!ct::is_noexcept<int(foo::*)() const>::value, "");
/third_party/boost/libs/asio/include/boost/asio/execution/
Dset_value.hpp95 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
135 call_traits<R, void(Vs...)>::is_noexcept)) in operator ()()
147 call_traits<R, void(Vs...)>::is_noexcept)) in operator ()()
162 call_traits<R, void()>::is_noexcept))
174 call_traits<R, void()>::is_noexcept))
188 call_traits<R, void(BOOST_ASIO_VARIADIC_TARGS(n))>::is_noexcept)) \
201 call_traits<R, void(BOOST_ASIO_VARIADIC_TARGS(n))>::is_noexcept)) \
223 call_traits<R&, void(const Vs&...)>::is_noexcept))
235 call_traits<const R&, void(const Vs&...)>::is_noexcept))
247 call_traits<R&, void(const Vs&...)>::is_noexcept))
[all …]
Dconnect.hpp167 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
231 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
245 call_traits<S, void(R)>::is_noexcept)) in operator ()()
257 call_traits<S, void(R)>::is_noexcept)) in operator ()()
269 call_traits<S, void(R)>::is_noexcept)) in operator ()()
282 call_traits<S&, void(R&)>::is_noexcept))
294 call_traits<const S&, void(R&)>::is_noexcept))
306 call_traits<S&, void(R&)>::is_noexcept))
318 call_traits<const S&, void(R&)>::is_noexcept))
330 call_traits<S&, void(R&)>::is_noexcept))
[all …]
Dsubmit.hpp135 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
181 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
195 call_traits<S, void(R)>::is_noexcept)) in operator ()()
207 call_traits<S, void(R)>::is_noexcept)) in operator ()()
219 call_traits<S, void(R)>::is_noexcept)) in operator ()()
233 call_traits<S&, void(R&)>::is_noexcept))
245 call_traits<const S&, void(R&)>::is_noexcept))
257 call_traits<S&, void(R&)>::is_noexcept))
269 call_traits<const S&, void(R&)>::is_noexcept))
281 call_traits<S&, void(R&)>::is_noexcept))
[all …]
Dschedule.hpp95 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
135 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
153 call_traits<S>::is_noexcept)) in operator ()()
166 call_traits<S>::is_noexcept)) in operator ()()
178 call_traits<S>::is_noexcept)) in operator ()()
190 call_traits<S&>::is_noexcept)) in operator ()()
202 call_traits<const S&>::is_noexcept)) in operator ()()
214 call_traits<S&>::is_noexcept)) in operator ()()
226 call_traits<const S&>::is_noexcept)) in operator ()()
271 asio_execution_schedule_fn::call_traits<S>::is_noexcept>
Dset_done.hpp92 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
129 call_traits<R>::is_noexcept)) in operator ()()
141 call_traits<R>::is_noexcept)) in operator ()()
153 call_traits<R&>::is_noexcept))
165 call_traits<const R&>::is_noexcept))
177 call_traits<R&>::is_noexcept))
189 call_traits<const R&>::is_noexcept))
234 asio_execution_set_done_fn::call_traits<R>::is_noexcept>
Dstart.hpp89 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
126 call_traits<R>::is_noexcept)) in operator ()()
138 call_traits<R>::is_noexcept)) in operator ()()
150 call_traits<R&>::is_noexcept))
162 call_traits<const R&>::is_noexcept))
174 call_traits<R&>::is_noexcept))
186 call_traits<const R&>::is_noexcept))
231 asio_execution_start_fn::call_traits<R>::is_noexcept>
/third_party/boost/boost/asio/execution/
Dset_value.hpp95 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
135 call_traits<R, void(Vs...)>::is_noexcept)) in operator ()()
147 call_traits<R, void(Vs...)>::is_noexcept)) in operator ()()
162 call_traits<R, void()>::is_noexcept))
174 call_traits<R, void()>::is_noexcept))
188 call_traits<R, void(BOOST_ASIO_VARIADIC_TARGS(n))>::is_noexcept)) \
201 call_traits<R, void(BOOST_ASIO_VARIADIC_TARGS(n))>::is_noexcept)) \
223 call_traits<R&, void(const Vs&...)>::is_noexcept))
235 call_traits<const R&, void(const Vs&...)>::is_noexcept))
247 call_traits<R&, void(const Vs&...)>::is_noexcept))
[all …]
Dconnect.hpp167 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
231 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
245 call_traits<S, void(R)>::is_noexcept)) in operator ()()
257 call_traits<S, void(R)>::is_noexcept)) in operator ()()
269 call_traits<S, void(R)>::is_noexcept)) in operator ()()
282 call_traits<S&, void(R&)>::is_noexcept))
294 call_traits<const S&, void(R&)>::is_noexcept))
306 call_traits<S&, void(R&)>::is_noexcept))
318 call_traits<const S&, void(R&)>::is_noexcept))
330 call_traits<S&, void(R&)>::is_noexcept))
[all …]
Dsubmit.hpp135 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
181 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
195 call_traits<S, void(R)>::is_noexcept)) in operator ()()
207 call_traits<S, void(R)>::is_noexcept)) in operator ()()
219 call_traits<S, void(R)>::is_noexcept)) in operator ()()
233 call_traits<S&, void(R&)>::is_noexcept))
245 call_traits<const S&, void(R&)>::is_noexcept))
257 call_traits<S&, void(R&)>::is_noexcept))
269 call_traits<const S&, void(R&)>::is_noexcept))
281 call_traits<S&, void(R&)>::is_noexcept))
[all …]
Dschedule.hpp95 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
135 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
153 call_traits<S>::is_noexcept)) in operator ()()
166 call_traits<S>::is_noexcept)) in operator ()()
178 call_traits<S>::is_noexcept)) in operator ()()
190 call_traits<S&>::is_noexcept)) in operator ()()
202 call_traits<const S&>::is_noexcept)) in operator ()()
214 call_traits<S&>::is_noexcept)) in operator ()()
226 call_traits<const S&>::is_noexcept)) in operator ()()
271 asio_execution_schedule_fn::call_traits<S>::is_noexcept>
Dstart.hpp89 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
126 call_traits<R>::is_noexcept)) in operator ()()
138 call_traits<R>::is_noexcept)) in operator ()()
150 call_traits<R&>::is_noexcept))
162 call_traits<const R&>::is_noexcept))
174 call_traits<R&>::is_noexcept))
186 call_traits<const R&>::is_noexcept))
231 asio_execution_start_fn::call_traits<R>::is_noexcept>
Dset_done.hpp92 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
129 call_traits<R>::is_noexcept)) in operator ()()
141 call_traits<R>::is_noexcept)) in operator ()()
153 call_traits<R&>::is_noexcept))
165 call_traits<const R&>::is_noexcept))
177 call_traits<R&>::is_noexcept))
189 call_traits<const R&>::is_noexcept))
234 asio_execution_set_done_fn::call_traits<R>::is_noexcept>
/third_party/boost/libs/asio/test/execution/
Dsubmit.cpp43 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
80 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
121 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
133 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
176 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
188 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
229 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
241 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
284 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
296 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
[all …]
Dschedule.cpp46 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
87 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
99 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
131 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
160 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
188 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
217 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
271 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
282 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
390 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
[all …]
Dexecute.cpp56 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
87 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
123 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
131 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
139 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
170 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
178 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
186 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
215 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
255 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
[all …]
/third_party/boost/boost/callable_traits/
Dis_noexcept.hpp26 struct is_noexcept;
30 struct is_noexcept : detail::traits<detail::shallow_decay<T>>::is_noexcept { struct
32 detail::shallow_decay<T>>::is_noexcept;
52 detail::traits<detail::shallow_decay<T>>::is_noexcept::value;
/third_party/boost/boost/asio/
Dsystem_executor.hpp460 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
475 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
490 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
503 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
516 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
529 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
542 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
555 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
568 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
591 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
[all …]
Drequire.hpp138 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
158 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
229 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
231 call_traits<Impl, T, void(P0)>::is_noexcept
237 >::is_noexcept
265 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
267 call_traits<Impl, T, void(P0)>::is_noexcept
273 >::is_noexcept
320 call_traits<impl, T, void(Property)>::is_noexcept)) in operator ()()
334 call_traits<impl, T, void(Property)>::is_noexcept)) in operator ()()
[all …]
Dthread_pool.hpp800 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
814 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
828 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
844 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
861 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
873 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
885 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
897 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
909 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
921 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
[all …]
Dprefer.hpp155 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
175 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
318 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
342 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
344 call_traits<Impl, T, void(P0)>::is_noexcept
350 >::is_noexcept
378 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
380 call_traits<Impl, T, void(P0)>::is_noexcept
386 >::is_noexcept
449 call_traits<impl, T, void(Property)>::is_noexcept)) in operator ()()
[all …]
/third_party/boost/libs/asio/include/boost/asio/
Dsystem_executor.hpp460 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
475 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
490 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
503 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
516 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
529 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
542 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
555 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
568 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
591 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
[all …]
Drequire.hpp138 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
158 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
229 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
231 call_traits<Impl, T, void(P0)>::is_noexcept
237 >::is_noexcept
265 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
267 call_traits<Impl, T, void(P0)>::is_noexcept
273 >::is_noexcept
320 call_traits<impl, T, void(Property)>::is_noexcept)) in operator ()()
334 call_traits<impl, T, void(Property)>::is_noexcept)) in operator ()()
[all …]
Dthread_pool.hpp800 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
814 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
828 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
844 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
861 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
873 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
885 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
897 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
909 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
921 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
[all …]
Dprefer.hpp155 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
175 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
318 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
342 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
344 call_traits<Impl, T, void(P0)>::is_noexcept
350 >::is_noexcept
378 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
380 call_traits<Impl, T, void(P0)>::is_noexcept
386 >::is_noexcept
449 call_traits<impl, T, void(Property)>::is_noexcept)) in operator ()()
[all …]

123456789