Searched refs:second_type (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | pair.h | 86 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 D | ranges_iterator_traits.h | 31 using __range_mapped_type = typename ranges::range_value_t<_Range>::second_type; 36 typename ranges::range_value_t<_Range>::second_type>;
|
| H A D | iterator_traits.h | 492 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 D | ASTConcept.cpp | 28 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 D | DiffLog.cpp | 36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ext/ |
| H A D | hash_map | 302 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 D | uses_allocator_construction.h | 73 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 D | utility | 77 typedef T2 second_type;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 2091 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap; in tryToSinkCopy()
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-comparisons_test.cc | 1405 using second_type = std::string; in TEST() typedef
|
| /freebsd-14.2/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3058 typedef typename RawPairType::second_type SecondType;
|