/third_party/boost/libs/callable_traits/example/ |
D | is_noexcept.cpp | 21 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/ |
D | set_value.hpp | 95 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 …]
|
D | connect.hpp | 166 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 …]
|
D | submit.hpp | 134 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 …]
|
D | schedule.hpp | 95 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>
|
D | set_done.hpp | 92 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>
|
D | start.hpp | 89 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>
|
D | set_error.hpp | 92 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>
|
D | bulk_execute.hpp | 133 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 …]
|
D | blocking_adaptation.hpp | 206 >::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 …]
|
D | blocking.hpp | 253 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/ |
D | is_noexcept.hpp | 26 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/ |
D | require.hpp | 136 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 …]
|
D | prefer.hpp | 152 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 …]
|
D | system_executor.hpp | 438 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 …]
|
D | thread_pool.hpp | 780 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 …]
|
D | io_context.hpp | 1268 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 …]
|
D | require_concept.hpp | 134 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/ |
D | submit.cpp | 43 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 …]
|
D | schedule.cpp | 46 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 …]
|
D | execute.cpp | 56 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 …]
|
D | receiver.cpp | 64 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 …]
|
D | connect.cpp | 43 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/ |
D | as_receiver.hpp | 89 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);
|
D | void_receiver.hpp | 56 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);
|