Home
last modified time | relevance | path

Searched refs:second_type (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h71 using second_type = _T2; member
91 static const bool value = !is_reference<first_type>::value && !is_reference<second_type>::value;
136 …__enable_if_t<is_assignable<first_type&, _U1 const&>::value && is_assignable<second_type&, _U2 con…
157 return is_constructible<first_type, _U1>::value && is_constructible<second_type, _U2>::value; in __is_pair_constructible()
162 return is_convertible<_U1, first_type>::value && is_convertible<_U2, second_type>::value; in __is_implicit()
172 …w_default_constructible<first_type>::value && is_nothrow_default_constructible<second_type>::value) in pair()
180 … is_nothrow_copy_constructible<second_type>::value) in pair()
194 is_nothrow_constructible<second_type, _U2>::value) in pair()
202 is_nothrow_constructible<second_type, _U2&>::value)) in pair()
212 … is_nothrow_constructible<second_type, _U2 const&>::value) in pair()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dranges_iterator_traits.h30 using __range_mapped_type = typename ranges::range_value_t<_Range>::second_type;
34 …me ranges::range_value_t<_Range>::first_type, typename ranges::range_value_t<_Range>::second_type>;
H A Diterator_traits.h491 using __iter_mapped_type = typename iterator_traits<_InputIterator>::value_type::second_type;
496 typename iterator_traits<_InputIterator>::value_type::second_type>;
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffLog.cpp36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
/freebsd/contrib/llvm-project/libcxx/include/ext/
H A Dhash_map301 typedef typename value_type::second_type second_type;
342 typedef typename _HashIterator::value_type::second_type mapped_type;
392 typedef typename _HashIterator::value_type::second_type mapped_type;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h73 return std::__uses_allocator_construction_args<typename _Pair::second_type>( in __uses_allocator_construction_args()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dutility77 typedef T2 second_type;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp2139 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap; in tryToSinkCopy()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1405 using second_type = std::string; in TEST() typedef
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3059 typedef typename RawPairType::second_type SecondType;