Home
last modified time | relevance | path

Searched refs:forward_iterator_tag (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dunique_copy.h53 forward_iterator_tag, output_iterator_tag) in __unique_copy() argument
76 input_iterator_tag, forward_iterator_tag) in __unique_copy() argument
H A Dfind_end.h30 … _BinaryPredicate __pred, forward_iterator_tag, in __find_end() argument
31 forward_iterator_tag) { in __find_end()
H A Dsearch.h32 … _BinaryPredicate __pred, forward_iterator_tag, forward_iterator_tag) { in __search() argument
H A Dstable_partition.h30 _Distance __len, _Pair __p, forward_iterator_tag __fit) in __stable_partition()
116 forward_iterator_tag) in __stable_partition() argument
141 (__first, __last, __pred, __len, __p, forward_iterator_tag()); in __stable_partition()
H A Dis_permutation.h85 … _ForwardIterator2 __last2, _BinaryPredicate __pred, forward_iterator_tag, forward_iterator_tag) { in __is_permutation() argument
H A Dfill.h29 __fill(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value_, forward_iterator_tag) in __fill() argument
H A Dpartition.h29 …rtition(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, forward_iterator_tag) in __partition() argument
H A Dsearch_n.h30 forward_iterator_tag) { in __search_n() argument
H A Dsample.h54 forward_iterator_tag) { in __sample() argument
/freebsd-13.1/contrib/llvm-project/libcxx/include/__iterator/
H A Diterator_traits.h54 struct _LIBCPP_TEMPLATE_VIS forward_iterator_tag : public input_iterator_tag {}; struct
55 struct _LIBCPP_TEMPLATE_VIS bidirectional_iterator_tag : public forward_iterator_tag {};
297 using type = forward_iterator_tag;
443 …p17_forward_iterator : public __has_iterator_category_convertible_to<_Tp, forward_iterator_tag> {};
478 !__has_iterator_category_convertible_to<_Tp, forward_iterator_tag>::value> {};
H A Dcommon_iterator.h262 derived_from<typename iterator_traits<_Iter>::iterator_category, forward_iterator_tag>;
283 forward_iterator_tag,
286 forward_iterator_tag,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h592 : public iterator_facade_base<iterator, std::forward_iterator_tag, T> {
613 : public iterator_facade_base<const_iterator, std::forward_iterator_tag,
677 std::forward_iterator_tag, DIEValue> {
682 std::forward_iterator_tag, DIEValue>;
694 std::forward_iterator_tag, const DIEValue> {
697 std::forward_iterator_tag, const DIEValue>;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DLineIterator.h42 using iterator_category = std::forward_iterator_tag;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMap.h372 : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
458 std::forward_iterator_tag, StringRef> {
461 std::forward_iterator_tag, StringRef>;
H A DDenseSet.h121 using iterator_category = std::forward_iterator_tag;
151 using iterator_category = std::forward_iterator_tag;
H A DBreadthFirstIterator.h49 using iterator_category = std::forward_iterator_tag;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h35 using iterator_category = std::forward_iterator_tag;
H A DAttrIterator.h60 using iterator_category = std::forward_iterator_tag;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.h105 std::forward_iterator_tag, DWARFDIE> {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h39 std::forward_iterator_tag,
80 std::forward_iterator_tag,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionIterator.h40 using iterator_category = std::forward_iterator_tag;
178 using iterator_category = std::forward_iterator_tag;
H A DLazyCallGraph.h197 std::forward_iterator_tag> {
228 std::forward_iterator_tag> {
875 std::forward_iterator_tag, RefSCC> {
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.h130 std::forward_iterator_tag, SymbolGroup> {
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h98 using iterator_category = std::forward_iterator_tag;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h41 using iterator_category = std::forward_iterator_tag;

1234