Home
last modified time | relevance | path

Searched defs:forward_iterator_tag (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libcxx/include/__algorithm/
H A Dfill.h26 __fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, forward_iterator_tag)… in __fill() argument
H A Dfind_end.h47 __find_end_impl(_Iter1 __first1,_Sent1 __last1,_Iter2 __first2,_Sent2 __last2,_Pred & __pred,_Proj1 & __proj1,_Proj2 & __proj2,forward_iterator_tag,forward_iterator_tag) __find_end_impl() argument
H A Dpartition.h29 __partition_impl(_ForwardIterator __first,_Sentinel __last,_Predicate __pred,forward_iterator_tag) __partition_impl() argument
H A Dsample.h68 forward_iterator_tag) { in __sample() argument
H A Drotate.h129 …dIterator __first, _ForwardIterator __middle, _ForwardIterator __last, std::forward_iterator_tag) { in __rotate_impl()
H A Dstable_partition.h119 __stable_partition_impl(_ForwardIterator __first,_ForwardIterator __last,_Predicate __pred,forward_iterator_tag) __stable_partition_impl() argument
/llvm-project/llvm/include/llvm/Support/
H A DHashBuilder.h368 std::forward_iterator_tag) { in addRangeElementsImpl()
378 addRangeElementsImpl(T *First, T *Last, std::forward_iterator_tag) { in addRangeElementsImpl()
/llvm-project/libcxx/include/__iterator/
H A Diterator_traits.h69 struct _LIBCPP_TEMPLATE_VIS forward_iterator_tag : public input_iterator_tag {}; global() struct
/llvm-project/clang/test/SemaCXX/
H A Dcrashes.cpp198 struct forward_iterator_tag : public input_iterator_tag {}; struct
/llvm-project/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h24 struct forward_iterator_tag : public input_iterator_tag { }; struct
/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h425 join_impl(IteratorT Begin,IteratorT End,StringRef Separator,std::forward_iterator_tag) join_impl() argument