| /freebsd/contrib/llvm-project/libcxx/include/__utility/ |
| H A D | pair.h | 95 using first_type = _T1; member 130 …__enable_if_t<is_assignable<first_type&, _U1 const&>::value && is_assignable<second_type&, _U2 con… 141 …is_nothrow_default_constructible<first_type>::value && is_nothrow_default_constructible<second_typ… in pair() 148 …pair(_T1 const& __t1, _T2 const& __t2) noexcept(is_nothrow_copy_constructible<first_type>::value && in pair() 163 pair(_U1&& __u1, _U2&& __u2) noexcept(is_nothrow_constructible<first_type, _U1>::value && in pair() 173 pair(pair<_U1, _U2>& __p) noexcept((is_nothrow_constructible<first_type, _U1&>::value && in pair() 185 …pair(pair<_U1, _U2> const& __p) noexcept(is_nothrow_constructible<first_type, _U1 const&>::value && in pair() 194 pair(pair<_U1, _U2>&& __p) noexcept(is_nothrow_constructible<first_type, _U1&&>::value && in pair() 206 …pair(const pair<_U1, _U2>&& __p) noexcept(is_nothrow_constructible<first_type, const _U1&&>::value… in pair() 213 requires(is_constructible_v<first_type, decltype(std::get<0>(std::declval<_PairLike &&>()))> && in requires() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
| H A D | ranges_iterator_traits.h | 27 …ge_key_type _LIBCPP_NODEBUG = __remove_const_t<typename ranges::range_value_t<_Range>::first_type>; 34 …pair<const typename ranges::range_value_t<_Range>::first_type, typename ranges::range_value_t<_Ran…
|
| H A D | iterator_traits.h | 439 __remove_const_t<typename iterator_traits<_InputIterator>::value_type::first_type>; 446 pair<const typename iterator_traits<_InputIterator>::value_type::first_type,
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ext/ |
| H A D | hash_map | 231 _LIBCPP_HIDE_FROM_ABI size_t operator()(const typename _Tp::first_type& __x) const { 245 …_LIBCPP_HIDE_FROM_ABI size_t operator()(const typename _Tp::first_type& __x) const { return __hash… 257 _LIBCPP_HIDE_FROM_ABI bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const { 260 _LIBCPP_HIDE_FROM_ABI bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const { 264 operator()(const typename _Tp::first_type& __x, const typename _Tp::first_type& __y) const { 278 _LIBCPP_HIDE_FROM_ABI bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const { 281 _LIBCPP_HIDE_FROM_ABI bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const { 285 operator()(const typename _Tp::first_type& __x, const typename _Tp::first_type& __y) const { 300 typedef typename value_type::first_type first_type; 334 typedef const typename _HashIterator::value_type::first_type key_type; [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ext/ |
| H A D | hash_map | 234 _LIBCPP_HIDE_FROM_ABI size_t operator()(const typename _Tp::first_type& __x) const { 248 …_LIBCPP_HIDE_FROM_ABI size_t operator()(const typename _Tp::first_type& __x) const { return __hash… 260 _LIBCPP_HIDE_FROM_ABI bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const { 263 _LIBCPP_HIDE_FROM_ABI bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const { 267 operator()(const typename _Tp::first_type& __x, const typename _Tp::first_type& __y) const { 281 _LIBCPP_HIDE_FROM_ABI bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const { 284 _LIBCPP_HIDE_FROM_ABI bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const { 288 operator()(const typename _Tp::first_type& __x, const typename _Tp::first_type& __y) const { 303 typedef typename value_type::first_type first_type; 344 typedef const typename _HashIterator::value_type::first_type key_type; [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__utility/ |
| H A D | pair.h | 65 using first_type = _T1; member 86 static const bool value = !is_reference<first_type>::value && !is_reference<second_type>::value; 122 …__enable_if_t<is_assignable<first_type&, _U1 const&>::value && is_assignable<second_type&, _U2 con…
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
| H A D | DiffLog.cpp | 40 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/ |
| H A D | iterator_traits.h | 222 …iter_key_type = __remove_const_t<typename iterator_traits<_InputIterator>::value_type::first_type>; 229 pair<const typename iterator_traits<_InputIterator>::value_type::first_type,
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __node_handle | 179 using key_type = __remove_const_t<typename _NodeType::__node_value_type::first_type>;
|
| H A D | utility | 76 typedef T1 first_type;
|
| H A D | __tree | 1183 using __key_type = __remove_const_t<typename value_type::first_type>;
|
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | uses_allocator_construction.h | 77 return __uses_allocator_construction_args<typename _Pair::first_type>::__apply(
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | utility | 76 typedef T1 first_type;
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-comparisons_test.cc | 1460 using first_type = int; in TEST() typedef
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-matchers.h | 3114 typedef typename RawPairType::first_type KeyType; 3216 typedef typename RawPairType::first_type FirstType;
|