Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h48 typedef _T2 second_type; typedef
98 && is_constructible<second_type, _U2>::value in __enable_explicit()
100 || !is_convertible<_U2, second_type>::value); in __enable_explicit()
106 && is_constructible<second_type, _U2>::value in __enable_implicit()
108 && is_convertible<_U2, second_type>::value; in __enable_implicit()
164 is_nothrow_copy_constructible<second_type>::value) in pair()
259 is_copy_assignable<second_type>::value,
262 is_nothrow_copy_assignable<second_type>::value) in _NOEXCEPT_()
272 is_move_assignable<second_type>::value,
275 is_nothrow_move_assignable<second_type>::value) in _NOEXCEPT_()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTConcept.cpp32 UnsatisfiedConstraintRecord::second_type(
44 UnsatisfiedConstraintRecord::second_type(
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffLog.cpp36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Diterator_traits.h488 using __iter_mapped_type = typename iterator_traits<_InputIterator>::value_type::second_type;
493 typename iterator_traits<_InputIterator>::value_type::second_type>;
/freebsd-13.1/contrib/llvm-project/libcxx/include/ext/
H A Dhash_map317 typedef typename value_type::second_type second_type;
373 typedef typename _HashIterator::value_type::second_type mapped_type;
418 typedef typename _HashIterator::value_type::second_type mapped_type;
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dutility73 typedef T2 second_type;
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3294 typename T::second_type& Second(T& x, Rank0) { // NOLINT
3298 const typename T::second_type& Second(const T& x, Rank0) {
3375 typedef typename RawPairType::second_type SecondType;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1795 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap; in tryToSinkCopy()
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1532 using second_type = string; typedef