Searched refs:first_type (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dpair.h68 typedef _T1 first_type; typedef in struct:pair
111 return is_constructible<first_type, _U1>::value
117 return is_convertible<_U1, first_type>::value
166 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value &&
174 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value &&
183 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value &&
192 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value &&
206 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value &&
220 _NOEXCEPT_((is_nothrow_constructible<first_type, _U1>::value &&
230 noexcept((is_nothrow_constructible<first_type, _U
351 requires(is_assignable_v<const first_type&, first_type> && is_assignable_v<const second_type&, second_type>) argument
361 requires(is_assignable_v<const first_type&, const _U1&> && is_assignable_v<const second_type&, const _U2&>) argument
371 requires(is_assignable_v<const first_type&, _U1> && is_assignable_v<const second_type&, _U2>) argument
[all...]
/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDiffLog.cpp40 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R));
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/basic_tree_policy/
H A Dbasic_tree_policy_base.hpp71 typedef typename value_type::first_type key_type;
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_pair.h70 typedef _T1 first_type; ///< @c first_type is the first bound type typedef in struct:pair
H A Dstl_function.h543 typename _Pair::first_type>
545 typename _Pair::first_type&
549 const typename _Pair::first_type&
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_pair.h70 typedef _T1 first_type; ///< @c first_type is the first bound type typedef in struct:std::pair
H A Dstl_function.h485 struct _Select1st : public unary_function<_Pair, typename _Pair::first_type> {
486 typename _Pair::first_type& operator()(_Pair& __x) const {
489 const typename _Pair::first_type& operator()(const _Pair& __x) const {
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Dtypelist.h425 typedef typename at_index<Typelist, 0>::type first_type; typedef in struct:typelist::from_first
428 typedef node<chain<first_type, null_type> > type;
/openbsd-current/gnu/llvm/libcxx/include/__iterator/
H A Diterator_traits.h515 using __iter_key_type = __remove_const_t<typename iterator_traits<_InputIterator>::value_type::first_type>;
522 typename add_const<typename iterator_traits<_InputIterator>::value_type::first_type>::type,
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Duses_allocator_construction.h59 return std::__uses_allocator_construction_args<typename _Pair::first_type>(

Completed in 261 milliseconds