Home
last modified time | relevance | path

Searched defs:__first (Results 1 – 25 of 139) sorted by relevance

123456

/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_base_10.h33 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append1(char* __first, uint32_t … in __append1()
38 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append2(char* __first, uint32_t … in __append2()
42 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append3(char* __first, uint32_t … in __append3()
46 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append4(char* __first, uint32_t … in __append4()
50 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append5(char* __first, uint32_t … in __append5()
54 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append6(char* __first, uint32_t … in __append6()
58 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append7(char* __first, uint32_t … in __append7()
62 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append8(char* __first, uint32_t … in __append8()
66 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append9(char* __first, uint32_t … in __append9()
71 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI char* __append10(char* __first, _Tp __value) no… in __append10()
[all …]
H A Dfrom_chars_integral.h42 __sign_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __sign_combinator()
99 __subject_seq_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __subject_seq_combinator()
130 __from_chars_atoi(const char* __first, const char* __last, _Tp& __value) { in __from_chars_atoi()
151 __from_chars_atoi(const char* __first, const char* __last, _Tp& __value) { in __from_chars_atoi()
176 __from_chars_integral(const char* __first, const char* __last, _Tp& __value, int __base) { in __from_chars_integral()
217 __from_chars_integral(const char* __first, const char* __last, _Tp& __value, int __base) { in __from_chars_integral()
224 from_chars(const char* __first, const char* __last, _Tp& __value) { in from_chars()
230 from_chars(const char* __first, const char* __last, _Tp& __value, int __base) { in from_chars()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl.h43 any_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Predicate _… in any_of()
56 all_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred… in all_of()
69 none_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Pred __pre… in none_of()
82 copy(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _ForwardOutIte… in copy()
101 copy_n(_ExecutionPolicy&& __policy, _ForwardIterator __first, _Size __n, _ForwardOutIterator __resu… in copy_n()
119 count_if(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Predicate… in count_if()
133 count(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __… in count()
236 fill(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __v… in fill()
250 fill_n(_ExecutionPolicy&& __policy, _ForwardIterator __first, _Size __n, const _Tp& __value) { in fill_n()
263 find_if(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Predicate … in find_if()
[all …]
H A Drotate.h33 __rotate_left(_ForwardIterator __first, _ForwardIterator __last) { in __rotate_left()
45 __rotate_right(_BidirectionalIterator __first, _BidirectionalIterator __last) { in __rotate_right()
58 __rotate_forward(_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last) { in __rotate_forward()
97 __rotate_gcd(_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator _… in __rotate_gcd()
129 __rotate_impl(_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, std::fo… in __rotate_impl()
140 _BidirectionalIterator __first, in __rotate_impl()
156 _RandomAccessIterator __first, in __rotate_impl()
173 __rotate(_Iterator __first, _Iterator __middle, _Sentinel __last) { in __rotate()
190 rotate(_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last) { in rotate()
H A Dfind.h46 __find(_Iter __first, _Sent __last, const _Tp& __value, _Proj& __proj) { in __find()
60 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp* __find(_Tp* __first, _Tp* __last, const _U… in __find()
73 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp* __find(_Tp* __first, _Tp* __last, const _U… in __find()
90 __find(_Tp* __first, _Tp* __last, const _Up& __value, _Proj& __proj) { in __find()
99 __find_bool(__bit_iterator<_Cp, _IsConst> __first, typename _Cp::size_type __n) { in __find_bool()
135 __find(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last, const _Tp& __va… in __find()
151 __find(_SegmentedIterator __first, _SegmentedIterator __last, const _Tp& __value, _Proj& __proj) { in __find()
171 find(_InputIterator __first, _InputIterator __last, const _Tp& __value) { in find()
H A Dreverse.h41 if (__first != __last) in __reverse_impl() argument
27 __reverse_impl(_BidirectionalIterator __first,_BidirectionalIterator __last,bidirectional_iterator_tag) __reverse_impl() argument
50 __reverse(_BidirectionalIterator __first,_Sentinel __last) __reverse() argument
58 reverse(_BidirectionalIterator __first,_BidirectionalIterator __last) reverse() argument
[all...]
H A Dmin_element.h32 __min_element(_Iter __first, _Sent __last, _Comp __comp, _Proj& __proj) { in __min_element()
45 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Iter __min_element(_Iter __first, _Sent __last… in __min_element()
52 min_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in min_element()
63 min_element(_ForwardIterator __first, _ForwardIterator __last) { in min_element()
H A Dpush_heap.h32 __sift_up(_RandomAccessIterator __first, in __sift_up()
60 __push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare& __comp) { in __push_heap()
67 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in push_heap()
76 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in push_heap()
H A Dunique_copy.h38 __unique_copy(_InputIterator __first,_Sent __last,_OutputIterator __result,_BinaryPredicate && __pred,__unique_copy_tags::__read_from_tmp_value_tag) __unique_copy() argument
60 __unique_copy(_ForwardIterator __first,_Sent __last,_OutputIterator __result,_BinaryPredicate && __pred,__unique_copy_tags::__reread_from_input_tag) __unique_copy() argument
82 __unique_copy(_InputIterator __first,_Sent __last,_InputAndOutputIterator __result,_BinaryPredicate && __pred,__unique_copy_tags::__reread_from_output_tag) __unique_copy() argument
99 unique_copy(_InputIterator __first,_InputIterator __last,_OutputIterator __result,_BinaryPredicate __pred) unique_copy() argument
116 unique_copy(_InputIterator __first,_InputIterator __last,_OutputIterator __result) unique_copy() argument
[all...]
H A Dsearch_n.h35_Iter __first, _Sent __last, _SizeT __count, const _Type& __value, _Pred& __pred, _Proj& __proj) { in __search_n_forward_impl()
72_Iter __first, _Sent __last, _SizeT __count, const _Type& __value, _Pred& __pred, _Proj& __proj, _… in __search_n_random_access_impl()
119 __search_n_impl(_Iter __first, _Sent __last, _DiffT __count, const _Type& __value, _Pred& __pred, _… in __search_n_impl()
134 __search_n_impl(_Iter1 __first, _Sent1 __last, _DiffT __count, const _Type& __value, _Pred& __pred,… in __search_n_impl()
140_ForwardIterator __first, _ForwardIterator __last, _Size __count, const _Tp& __value, _BinaryPredi… in search_n()
149 search_n(_ForwardIterator __first, _ForwardIterator __last, _Size __count, const _Tp& __value) { in search_n()
H A Dlower_bound.h32 _Iter __first, in __lower_bound_bisecting()
62 __lower_bound_onesided(_ForwardIterator __first, _Sent __last, const _Type& __value, _Comp& __comp,… in __lower_bound_onesided()
88 __lower_bound(_ForwardIterator __first, _Sent __last, const _Type& __value, _Comp& __comp, _Proj& _… in __lower_bound()
95 lower_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp)… in lower_bound()
103 lower_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value) { in lower_bound()
H A Dpartial_sort.h36_RandomAccessIterator __first, _RandomAccessIterator __middle, _Sentinel __last, _Compare&& __comp… in __partial_sort_impl()
58 __partial_sort(_RandomAccessIterator __first, _RandomAccessIterator __middle, _Sentinel __last, _Co… in __partial_sort()
74_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Comp… in partial_sort()
83 partial_sort(_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator _… in partial_sort()
H A Dpartition.h26 __partition_impl(_ForwardIterator __first,_Sentinel __last,_Predicate __pred,forward_iterator_tag) __partition_impl() argument
51 __partition_impl(_BidirectionalIterator __first,_Sentinel __sentinel,_Predicate __pred,bidirectional_iterator_tag) __partition_impl() argument
80 __partition(_ForwardIterator __first,_Sentinel __last,_Predicate && __pred,_IterCategory __iter_category) __partition() argument
88 partition(_ForwardIterator __first,_ForwardIterator __last,_Predicate __pred) partition() argument
[all...]
H A Dfill_n.h36 __fill_n_bool(__bit_iterator<_Cp, false> __first, typename _Cp::size_type __n) { in __fill_n_bool()
70 __fill_n(__bit_iterator<_Cp, false> __first, _Size __n, const bool& __value) { in __fill_n()
82 __fill_n(_OutputIterator __first, _Size __n, const _Tp& __value) { in __fill_n()
90 fill_n(_OutputIterator __first, _Size __n, const _Tp& __value) { in fill_n()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_impl.h
H A Dalgorithm_impl.h
H A Dglue_numeric_impl.h
H A Dglue_memory_impl.h
H A Dmemory_impl.h
H A Dnumeric_impl.h
H A Dunseq_backend_simd.h
/freebsd/contrib/llvm-project/libcxx/src/
H A Dcharconv.cpp49 to_chars_result to_chars(char* __first, char* __last, float __value, chars_format __fmt) { in to_chars() argument
53 to_chars_result to_chars(char* __first, char* __last, double __value, chars_format __fmt) { in to_chars() argument
45 to_chars(char * __first,char * __last,float __value) to_chars() argument
58 to_chars(char * __first,char * __last,float __value,chars_format __fmt) to_chars() argument
62 to_chars(char * __first,char * __last,double __value,chars_format __fmt) to_chars() argument
66 to_chars(char * __first,char * __last,long double __value,chars_format __fmt) to_chars() argument
71 to_chars(char * __first,char * __last,float __value,chars_format __fmt,int __precision) to_chars() argument
76 to_chars(char * __first,char * __last,double __value,chars_format __fmt,int __precision) to_chars() argument
81 to_chars(char * __first,char * __last,long double __value,chars_format __fmt,int __precision) to_chars() argument
[all...]
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h120 __uninitialized_fill(_ForwardIterator __first, _Sentinel __last, const _Tp& __x) { in __uninitialized_fill()
139 uninitialized_fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __x) { in uninitialized_fill()
148 __uninitialized_fill_n(_ForwardIterator __first, _Size __n, const _Tp& __x) { in __uninitialized_fill_n()
167 uninitialized_fill_n(_ForwardIterator __first, _Size __n, const _Tp& __x) { in uninitialized_fill_n()
178 __uninitialized_default_construct(_ForwardIterator __first, _Sentinel __last) { in __uninitialized_default_construct()
196 inline _LIBCPP_HIDE_FROM_ABI void uninitialized_default_construct(_ForwardIterator __first, _Forwar… in uninitialized_default_construct()
204 …E_FROM_ABI _ForwardIterator __uninitialized_default_construct_n(_ForwardIterator __first, _Size __… in __uninitialized_default_construct_n()
222 …IDE_FROM_ABI _ForwardIterator uninitialized_default_construct_n(_ForwardIterator __first, _Size __… in uninitialized_default_construct_n()
231 __uninitialized_value_construct(_ForwardIterator __first, _Sentinel __last) { in __uninitialized_value_construct()
249 inline _LIBCPP_HIDE_FROM_ABI void uninitialized_value_construct(_ForwardIterator __first, _ForwardI… in uninitialized_value_construct()
[all …]
H A Dconstruct_at.h80 __destroy(_ForwardIterator __first, _ForwardIterator __last) { in __destroy()
88 __reverse_destroy(_BidirectionalIterator __first, _BidirectionalIterator __last) { in __reverse_destroy()
111 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void destroy(_ForwardIterator __first, _Forward… in destroy()
116 …OM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _ForwardIterator destroy_n(_ForwardIterator __first, _Size __… in destroy_n()
/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dreduce.h26 reduce(_InputIterator __first,_InputIterator __last,_Tp __init,_BinaryOp __b) reduce() argument
34 reduce(_InputIterator __first,_InputIterator __last,_Tp __init) reduce() argument
41 reduce(_InputIterator __first,_InputIterator __last) reduce() argument

123456