Home
last modified time | relevance | path

Searched refs:first_type (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__utility/
H A Dpair.h45 typedef _T1 first_type; typedef
92 return is_constructible<first_type, _U1>::value in __enable_explicit()
94 && (!is_convertible<_U1, first_type>::value in __enable_explicit()
100 return is_constructible<first_type, _U1>::value in __enable_implicit()
102 && is_convertible<_U1, first_type>::value in __enable_implicit()
158 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair()
263 is_copy_assignable<first_type>::value &&
266 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value && in _NOEXCEPT_()
276 is_move_assignable<first_type>::value &&
279 _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value && in _NOEXCEPT_()
[all …]
/llvm-project-15.0.7/clang/test/PCH/
H A Dcrash-12631281.cpp20 typedef _T1 first_type; typedef
22 template <class _U1, class _U2, class = typename is_convertible< first_type>::type>
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-incomplete-typo-suggested-error-limit.cpp39 typedef T first_type; typedef
45 return is_same<first_type, U1>::value; in enable_implicit()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSTLForwardCompatTest.cpp66 using From = typename TypeParam::first_type; in TYPED_TEST()
73 using From = typename TypeParam::first_type; in TYPED_TEST()
/llvm-project-15.0.7/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dtypes.pass.cpp25 static_assert((std::is_same<P::first_type, float>::value), ""); in main()
/llvm-project-15.0.7/libcxx/include/ext/
H A Dhash_map245 size_t operator()(const typename _Tp::first_type& __x) const
261 size_t operator()(const typename _Tp::first_type& __x) const
279 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const
282 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const
285 bool operator()(const typename _Tp::first_type& __x,
286 const typename _Tp::first_type& __y) const
308 bool operator()(const typename _Tp::first_type& __x,
309 const typename _Tp::first_type& __y) const
322 typedef typename value_type::first_type first_type;
378 typedef const typename _HashIterator::value_type::first_type key_type;
[all …]
/llvm-project-15.0.7/libcxx/test/std/containers/
H A Dcheck_consecutive.h33 void CheckConsecutiveKeys(Iter pos, Iter end, typename Iter::value_type::first_type key, std::multi… in CheckConsecutiveKeys()
/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDiffLog.cpp40 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp174 _Pair::first_type > {
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dinplace_merge_comp.pass.cpp123 return std::less<typename Pair::first_type>()(lhs.first, rhs.first); in operator ()()
/llvm-project-15.0.7/libcxx/include/__iterator/
H A Diterator_traits.h495 …pe = typename remove_const<typename iterator_traits<_InputIterator>::value_type::first_type>::type;
502 typename add_const<typename iterator_traits<_InputIterator>::value_type::first_type>::type,
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dvector.cpp498 typedef T first_type __attribute__((vector_size(sizeof(T) * 4))); in f() typedef
/llvm-project-15.0.7/libcxx/include/
H A Dutility72 typedef T1 first_type;
/llvm-project-15.0.7/llvm/cmake/modules/
H A DAddLLVM.cmake2094 list(GET CMAKE_CONFIGURATION_TYPES 0 first_type)
2095 string(TOUPPER ${first_type} first_type_upper)
2107 string(FIND "${ARG_OUTPUT_DIR}" "/${first_type}/" type_start REVERSE)
2110 string(REPLACE "/${first_type}/" "/${CMAKE_CFG_INTDIR}/"
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2540 typedef typename RawPairType::first_type KeyType;
2604 typedef typename RawPairType::first_type FirstType;