Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__utility/
H A Dpair.h46 typedef _T2 second_type; typedef
93 && is_constructible<second_type, _U2>::value in __enable_explicit()
95 || !is_convertible<_U2, second_type>::value); in __enable_explicit()
101 && is_constructible<second_type, _U2>::value in __enable_implicit()
103 && is_convertible<_U2, second_type>::value; in __enable_implicit()
159 is_nothrow_copy_constructible<second_type>::value) in pair()
264 is_copy_assignable<second_type>::value,
267 is_nothrow_copy_assignable<second_type>::value) in _NOEXCEPT_()
277 is_move_assignable<second_type>::value,
280 is_nothrow_move_assignable<second_type>::value) in _NOEXCEPT_()
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DASTConcept.cpp31 UnsatisfiedConstraintRecord::second_type(
43 UnsatisfiedConstraintRecord::second_type(
/llvm-project-15.0.7/clang/test/Index/
H A Dindex-templates.cpp83 typedef U second_type; in init_list() typedef
85 Pair<T, U> p = { t, second_type(u) }; in init_list()
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dtypes.pass.cpp26 static_assert((std::is_same<P::second_type, short*>::value), ""); in main()
/llvm-project-15.0.7/clang/test/PCH/
H A Dcrash-12631281.cpp21 typedef _T2 second_type; typedef
/llvm-project-15.0.7/libcxx/test/std/containers/
H A Dcheck_consecutive.h33 …me Iter::value_type::first_type key, std::multiset<typename Iter::value_type::second_type>& values) in CheckConsecutiveKeys()
/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDiffLog.cpp36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h103 std::hash<ClassDefId::second_type> SecondHash;
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSTLForwardCompatTest.cpp67 using To = typename TypeParam::second_type; in TYPED_TEST()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dvector.cpp499 typedef T second_type __attribute__((vector_size(sizeof(T) * 4))); in f() typedef
501 second_type st; in f()
/llvm-project-15.0.7/libcxx/include/__iterator/
H A Diterator_traits.h498 using __iter_mapped_type = typename iterator_traits<_InputIterator>::value_type::second_type;
503 typename iterator_traits<_InputIterator>::value_type::second_type>;
/llvm-project-15.0.7/libcxx/include/ext/
H A Dhash_map323 typedef typename value_type::second_type second_type;
379 typedef typename _HashIterator::value_type::second_type mapped_type;
424 typedef typename _HashIterator::value_type::second_type mapped_type;
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.cpp45 std::hash<NamingCheckId::second_type> SecondHash; in getHashValue()
/llvm-project-15.0.7/libcxx/include/
H A Dutility73 typedef T2 second_type;
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineSink.cpp1846 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap; in tryToSinkCopy()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2605 typedef typename RawPairType::second_type SecondType;