Searched defs:mapped_iterator (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSTLExtras.h62 // mapped_iterator - This is a simple iterator adapter that causes a function to
66 class mapped_iterator { class in namespace:llvm
81 typedef mapped_iterator<RootIt, UnaryFunc> _Self;
86 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
88 inline mapped_iterator(const mapped_iterator &It) function in class:llvm::mapped_iterator
119 inline mapped_iterator<_Iterator, Func>
120 operator+(typename mapped_iterator<_Iterator, Func>::difference_type N, argument
121 const mapped_iterator<_Iterator, Func>& X) {
122 return mapped_iterator<_Iterato
[all...]
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h110 // mapped_iterator - This is a simple iterator adapter that causes a function to
114 class mapped_iterator { class in namespace:llvm
135 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
142 mapped_iterator &operator++() {
146 mapped_iterator &operator--() {
150 mapped_iterator operator++(int) {
151 mapped_iterator __tmp = *this;
155 mapped_iterator operator--(int) {
156 mapped_iterator __tmp = *this;
160 mapped_iterator operato
189 operator +(typename mapped_iterator<Iterator, Func>::difference_type N, const mapped_iterator<Iterator, Func> &X) argument
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h124 // mapped_iterator - This is a simple iterator adapter that causes a function to
128 class mapped_iterator { class in namespace:llvm
149 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
156 mapped_iterator &operator++() {
160 mapped_iterator &operator--() {
164 mapped_iterator operator++(int) {
165 mapped_iterator __tmp = *this;
169 mapped_iterator operator--(int) {
170 mapped_iterator __tmp = *this;
174 mapped_iterator operato
203 operator +(typename mapped_iterator<Iterator, Func>::difference_type N, const mapped_iterator<Iterator, Func> &X) argument
[all...]

Completed in 602 milliseconds