Searched refs:first_type (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | utility | 65 typedef T1 first_type; 321 typedef _T1 first_type; 364 return is_constructible<first_type, _U1>::value 366 && (!is_convertible<_U1, first_type>::value 372 return is_constructible<first_type, _U1>::value 374 && is_convertible<_U1, first_type>::value 517 is_copy_assignable<first_type>::value && 520 _NOEXCEPT_(is_nothrow_copy_assignable<first_type>::value && 530 is_move_assignable<first_type>::value && 533 _NOEXCEPT_(is_nothrow_move_assignable<first_type>::value && [all …]
|
| /freebsd-12.1/contrib/libc++/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; 371 typedef const typename _HashIterator::value_type::first_type key_type; [all …]
|
| /freebsd-12.1/contrib/llvm/tools/llvm-diff/ |
| H A D | DiffLog.cpp | 41 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
|
| /freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/basic_tree_policy/ |
| H A D | basic_tree_policy_base.hpp | 71 typedef typename value_type::first_type key_type;
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | stl_function.h | 543 typename _Pair::first_type> 545 typename _Pair::first_type& 549 const typename _Pair::first_type&
|
| H A D | stl_pair.h | 70 typedef _T1 first_type; ///< @c first_type is the first bound type typedef
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | typelist.h | 425 typedef typename at_index<Typelist, 0>::type first_type; 428 typedef node<chain<first_type, null_type> > type;
|
| /freebsd-12.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-12.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers_test.cc | 1531 using first_type = int; typedef
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-1997 | 322 * gcov.c (read_files): Remove unused "first_type" variable.
|