Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h201 void contextExit(pybind11::object excType, pybind11::object excVal,
315 void contextExit(pybind11::object excType, pybind11::object excVal,
565 void contextExit(pybind11::object excType, pybind11::object excVal,
DIRModules.cpp472 void PyMlirContext::contextExit(pybind11::object excType, in contextExit() function in PyMlirContext
661 void PyLocation::contextExit(py::object excType, py::object excVal, in contextExit() function in PyLocation
1105 void PyInsertionPoint::contextExit(pybind11::object excType, in contextExit() function in PyInsertionPoint
2573 .def("__exit__", &PyMlirContext::contextExit) in populateIRSubmodule()
2671 .def("__exit__", &PyLocation::contextExit) in populateIRSubmodule()
2968 .def("__exit__", &PyInsertionPoint::contextExit) in populateIRSubmodule()