Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Duses_allocator_args.h115 using _Tp1 = typename _Tp::first_type; in _GLIBCXX_VISIBILITY()
133 using _Tp1 = typename _Tp::first_type; in _GLIBCXX_VISIBILITY()
146 using _Tp1 = typename _Tp::first_type; in _GLIBCXX_VISIBILITY()
161 using _Tp1 = typename _Tp::first_type; in _GLIBCXX_VISIBILITY()
174 using _Tp1 = typename _Tp::first_type; in _GLIBCXX_VISIBILITY()
H A Dstl_function.h1175 : public unary_function<_Pair, typename _Pair::first_type> in _GLIBCXX_VISIBILITY()
1177 typename _Pair::first_type& in _GLIBCXX_VISIBILITY()
1181 const typename _Pair::first_type& in _GLIBCXX_VISIBILITY()
1187 typename _Pair2::first_type& in _GLIBCXX_VISIBILITY()
1192 const typename _Pair2::first_type& in _GLIBCXX_VISIBILITY()
H A Dstl_pair.h190 typedef _T1 first_type; ///< The type of the `first` member in _GLIBCXX_VISIBILITY()
347 first = std::forward<first_type>(__p.first); in _GLIBCXX_VISIBILITY()
586 first = std::forward<first_type>(__p.first); in _GLIBCXX_VISIBILITY()
H A Dstl_map.h854 if constexpr (__usable_key<typename _P2::first_type>) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dmultiway_merge.h251 ::value_type::first_type in multiway_merge_3_variant()
369 ::value_type::first_type in multiway_merge_4_variant()
502 ::value_type::first_type in multiway_merge_loser_tree()
578 _RAIterIterator>::value_type::first_type>::value_type& in multiway_merge_loser_tree_unguarded()
589 ::value_type::first_type in multiway_merge_loser_tree_unguarded()
666 _RAIterIterator>::value_type::first_type>::value_type& in multiway_merge_loser_tree_sentinel()
676 ::value_type::first_type in multiway_merge_loser_tree_sentinel()
844 _RAIterIterator>::value_type::first_type>::value_type&
849 ::value_type::first_type
882 _RAIterIterator>::value_type::first_type>::value_type&
[all …]
H A Dmultiseq_selection.h128 first_type>::value_type>()) // std::less<_Tp>
132 typedef typename std::iterator_traits<_RanSeqs>::value_type::first_type
394 typedef typename std::iterator_traits<_RanSeqs>::value_type::first_type
H A Dfor_each_selectors.h276 typename _It::first_type __go_back_one = __i.first; in operator()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dmultiway_merge.h251 ::value_type::first_type in multiway_merge_3_variant()
369 ::value_type::first_type in multiway_merge_4_variant()
502 ::value_type::first_type in multiway_merge_loser_tree()
578 _RAIterIterator>::value_type::first_type>::value_type& in multiway_merge_loser_tree_unguarded()
589 ::value_type::first_type in multiway_merge_loser_tree_unguarded()
666 _RAIterIterator>::value_type::first_type>::value_type& in multiway_merge_loser_tree_sentinel()
676 ::value_type::first_type in multiway_merge_loser_tree_sentinel()
844 _RAIterIterator>::value_type::first_type>::value_type&
849 ::value_type::first_type
882 _RAIterIterator>::value_type::first_type>::value_type&
[all …]
H A Dmultiseq_selection.h128 first_type>::value_type>()) // std::less<_Tp>
132 typedef typename std::iterator_traits<_RanSeqs>::value_type::first_type
394 typedef typename std::iterator_traits<_RanSeqs>::value_type::first_type
H A Dfor_each_selectors.h276 typename _It::first_type __go_back_one = __i.first; in operator()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dutility72 typedef T1 first_type;
399 typedef _T1 first_type;
449 return is_constructible<first_type, _U1>::value
451 && (!is_convertible<_U1, first_type>::value
457 return is_constructible<first_type, _U1>::value
459 && is_convertible<_U1, first_type>::value
498 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value &&
506 pair() _NOEXCEPT_(is_nothrow_default_constructible<first_type>::value &&
515 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value &&
524 _NOEXCEPT_(is_nothrow_copy_constructible<first_type>::value &&
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/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
296 bool operator()(const typename _Tp::first_type& __x, const _Tp& __y) const
299 bool operator()(const _Tp& __x, const typename _Tp::first_type& __y) const
302 bool operator()(const typename _Tp::first_type& __x,
303 const typename _Tp::first_type& __y) const
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc1545 type_suffix_index first_type, in require_derived_vector_type() argument
1559 return require_matching_vector_type (argno, first_type); in require_derived_vector_type()
1565 expected_tclass = type_suffixes[first_type].tclass; in require_derived_vector_type()
1569 expected_bits = type_suffixes[first_type].element_bits; in require_derived_vector_type()
1571 expected_bits = type_suffixes[first_type].element_bits / 2; in require_derived_vector_type()
1573 expected_bits = type_suffixes[first_type].element_bits / 4; in require_derived_vector_type()
1628 if (resolve_to (mode_suffix_id, first_type) == error_mark_node) in require_derived_vector_type()
1638 std::swap (actual_type, first_type); in require_derived_vector_type()
1643 fndecl, get_vector_type (first_type), in require_derived_vector_type()
1653 && type_suffixes[first_type].integer_p in require_derived_vector_type()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc1546 type_suffix_index first_type, in require_derived_vector_type() argument
1560 return require_matching_vector_type (argno, first_type); in require_derived_vector_type()
1566 expected_tclass = type_suffixes[first_type].tclass; in require_derived_vector_type()
1570 expected_bits = type_suffixes[first_type].element_bits; in require_derived_vector_type()
1572 expected_bits = type_suffixes[first_type].element_bits / 2; in require_derived_vector_type()
1574 expected_bits = type_suffixes[first_type].element_bits / 4; in require_derived_vector_type()
1629 if (resolve_to (mode_suffix_id, first_type) == error_mark_node) in require_derived_vector_type()
1639 std::swap (actual_type, first_type); in require_derived_vector_type()
1644 fndecl, get_vector_type (first_type), in require_derived_vector_type()
1654 && type_suffixes[first_type].integer_p in require_derived_vector_type()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dmemory316 using _Tp1 = typename _Tp::first_type;
334 using _Tp1 = typename _Tp::first_type;
348 using _Tp1 = typename _Tp::first_type;
364 using _Tp1 = typename _Tp::first_type;
378 using _Tp1 = typename _Tp::first_type;
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dutility.d27 alias first_type = T1; in pair() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDiffLog.cpp40 Diff.push_back(DiffRecord(DiffRecord::first_type(nullptr), R)); in addRight()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp58 typedef typename value_type::first_type key_type;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/
H A Dbranch_policy.hpp58 typedef typename value_type::first_type key_type;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_function.h1148 : public unary_function<_Pair, typename _Pair::first_type> in _GLIBCXX_VISIBILITY()
1150 typename _Pair::first_type& in _GLIBCXX_VISIBILITY()
1154 const typename _Pair::first_type& in _GLIBCXX_VISIBILITY()
1160 typename _Pair2::first_type& in _GLIBCXX_VISIBILITY()
1165 const typename _Pair2::first_type& in _GLIBCXX_VISIBILITY()
H A Dstl_pair.h214 typedef _T1 first_type; ///< The type of the `first` member in _GLIBCXX_VISIBILITY()
408 first = std::forward<first_type>(__p.first); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__iterator/
H A Diterator_traits.h489 …__iter_key_type = remove_const_t<typename iterator_traits<_InputIterator>::value_type::first_type>;
496 add_const_t<typename iterator_traits<_InputIterator>::value_type::first_type>,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dtypelist.h490 typedef typename at_index<Typelist, 0>::type first_type; in _GLIBCXX_VISIBILITY()
493 typedef node<chain<first_type, null_type> > type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dtypelist.h490 typedef typename at_index<Typelist, 0>::type first_type; in _GLIBCXX_VISIBILITY()
493 typedef node<chain<first_type, null_type> > type; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DAddLLVM.cmake1934 list(GET CMAKE_CONFIGURATION_TYPES 0 first_type)
1935 string(TOUPPER ${first_type} first_type_upper)
1947 string(FIND "${ARG_OUTPUT_DIR}" "/${first_type}/" type_start REVERSE)
1950 string(REPLACE "/${first_type}/" "/${CMAKE_CFG_INTDIR}/"

12