Searched refs:second_type (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dpair.h69 typedef _T2 second_type; typedef in struct:pair
112 && is_constructible<second_type, _U2>::value;
118 && is_convertible<_U2, second_type>::value;
167 is_nothrow_default_constructible<second_type>::value)
175 is_nothrow_default_constructible<second_type>::value)
184 is_nothrow_copy_constructible<second_type>::value)
193 is_nothrow_copy_constructible<second_type>::value)
207 is_nothrow_constructible<second_type, _U2>::value))
221 is_nothrow_constructible<second_type, _U2>::value))
231 is_nothrow_constructible<second_type, _U
340 requires(is_copy_assignable_v<const first_type> && is_copy_assignable_v<const second_type>) argument
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
403 noexcept(__is_nothrow_swappable<const first_type>::value && __is_nothrow_swappable<const second_type>::value) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DASTConcept.cpp29 UnsatisfiedConstraintRecord::second_type(Detail.second.get<Expr *>())};
39 Detail.first, UnsatisfiedConstraintRecord::second_type(NewSubstDiag)};
/openbsd-current/gnu/llvm/llvm/tools/llvm-diff/lib/
H A DDiffLog.cpp36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr)));
/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_pair.h71 typedef _T2 second_type; ///< @c second_type is the second bound type typedef in struct:pair
H A Dstl_function.h556 typename _Pair::second_type>
558 typename _Pair::second_type&
562 const typename _Pair::second_type&
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_pair.h71 typedef _T2 second_type; ///< @c second_type is the second bound type typedef in struct:std::pair
H A Dstl_function.h495 struct _Select2nd : public unary_function<_Pair, typename _Pair::second_type>
497 typename _Pair::second_type& operator()(_Pair& __x) const {
500 const typename _Pair::second_type& operator()(const _Pair& __x) const {
/openbsd-current/gnu/llvm/libcxx/include/__iterator/
H A Diterator_traits.h518 using __iter_mapped_type = typename iterator_traits<_InputIterator>::value_type::second_type;
523 typename iterator_traits<_InputIterator>::value_type::second_type>;
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Duses_allocator_construction.h65 return std::__uses_allocator_construction_args<typename _Pair::second_type>(
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dhashtable_policy.h622 typedef typename _Pair::second_type mapped_type;
628 typedef typename _Pair::second_type mapped_type;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSink.cpp1846 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap;

Completed in 221 milliseconds