Home
last modified time | relevance | path

Searched defs:forward_iterator_tag (Results 1 – 9 of 9) sorted by last modified time

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h423 StringRef Separator, std::forward_iterator_tag) { in join_impl()
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Diterator_traits.h70 struct _LIBCPP_TEMPLATE_VIS forward_iterator_tag : public input_iterator_tag {}; struct
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_partition.h119 …_impl(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, forward_iterator_tag) { in __stable_partition_impl() argument
H A Drotate.h129 …dIterator __first, _ForwardIterator __middle, _ForwardIterator __last, std::forward_iterator_tag) { in __rotate_impl()
H A Dsample.h68 forward_iterator_tag) { in __sample() argument
H A Dpartition.h29 …rtition_impl(_ForwardIterator __first, _Sentinel __last, _Predicate __pred, forward_iterator_tag) { in __partition_impl() argument
H A Dfill.h26 __fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, forward_iterator_tag)… in __fill() argument
H A Dfind_end.h47 forward_iterator_tag, in __find_end_impl() argument