Searched refs:second_type (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__utility/ |
H A D | pair.h | 71 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 D | ranges_iterator_traits.h | 30 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 D | iterator_traits.h | 491 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 D | DiffLog.cpp | 36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
|
/freebsd/contrib/llvm-project/libcxx/include/ext/ |
H A D | hash_map | 301 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 D | uses_allocator_construction.h | 73 return std::__uses_allocator_construction_args<typename _Pair::second_type>( in __uses_allocator_construction_args()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | utility | 77 typedef T2 second_type;
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSink.cpp | 2139 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap; in tryToSinkCopy()
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-comparisons_test.cc | 1405 using second_type = std::string; in TEST() typedef
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 3059 typedef typename RawPairType::second_type SecondType;
|