Searched refs:second_type (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | pair.h | 48 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 D | ASTConcept.cpp | 32 UnsatisfiedConstraintRecord::second_type( 44 UnsatisfiedConstraintRecord::second_type(
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/ |
| H A D | DiffLog.cpp | 36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | iterator_traits.h | 488 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 D | hash_map | 317 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 D | utility | 73 typedef T2 second_type;
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3294 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 D | MachineSink.cpp | 1795 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap; in tryToSinkCopy()
|
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers_test.cc | 1532 using second_type = string; typedef
|