Searched defs:forward_iterator_tag (Results 1 – 11 of 11) sorted by relevance
/llvm-project/libcxx/include/__algorithm/ |
H A D | fill.h | 26 __fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, forward_iterator_tag)… in __fill() argument
|
H A D | find_end.h | 47 __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 D | partition.h | 29 __partition_impl(_ForwardIterator __first,_Sentinel __last,_Predicate __pred,forward_iterator_tag) __partition_impl() argument
|
H A D | sample.h | 68 forward_iterator_tag) { in __sample() argument
|
H A D | rotate.h | 129 …dIterator __first, _ForwardIterator __middle, _ForwardIterator __last, std::forward_iterator_tag) { in __rotate_impl()
|
H A D | stable_partition.h | 119 __stable_partition_impl(_ForwardIterator __first,_ForwardIterator __last,_Predicate __pred,forward_iterator_tag) __stable_partition_impl() argument
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | HashBuilder.h | 368 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 D | iterator_traits.h | 69 struct _LIBCPP_TEMPLATE_VIS forward_iterator_tag : public input_iterator_tag {}; global() struct
|
/llvm-project/clang/test/SemaCXX/ |
H A D | crashes.cpp | 198 struct forward_iterator_tag : public input_iterator_tag {}; struct
|
/llvm-project/clang/test/Analysis/Inputs/ |
H A D | system-header-simulator-cxx.h | 24 struct forward_iterator_tag : public input_iterator_tag { }; struct
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 425 join_impl(IteratorT Begin,IteratorT End,StringRef Separator,std::forward_iterator_tag) join_impl() argument
|