| /llvm-project-15.0.7/libcxx/include/__utility/ |
| H A D | pair.h | 46 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 D | ASTConcept.cpp | 31 UnsatisfiedConstraintRecord::second_type( 43 UnsatisfiedConstraintRecord::second_type(
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | index-templates.cpp | 83 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 D | types.pass.cpp | 26 static_assert((std::is_same<P::second_type, short*>::value), ""); in main()
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | crash-12631281.cpp | 21 typedef _T2 second_type; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/ |
| H A D | check_consecutive.h | 33 …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 D | DiffLog.cpp | 36 Diff.push_back(DiffRecord(L, DiffRecord::second_type(nullptr))); in addLeft()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | SpecialMemberFunctionsCheck.h | 103 std::hash<ClassDefId::second_type> SecondHash;
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | STLForwardCompatTest.cpp | 67 using To = typename TypeParam::second_type; in TYPED_TEST()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | vector.cpp | 499 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 D | iterator_traits.h | 498 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 D | hash_map | 323 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 D | RenamerClangTidyCheck.cpp | 45 std::hash<NamingCheckId::second_type> SecondHash; in getHashValue()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | utility | 73 typedef T2 second_type;
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 1846 MapVector<MachineInstr *, MIRegs::second_type> DbgValsToSinkMap; in tryToSinkCopy()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 2605 typedef typename RawPairType::second_type SecondType;
|