| /llvm-project-15.0.7/libcxx/include/__utility/ |
| H A D | pair.h | 45 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 D | crash-12631281.cpp | 20 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 D | instantiate-incomplete-typo-suggested-error-limit.cpp | 39 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 D | STLForwardCompatTest.cpp | 66 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 D | types.pass.cpp | 25 static_assert((std::is_same<P::first_type, float>::value), ""); in main()
|
| /llvm-project-15.0.7/libcxx/include/ext/ |
| H A D | hash_map | 245 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 D | check_consecutive.h | 33 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 D | DiffLog.cpp | 40 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | debug-info-use-after-free.cpp | 174 _Pair::first_type > {
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.merge/ |
| H A D | inplace_merge_comp.pass.cpp | 123 return std::less<typename Pair::first_type>()(lhs.first, rhs.first); in operator ()()
|
| /llvm-project-15.0.7/libcxx/include/__iterator/ |
| H A D | iterator_traits.h | 495 …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 D | vector.cpp | 498 typedef T first_type __attribute__((vector_size(sizeof(T) * 4))); in f() typedef
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | utility | 72 typedef T1 first_type;
|
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | AddLLVM.cmake | 2094 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 D | gmock-matchers.h | 2540 typedef typename RawPairType::first_type KeyType; 2604 typedef typename RawPairType::first_type FirstType;
|