HomeSort by relevance Sort by last modified time
    Searched defs:mapped_iterator (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
STLExtras.h 62 // 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,
121 const mapped_iterator<_Iterator, Func>& X) {
122 return mapped_iterator<_Iterator, Func>(X.getCurrent() - N, X.getFunc())
    [all...]
  /external/llvm/include/llvm/ADT/
STLExtras.h 110 // 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 operator+(difference_type n) const
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 124 // 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 operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 131 // mapped_iterator - This is a simple iterator adapter that causes a function to
135 class mapped_iterator { class in namespace:llvm
155 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
162 mapped_iterator &operator++() {
166 mapped_iterator &operator--() {
170 mapped_iterator operator++(int) {
171 mapped_iterator __tmp = *this;
175 mapped_iterator operator--(int) {
176 mapped_iterator __tmp = *this;
180 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 131 // mapped_iterator - This is a simple iterator adapter that causes a function to
135 class mapped_iterator { class in namespace:llvm
155 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
162 mapped_iterator &operator++() {
166 mapped_iterator &operator--() {
170 mapped_iterator operator++(int) {
171 mapped_iterator __tmp = *this;
175 mapped_iterator operator--(int) {
176 mapped_iterator __tmp = *this;
180 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 131 // mapped_iterator - This is a simple iterator adapter that causes a function to
135 class mapped_iterator { class in namespace:llvm
155 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
162 mapped_iterator &operator++() {
166 mapped_iterator &operator--() {
170 mapped_iterator operator++(int) {
171 mapped_iterator __tmp = *this;
175 mapped_iterator operator--(int) {
176 mapped_iterator __tmp = *this;
180 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 133 // mapped_iterator - This is a simple iterator adapter that causes a function to
137 class mapped_iterator { class in namespace:llvm
157 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
164 mapped_iterator &operator++() {
168 mapped_iterator &operator--() {
172 mapped_iterator operator++(int) {
173 mapped_iterator __tmp = *this;
177 mapped_iterator operator--(int) {
178 mapped_iterator __tmp = *this;
182 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 133 // mapped_iterator - This is a simple iterator adapter that causes a function to
137 class mapped_iterator { class in namespace:llvm
157 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
164 mapped_iterator &operator++() {
168 mapped_iterator &operator--() {
172 mapped_iterator operator++(int) {
173 mapped_iterator __tmp = *this;
177 mapped_iterator operator--(int) {
178 mapped_iterator __tmp = *this;
182 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 133 // mapped_iterator - This is a simple iterator adapter that causes a function to
137 class mapped_iterator { class in namespace:llvm
157 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
164 mapped_iterator &operator++() {
168 mapped_iterator &operator--() {
172 mapped_iterator operator++(int) {
173 mapped_iterator __tmp = *this;
177 mapped_iterator operator--(int) {
178 mapped_iterator __tmp = *this;
182 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 133 // mapped_iterator - This is a simple iterator adapter that causes a function to
137 class mapped_iterator { class in namespace:llvm
157 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
164 mapped_iterator &operator++() {
168 mapped_iterator &operator--() {
172 mapped_iterator operator++(int) {
173 mapped_iterator __tmp = *this;
177 mapped_iterator operator--(int) {
178 mapped_iterator __tmp = *this;
182 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 131 // mapped_iterator - This is a simple iterator adapter that causes a function to
135 class mapped_iterator { class in namespace:llvm
155 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
162 mapped_iterator &operator++() {
166 mapped_iterator &operator--() {
170 mapped_iterator operator++(int) {
171 mapped_iterator __tmp = *this;
175 mapped_iterator operator--(int) {
176 mapped_iterator __tmp = *this;
180 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
STLExtras.h 131 // mapped_iterator - This is a simple iterator adapter that causes a function to
135 class mapped_iterator { class in namespace:llvm
155 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
162 mapped_iterator &operator++() {
166 mapped_iterator &operator--() {
170 mapped_iterator operator++(int) {
171 mapped_iterator __tmp = *this;
175 mapped_iterator operator--(int) {
176 mapped_iterator __tmp = *this;
180 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
STLExtras.h 131 // mapped_iterator - This is a simple iterator adapter that causes a function to
135 class mapped_iterator { class in namespace:llvm
155 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
162 mapped_iterator &operator++() {
166 mapped_iterator &operator--() {
170 mapped_iterator operator++(int) {
171 mapped_iterator __tmp = *this;
175 mapped_iterator operator--(int) {
176 mapped_iterator __tmp = *this;
180 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
STLExtras.h 133 // mapped_iterator - This is a simple iterator adapter that causes a function to
137 class mapped_iterator { class in namespace:llvm
157 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
164 mapped_iterator &operator++() {
168 mapped_iterator &operator--() {
172 mapped_iterator operator++(int) {
173 mapped_iterator __tmp = *this;
177 mapped_iterator operator--(int) {
178 mapped_iterator __tmp = *this;
182 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
STLExtras.h 133 // mapped_iterator - This is a simple iterator adapter that causes a function to
137 class mapped_iterator { class in namespace:llvm
157 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
164 mapped_iterator &operator++() {
168 mapped_iterator &operator--() {
172 mapped_iterator operator++(int) {
173 mapped_iterator __tmp = *this;
177 mapped_iterator operator--(int) {
178 mapped_iterator __tmp = *this;
182 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
STLExtras.h 133 // mapped_iterator - This is a simple iterator adapter that causes a function to
137 class mapped_iterator { class in namespace:llvm
157 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
164 mapped_iterator &operator++() {
168 mapped_iterator &operator--() {
172 mapped_iterator operator++(int) {
173 mapped_iterator __tmp = *this;
177 mapped_iterator operator--(int) {
178 mapped_iterator __tmp = *this;
182 mapped_iterator operator+(difference_type n) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
STLExtras.h 133 // mapped_iterator - This is a simple iterator adapter that causes a function to
137 class mapped_iterator { class in namespace:llvm
157 inline explicit mapped_iterator(const RootIt &I, UnaryFunc F) function in class:llvm::mapped_iterator
164 mapped_iterator &operator++() {
168 mapped_iterator &operator--() {
172 mapped_iterator operator++(int) {
173 mapped_iterator __tmp = *this;
177 mapped_iterator operator--(int) {
178 mapped_iterator __tmp = *this;
182 mapped_iterator operator+(difference_type n) const
    [all...]

Completed in 587 milliseconds