Home
last modified time | relevance | path

Searched refs:user_iterator_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h158 class user_iterator_impl
161 explicit user_iterator_impl(Use *U) : UI(U) {} in user_iterator_impl() function
165 user_iterator_impl() = default;
167 bool operator==(const user_iterator_impl &x) const { return UI == x.UI; }
168 bool operator!=(const user_iterator_impl &x) const { return !operator==(x); }
171 bool atEnd() const { return *this == user_iterator_impl(); } in atEnd()
173 user_iterator_impl &operator++() { // Preincrement
178 user_iterator_impl operator++(int) { // Postincrement
191 operator user_iterator_impl<const UserTy>() const {
192 return user_iterator_impl<const UserTy>(*UI);
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h165 class user_iterator_impl
168 explicit user_iterator_impl(Use *U) : UI(U) {} in user_iterator_impl() function
172 user_iterator_impl() = default;
174 bool operator==(const user_iterator_impl &x) const { return UI == x.UI; }
175 bool operator!=(const user_iterator_impl &x) const { return !operator==(x); }
178 bool atEnd() const { return *this == user_iterator_impl(); } in atEnd()
180 user_iterator_impl &operator++() { // Preincrement
185 user_iterator_impl operator++(int) { // Postincrement
198 operator user_iterator_impl<const UserTy>() const {
199 return user_iterator_impl<const UserTy>(*UI);
[all …]