Searched defs:_NOEXCEPT_ (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Diter_swap.h26 _NOEXCEPT_(_NOEXCEPT_(swap(*std::declval<_ForwardIterator1>(), *std::declval<_ForwardIterator2>()))) { function
/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dswap.h38 _NOEXCEPT_(is_nothrow_move_constructible<_Tp>::value&& is_nothrow_move_assignable<_Tp>::value) { function
46 swap(_Tp (&__a)[_Np], _Tp (&__b)[_Np]) _NOEXCEPT_(__is_nothrow_swappable<_Tp>::value) { function
H A Dexception_guard.h71 _NOEXCEPT_(is_nothrow_move_constructible<_Rollback>::value) function in struct:__exception_guard_exceptions
H A Dpair.h166 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && function in struct:pair
174 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value && function in struct:pair
183 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && function in struct:pair
192 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && function in struct:pair
206 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && function in struct:pair
220 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value && function in struct:pair
240 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1 const&>::value && function in struct:pair
249 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1 const&>::value && function in struct:pair
258 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1&&>::value && function in struct:pair
267 _NOEXCEPT_((is_nothrow_constructibl function in struct:pair
303 _NOEXCEPT_((is_nothrow_constructible<first_type, _Args1...>::value && function in struct:pair
314 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value && function in struct:pair
327 _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value && function in struct:pair
392 swap(pair& __p) _NOEXCEPT_(__is_nothrow_swappable<first_type>::value && function in struct:pair
521 _NOEXCEPT_((__is_nothrow_swappable<_T1>::value && function
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dcompressed_pair.h161 _NOEXCEPT_(__is_nothrow_swappable<_T1>::value && __is_nothrow_swappable<_T2>::value) { function in class:__compressed_pair
171 _NOEXCEPT_(__is_nothrow_swappable<_T1>::value && __is_nothrow_swappable<_T2>::value) { function
/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_swappable.h56 swap(_Tp (&__a)[_Np], _Tp (&__b)[_Np]) _NOEXCEPT_(__is_nothrow_swappable<_Tp>::value); variable
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dinvoke.h342 _NOEXCEPT_(noexcept((static_cast<_A0&&>(__a0).*__f)(static_cast<_Args&&>(__args)...))) function
350 _NOEXCEPT_(noexcept((__a0.get().*__f)(static_cast<_Args&&>(__args)...))) function
358 _NOEXCEPT_(noexcept(((*static_cast<_A0&&>(__a0)).*__f)(static_cast<_Args&&>(__args)...))) function
384 _NOEXCEPT_(noexcept((*static_cast<_A0&&>(__a0)).*__f)) function

Completed in 76 milliseconds