Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h96 using second_type = _T2; member
130 …__enable_if_t<is_assignable<first_type&, _U1 const&>::value && is_assignable<second_type&, _U2 con…
141 …w_default_constructible<first_type>::value && is_nothrow_default_constructible<second_type>::value) in pair()
149 … is_nothrow_copy_constructible<second_type>::value) in pair()
164 is_nothrow_constructible<second_type, _U2>::value) in pair()
174 is_nothrow_constructible<second_type, _U2&>::value)) in pair()
186 … is_nothrow_constructible<second_type, _U2 const&>::value) in pair()
195 is_nothrow_constructible<second_type, _U2&&>::value) in pair()
207 … is_nothrow_constructible<second_type, const _U2&&>::value) in pair()
214 is_constructible_v<second_type, decltype(std::get<1>(std::declval<_PairLike &&>()))>) in requires()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dranges_iterator_traits.h30 using __range_mapped_type _LIBCPP_NODEBUG = 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.h442 …er_mapped_type _LIBCPP_NODEBUG = typename iterator_traits<_InputIterator>::value_type::second_type;
447 typename iterator_traits<_InputIterator>::value_type::second_type>;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__utility/
H A Dpair.h66 using second_type = _T2; member
86 static const bool value = !is_reference<first_type>::value && !is_reference<second_type>::value;
122 …__enable_if_t<is_assignable<first_type&, _U1 const&>::value && is_assignable<second_type&, _U2 con…
/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/lldb/include/lldb/Utility/
H A DIterable.h20 WrappedIteratorT>::value_type::second_type>
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/
H A Diterator_traits.h225 using __iter_mapped_type = typename iterator_traits<_InputIterator>::value_type::second_type;
230 typename iterator_traits<_InputIterator>::value_type::second_type>;
/freebsd/contrib/llvm-project/libcxx/include/
H A D__node_handle180 using mapped_type = typename _NodeType::__node_value_type::second_type;
H A Dutility77 typedef T2 second_type;
/freebsd/contrib/llvm-project/libcxx/include/ext/
H A Dhash_map304 typedef typename value_type::second_type second_type;
345 typedef typename _HashIterator::value_type::second_type mapped_type;
395 typedef typename _HashIterator::value_type::second_type mapped_type;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/ext/
H A Dhash_map301 typedef typename value_type::second_type second_type;
335 typedef typename _HashIterator::value_type::second_type mapped_type;
385 typedef typename _HashIterator::value_type::second_type mapped_type;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h83 return __uses_allocator_construction_args<typename _Pair::second_type>::__apply(
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dutility77 typedef T2 second_type;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp2330 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap; in tryToSinkCopy()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1461 using second_type = std::string; in TEST() typedef
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3217 typedef typename RawPairType::second_type SecondType;