Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h433 class ElementsAttrIterator; variable
444 using iterator = detail::ElementsAttrIterator<T>;
1341 class ElementsAttrIterator
1342 : public llvm::iterator_facade_base<ElementsAttrIterator<T>,
1409 ElementsAttrIterator(const ElementsAttrIterator<T> &rhs) : attr(rhs.attr) {
1412 ~ElementsAttrIterator() { process<void, DestructIter>(it); }
1415 ptrdiff_t operator-(const ElementsAttrIterator<T> &rhs) const {
1419 bool operator==(const ElementsAttrIterator<T> &rhs) const {
1422 bool operator<(const ElementsAttrIterator<T> &rhs) const {
1426 ElementsAttrIterator<T> &operator+=(ptrdiff_t offset) {
[all …]