Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/libstdc++/src/
H A Dstring-inst.cc69 const allocator<C>&, forward_iterator_tag);
73 S::_S_construct(C*, C*, const allocator<C>&, forward_iterator_tag);
78 forward_iterator_tag);
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_iterator_base_types.h84 struct forward_iterator_tag : public input_iterator_tag {}; struct
87 struct bidirectional_iterator_tag : public forward_iterator_tag {};
H A Dstl_vector.h831 _ForwardIterator __last, std::forward_iterator_tag) in _M_range_initialize() argument
876 std::forward_iterator_tag);
917 _ForwardIterator __last, std::forward_iterator_tag);
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DRegionIterator.h41 : public std::iterator<std::forward_iterator_tag, NodeRef> {
42 using super = std::iterator<std::forward_iterator_tag, NodeRef>;
168 : public std::iterator<std::forward_iterator_tag, NodeRef> {
169 using super = std::iterator<std::forward_iterator_tag, NodeRef>;
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h33 : public std::iterator<std::forward_iterator_tag, Type *, ptrdiff_t> {
34 using super = std::iterator<std::forward_iterator_tag, Type *, ptrdiff_t>;
/freebsd-12.1/contrib/libstdc++/include/backward/
H A Diterator.h73 using std::forward_iterator_tag;
104 typedef forward_iterator_tag iterator_category;
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DBreadthFirstIterator.h49 : public std::iterator<std::forward_iterator_tag, typename GT::NodeRef>,
51 using super = std::iterator<std::forward_iterator_tag, typename GT::NodeRef>;
H A DEquivalenceClasses.h252 class member_iterator : public std::iterator<std::forward_iterator_tag,
256 using super = std::iterator<std::forward_iterator_tag,
H A DStringMap.h452 : public iterator_facade_base<DerivedTy, std::forward_iterator_tag,
535 std::forward_iterator_tag, StringRef> {
538 std::forward_iterator_tag, StringRef>;
H A DDenseSet.h116 using iterator_category = std::forward_iterator_tag;
142 using iterator_category = std::forward_iterator_tag;
H A DPostOrderIterator.h97 : public std::iterator<std::forward_iterator_tag, typename GT::NodeRef>,
99 using super = std::iterator<std::forward_iterator_tag, typename GT::NodeRef>;
H A DDepthFirstIterator.h87 : public std::iterator<std::forward_iterator_tag, typename GT::NodeRef>,
89 using super = std::iterator<std::forward_iterator_tag, typename GT::NodeRef>;
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h955 : public std::iterator<std::forward_iterator_tag, MachineInstr, ptrdiff_t> {
992 using reference = std::iterator<std::forward_iterator_tag,
994 using pointer = std::iterator<std::forward_iterator_tag,
1061 : public std::iterator<std::forward_iterator_tag, MachineInstr, ptrdiff_t> {
1098 using reference = std::iterator<std::forward_iterator_tag,
1100 using pointer = std::iterator<std::forward_iterator_tag,
H A DDIE.h517 : public iterator_facade_base<iterator, std::forward_iterator_tag, T> {
539 : public iterator_facade_base<const_iterator, std::forward_iterator_tag,
604 std::forward_iterator_tag, DIEValue> {
609 std::forward_iterator_tag, DIEValue>;
621 std::forward_iterator_tag, const DIEValue> {
624 std::forward_iterator_tag, const DIEValue>;
/freebsd-12.1/contrib/libstdc++/include/debug/
H A Dfunctions.h202 std::forward_iterator_tag) in __check_sorted_aux() argument
229 _Predicate __pred, std::forward_iterator_tag) in __check_sorted_aux() argument
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dhashtable_policy.h57 std::forward_iterator_tag) in _GLIBCXX_BEGIN_NAMESPACE()
236 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_BEGIN_NAMESPACE()
277 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_BEGIN_NAMESPACE()
377 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_BEGIN_NAMESPACE()
422 typedef std::forward_iterator_tag iterator_category; in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dchild_iterator.hpp50 typedef std::forward_iterator_tag iterator_category;
H A Dconst_child_iterator.hpp50 typedef std::forward_iterator_tag iterator_category;
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/unordered_iterator/
H A Dconst_iterator.hpp57 typedef std::forward_iterator_tag iterator_category;
H A Diterator.hpp57 typedef std::forward_iterator_tag iterator_category;
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DLineIterator.h33 : public std::iterator<std::forward_iterator_tag, StringRef> {
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dconst_iterator.hpp81 typedef std::forward_iterator_tag iterator_category;
/freebsd-12.1/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dconst_iterator.hpp78 typedef std::forward_iterator_tag iterator_category;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclLookups.h36 using iterator_category = std::forward_iterator_tag;
H A DAttrIterator.h61 using iterator_category = std::forward_iterator_tag;

1234