Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp201 PyRegionIterator &dunderIter() { return *this; } in dunderIter() function in __anon7f4419ab0111::PyRegionIterator
214 .def("__iter__", &PyRegionIterator::dunderIter) in bind()
259 PyBlockIterator &dunderIter() { return *this; } in dunderIter() function in __anon7f4419ab0111::PyBlockIterator
274 .def("__iter__", &PyBlockIterator::dunderIter) in bind()
291 PyBlockIterator dunderIter() { in dunderIter() function in __anon7f4419ab0111::PyBlockList
346 .def("__iter__", &PyBlockList::dunderIter) in bind()
361 PyOperationIterator &dunderIter() { return *this; } in dunderIter() function in __anon7f4419ab0111::PyOperationIterator
377 .def("__iter__", &PyOperationIterator::dunderIter) in bind()
395 PyOperationIterator dunderIter() { in dunderIter() function in __anon7f4419ab0111::PyOperationList
434 .def("__iter__", &PyOperationList::dunderIter) in bind()
H A DIRAttributes.cpp123 PyArrayAttributeIterator &dunderIter() { return *this; } in dunderIter() function in __anon3a4a2d290111::PyArrayAttribute::PyArrayAttributeIterator
136 .def("__iter__", &PyArrayAttributeIterator::dunderIter) in bind()