Home
last modified time | relevance | path

Searched defs:__last (Results 1 – 25 of 129) sorted by relevance

123456

/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_algorithm_impl.h
H A Dglue_numeric_impl.h
H A Dalgorithm_impl.h
H A Dmemory_impl.h
H A Dnumeric_impl.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/__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()
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()
263 find_if(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Predicate … in find_if()
276 find_if_not(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Predic… in find_if_not()
289 find(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __v… in find()
[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 …_gcd(_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last) { in __rotate_gcd()
129 __rotate_impl(_ForwardIterator __first, _ForwardIterator __middle, _ForwardIterator __last, std::fo… in __rotate_impl()
142 _BidirectionalIterator __last, in __rotate_impl()
158 _RandomAccessIterator __last, 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 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 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 Dunique_copy.h39 __unique_copy(_InputIterator __first,_Sent __last,_OutputIterator __result,_BinaryPredicate && __pred,__unique_copy_tags::__read_from_tmp_value_tag) __unique_copy() argument
61 __unique_copy(_ForwardIterator __first,_Sent __last,_OutputIterator __result,_BinaryPredicate && __pred,__unique_copy_tags::__reread_from_input_tag) __unique_copy() argument
83 __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 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()
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 Dpush_heap.h33 _RandomAccessIterator __last, 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 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 …sort(_RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last) { in partial_sort()
H A Dpartition.h26 __partition_impl(_ForwardIterator __first,_Sentinel __last,_Predicate __pred,forward_iterator_tag) __partition_impl() argument
55 _BidirectionalIterator __last = __original_last; __partition_impl() local
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 Dcopy_move_common.h62 __copy_trivial_impl(_In* __first, _In* __last, _Out* __result) { in __copy_trivial_impl()
72 __copy_backward_trivial_impl(_In* __first, _In* __last, _Out* __result) { in __copy_backward_trivial_impl()
93 __copy_move_unwrap_iters(_InIter __first, _Sent __last, _OutIter __out_first) { in __copy_move_unwrap_iters()
106 __copy_move_unwrap_iters(_InIter __first, _Sent __last, _OutIter __out_first) { in __copy_move_unwrap_iters()
H A Dadjacent_find.h30 __adjacent_find(_Iter __first, _Sent __last, _BinaryPredicate&& __pred) { in __adjacent_find()
44 adjacent_find(_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) { in adjacent_find()
50 adjacent_find(_ForwardIterator __first, _ForwardIterator __last) { in adjacent_find()
H A Dmax_element.h25 __max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in __max_element()
39 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in max_element()
45 max_element(_ForwardIterator __first, _ForwardIterator __last) { in max_element()
H A Dis_sorted_until.h25 __is_sorted_until(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in __is_sorted_until()
39 is_sorted_until(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted_until()
45 is_sorted_until(_ForwardIterator __first, _ForwardIterator __last) { in is_sorted_until()
H A Dunique.h33 __unique(_Iter __first, _Sent __last, _BinaryPredicate&& __pred) { in __unique()
50 unique(_ForwardIterator __first, _ForwardIterator __last, _BinaryPredicate __pred) { in unique()
56 unique(_ForwardIterator __first, _ForwardIterator __last) { in unique()
H A Dfill.h27 for (; __first != __last; ++__first) in __fill() argument
36 __fill(_RandomAccessIterator __first,_RandomAccessIterator __last,const _Tp & __value,random_access_iterator_tag) __fill() argument
44 fill(_ForwardIterator __first,_ForwardIterator __last,const _Tp & __value) fill() argument
/freebsd/contrib/llvm-project/libcxx/include/__charconv/
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()
H A Dto_chars_integral.h51 __to_chars_itoa(char* __first, char* __last, _Tp __value, true_type) { in __to_chars_itoa()
63 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa()
76 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa()
100 __to_chars_integral(char* __first, char* __last, _Tp __value, int __base, true_type) { in __to_chars_integral()
/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