Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dpair.h95 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 Dranges_iterator_traits.h27 …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 Diterator_traits.h439 __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 Dhash_map231 _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 Dhash_map234 _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 Dpair.h65 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 DDiffLog.cpp40 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/
H A Diterator_traits.h222 …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_handle179 using key_type = __remove_const_t<typename _NodeType::__node_value_type::first_type>;
H A Dutility76 typedef T1 first_type;
H A D__tree1183 using __key_type = __remove_const_t<typename value_type::first_type>;
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h77 return __uses_allocator_construction_args<typename _Pair::first_type>::__apply(
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dutility76 typedef T1 first_type;
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc1460 using first_type = int; in TEST() typedef
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3114 typedef typename RawPairType::first_type KeyType;
3216 typedef typename RawPairType::first_type FirstType;