Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h86 using second_type = _T2;
191 is_nothrow_constructible<second_type, _U2>::value))
206 is_nothrow_constructible<second_type, _U2>::value))
225 is_nothrow_constructible<second_type, _U2 const&>::value))
239 is_nothrow_constructible<second_type, _U2&&>::value))
245 is_nothrow_constructible<second_type, _U2&&>::value))
281 is_nothrow_constructible<second_type, _Args2...>::value))
303 second = std::forward<second_type>(__p.second);
339 is_nothrow_assignable_v<const second_type&, second_type>)
340 …is_assignable_v<const first_type&, first_type> && is_assignable_v<const second_type&, second_type>)
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/__iterator/
H A Dranges_iterator_traits.h31 using __range_mapped_type = typename ranges::range_value_t<_Range>::second_type;
36 typename ranges::range_value_t<_Range>::second_type>;
H A Diterator_traits.h492 using __iter_mapped_type = typename iterator_traits<_InputIterator>::value_type::second_type;
497 typename iterator_traits<_InputIterator>::value_type::second_type>;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp28 UnsatisfiedConstraintRecord::second_type(Detail.second.get<Expr *>())}; in CreatUnsatisfiedConstraintRecord()
38 Detail.first, UnsatisfiedConstraintRecord::second_type(NewSubstDiag)}; in CreatUnsatisfiedConstraintRecord()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffLog.cpp36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
/freebsd-14.2/contrib/llvm-project/libcxx/include/ext/
H A Dhash_map302 typedef typename value_type::second_type second_type;
343 typedef typename _HashIterator::value_type::second_type mapped_type;
393 typedef typename _HashIterator::value_type::second_type mapped_type;
/freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/include/
H A Dutility77 typedef T2 second_type;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp2091 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap; in tryToSinkCopy()
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1405 using second_type = std::string; in TEST() typedef
/freebsd-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3058 typedef typename RawPairType::second_type SecondType;