/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | raw_storage_iterator.h | 40 typedef output_iterator_tag iterator_category; global() typedef
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | iterator.h | 30 typedef _Category iterator_category; global() typedef
|
H A D | front_insert_iterator.h | 40 typedef output_iterator_tag iterator_category; global() typedef
|
H A D | back_insert_iterator.h | 40 typedef output_iterator_tag iterator_category; global() typedef
|
H A D | istream_iterator.h | 37 typedef input_iterator_tag iterator_category; global() typedef
|
H A D | ostream_iterator.h | 35 typedef output_iterator_tag iterator_category; global() typedef
|
H A D | ostreambuf_iterator.h | 34 typedef output_iterator_tag iterator_category; global() typedef
|
H A D | insert_iterator.h | 50 typedef output_iterator_tag iterator_category; global() typedef
|
H A D | wrap_iter.h | 37 typedef typename iterator_traits<iterator_type>::iterator_category iterator_category; typedef
|
H A D | istreambuf_iterator.h | 36 typedef input_iterator_tag iterator_category; typedef
|
H A D | bounded_iter.h | 56 using iterator_category = typename iterator_traits<_Iterator>::iterator_category; member
|
H A D | reverse_iterator.h | 78 using iterator_category = variable
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclLookups.h | 35 using iterator_category = std::forward_iterator_tag; variable
|
H A D | AttrIterator.h | 59 using iterator_category = std::forward_iterator_tag; variable
|
H A D | DeclFriend.h | 200 using iterator_category = std::forward_iterator_tag; variable
|
H A D | Redeclarable.h | 250 using iterator_category = std::forward_iterator_tag; variable
|
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
H A D | path_iterator.h | 42 typedef input_iterator_tag iterator_category; typedef
|
H A D | directory_iterator.h | 47 typedef input_iterator_tag iterator_category; typedef
|
H A D | recursive_directory_iterator.h | 45 using iterator_category = input_iterator_tag; variable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | interval_set.h | 42 using iterator_category = std::input_iterator_tag; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseSet.h | 121 using iterator_category = std::forward_iterator_tag; variable 151 using iterator_category = std::forward_iterator_tag; variable
|
/freebsd/contrib/llvm-project/libcxx/include/__ranges/ |
H A D | chunk_by_view.h | 153 using iterator_category = input_iterator_tag; variable
|
H A D | to.h | 145 using iterator_category = input_iterator_tag; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 100 using iterator_category = std::input_iterator_tag; variable 126 using iterator_category = std::input_iterator_tag; variable 449 using iterator_category = std::bidirectional_iterator_tag; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MustExecute.h | 279 typedef std::input_iterator_tag iterator_category; typedef
|