Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/include/
H A Dutility65 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 Dhash_map239 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 DDiffLog.cpp41 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 Dbasic_tree_policy_base.hpp71 typedef typename value_type::first_type key_type;
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_function.h543 typename _Pair::first_type>
545 typename _Pair::first_type&
549 const typename _Pair::first_type&
H A Dstl_pair.h70 typedef _T1 first_type; ///< @c first_type is the first bound type typedef
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dtypelist.h425 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 Dgmock-matchers.h3285 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 Dgmock-matchers_test.cc1531 using first_type = int; typedef
/freebsd-12.1/contrib/gcc/
H A DChangeLog-1997322 * gcov.c (read_files): Remove unused "first_type" variable.