Home
last modified time | relevance | path

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

123456

/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/boost/asio/execution/
Dset_value.hpp95 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
138 call_traits<R, void(Vs...)>::is_noexcept)) in operator ()()
150 call_traits<R, void(Vs...)>::is_noexcept)) in operator ()()
165 call_traits<R, void()>::is_noexcept))
177 call_traits<R, void()>::is_noexcept))
191 call_traits<R, void(BOOST_ASIO_VARIADIC_TARGS(n))>::is_noexcept)) \
204 call_traits<R, void(BOOST_ASIO_VARIADIC_TARGS(n))>::is_noexcept)) \
226 call_traits<R&, void(const Vs&...)>::is_noexcept))
238 call_traits<const R&, void(const Vs&...)>::is_noexcept))
250 call_traits<R&, void(const Vs&...)>::is_noexcept))
[all …]
Dconnect.hpp166 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
228 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
242 call_traits<S, void(R)>::is_noexcept)) in operator ()()
254 call_traits<S, void(R)>::is_noexcept)) in operator ()()
266 call_traits<S, void(R)>::is_noexcept)) in operator ()()
279 call_traits<S&, void(R&)>::is_noexcept))
291 call_traits<const S&, void(R&)>::is_noexcept))
303 call_traits<S&, void(R&)>::is_noexcept))
315 call_traits<const S&, void(R&)>::is_noexcept))
327 call_traits<S&, void(R&)>::is_noexcept))
[all …]
Dsubmit.hpp134 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);
138 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
156 call_traits<S>::is_noexcept)) in operator ()()
169 call_traits<S>::is_noexcept)) in operator ()()
181 call_traits<S>::is_noexcept)) in operator ()()
193 call_traits<S&>::is_noexcept)) in operator ()()
205 call_traits<const S&>::is_noexcept)) in operator ()()
217 call_traits<S&>::is_noexcept)) in operator ()()
229 call_traits<const S&>::is_noexcept)) in operator ()()
274 asio_execution_schedule_fn::call_traits<S>::is_noexcept>
Dset_done.hpp92 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
132 call_traits<R>::is_noexcept)) in operator ()()
144 call_traits<R>::is_noexcept)) in operator ()()
156 call_traits<R&>::is_noexcept))
168 call_traits<const R&>::is_noexcept))
180 call_traits<R&>::is_noexcept))
192 call_traits<const R&>::is_noexcept))
237 asio_execution_set_done_fn::call_traits<R>::is_noexcept>
Dstart.hpp89 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_start_fn::call_traits<R>::is_noexcept>
Dset_error.hpp92 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
132 call_traits<R, void(E)>::is_noexcept)) in operator ()()
144 call_traits<R, void(E)>::is_noexcept)) in operator ()()
156 call_traits<R&, void(const E&)>::is_noexcept))
168 call_traits<const R&, void(const E&)>::is_noexcept))
180 call_traits<R&, void(const E&)>::is_noexcept))
192 call_traits<const R&, void(const E&)>::is_noexcept))
237 asio_execution_set_error_fn::call_traits<R, void(E)>::is_noexcept>
Dbulk_execute.hpp133 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
201 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
215 call_traits<S, void(F, N)>::is_noexcept)) in operator ()()
228 call_traits<S, void(F, N)>::is_noexcept)) in operator ()()
241 call_traits<S, void(F, N)>::is_noexcept)) in operator ()()
255 call_traits<S, void(const F&, const N&)>::is_noexcept))
268 call_traits<S, void(const F&, const N&)>::is_noexcept))
281 call_traits<S, void(const F&, const N&)>::is_noexcept))
294 call_traits<S, void(const F&, const N&)>::is_noexcept))
307 call_traits<S, void(const F&, const N&)>::is_noexcept))
[all …]
Dblocking_adaptation.hpp206 >::is_noexcept))
367 traits::query_static_constexpr_member<T, disallowed_t>::is_noexcept))
551 traits::query_static_constexpr_member<T, allowed_t>::is_noexcept))
713 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = (is_nothrow_query<T,
727 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
746 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
770 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
796 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
816 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
841 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
[all …]
Dblocking.hpp253 traits::query_static_constexpr_member<T, blocking_t>::is_noexcept))
443 traits::query_static_constexpr_member<T, possibly_t>::is_noexcept))
672 traits::query_static_constexpr_member<T, always_t>::is_noexcept))
771 traits::query_static_constexpr_member<T, never_t>::is_noexcept))
894 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
908 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
923 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
942 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
963 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
984 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
[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/
Drequire.hpp136 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
156 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
222 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
224 call_traits<T, void(P0)>::is_noexcept
229 >::is_noexcept
253 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
255 call_traits<T, void(P0)>::is_noexcept
260 >::is_noexcept
282 call_traits<T, void(Property)>::is_noexcept)) in operator ()()
296 call_traits<T, void(Property)>::is_noexcept)) in operator ()()
[all …]
Dprefer.hpp152 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
172 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
301 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
323 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
325 call_traits<T, void(P0)>::is_noexcept
330 >::is_noexcept
354 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept =
356 call_traits<T, void(P0)>::is_noexcept
361 >::is_noexcept
383 call_traits<T, void(Property)>::is_noexcept)) in operator ()()
[all …]
Dsystem_executor.hpp438 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
453 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
468 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
481 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
494 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
507 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
520 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
533 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
546 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
569 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
[all …]
Dthread_pool.hpp780 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
794 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
808 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
824 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
841 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
853 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
865 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
877 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
889 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
901 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
[all …]
Dio_context.hpp1268 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
1282 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
1297 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
1309 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
1321 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
1333 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
1345 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
1357 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
1369 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
1382 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
[all …]
Drequire_concept.hpp134 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
154 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
213 call_traits<T, void(Property)>::is_noexcept)) in operator ()()
227 call_traits<T, void(Property)>::is_noexcept)) in operator ()()
242 call_traits<T, void(Property)>::is_noexcept)) in operator ()()
288 asio_require_concept_fn::call_traits<T, void(Property)>::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 …]
Dreceiver.cpp64 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
75 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
126 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
137 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
148 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
199 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
210 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
221 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
272 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
283 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
[all …]
Dconnect.cpp43 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
81 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
116 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
152 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
183 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
219 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = false);
266 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
277 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
330 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
341 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
/third_party/boost/boost/asio/execution/detail/
Das_receiver.hpp89 is_noexcept = noexcept(declval<Function&>()()));
91 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
105 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
118 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
Dvoid_receiver.hpp56 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
68 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);
80 BOOST_ASIO_STATIC_CONSTEXPR(bool, is_noexcept = true);

123456