Searched refs:first_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | pair.h | 47 typedef _T1 first_type; typedef 97 return is_constructible<first_type, _U1>::value in __enable_explicit() 99 && (!is_convertible<_U1, first_type>::value in __enable_explicit() 105 return is_constructible<first_type, _U1>::value in __enable_implicit() 107 && is_convertible<_U1, first_type>::value in __enable_implicit() 163 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value && in pair() 258 is_copy_assignable<first_type>::value && 261 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value && in _NOEXCEPT_() 271 is_move_assignable<first_type>::value && 274 _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value && in _NOEXCEPT_() [all …]
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ext/ |
| H A D | hash_map | 239 size_t operator()(const typename _Tp::first_type& __x) const 255 size_t operator()(const typename _Tp::first_type& __x) const 273 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const 276 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const 279 bool operator()(const typename _Tp::first_type& __x, 280 const typename _Tp::first_type& __y) const 302 bool operator()(const typename _Tp::first_type& __x, 303 const typename _Tp::first_type& __y) const 316 typedef typename value_type::first_type first_type; 372 typedef const typename _HashIterator::value_type::first_type key_type; [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/ |
| H A D | DiffLog.cpp | 40 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | iterator_traits.h | 485 …__iter_key_type = remove_const_t<typename iterator_traits<_InputIterator>::value_type::first_type>; 492 add_const_t<typename iterator_traits<_InputIterator>::value_type::first_type>,
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | utility | 72 typedef T1 first_type;
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3285 typename T::first_type& First(T& x, Rank0) { // NOLINT 3289 const typename T::first_type& First(const T& x, Rank0) { 3312 typedef typename RawPairType::first_type KeyType; 3374 typedef typename RawPairType::first_type FirstType;
|
| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers_test.cc | 1531 using first_type = int; typedef
|