Searched refs:second_type (Results 1 – 16 of 16) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | pair.h | 96 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 D | ranges_iterator_traits.h | 30 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 D | iterator_traits.h | 442 …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 D | pair.h | 66 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 D | DiffLog.cpp | 36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Iterable.h | 20 WrappedIteratorT>::value_type::second_type>
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/ |
| H A D | iterator_traits.h | 225 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_handle | 180 using mapped_type = typename _NodeType::__node_value_type::second_type;
|
| H A D | utility | 77 typedef T2 second_type;
|
| /freebsd/contrib/llvm-project/libcxx/include/ext/ |
| H A D | hash_map | 304 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 D | hash_map | 301 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 D | uses_allocator_construction.h | 83 return __uses_allocator_construction_args<typename _Pair::second_type>::__apply(
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | utility | 77 typedef T2 second_type;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 2330 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap; in tryToSinkCopy()
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-comparisons_test.cc | 1461 using second_type = std::string; in TEST() typedef
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3217 typedef typename RawPairType::second_type SecondType;
|