Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRTypes.cpp571 class PyFunctionType : public PyConcreteType<PyFunctionType> { class
587 return PyFunctionType(context->getRef(), t); in bindDerived()
593 [](PyFunctionType &self) { in bindDerived()
606 [](PyFunctionType &self) { in bindDerived()
679 PyFunctionType::bind(m); in populateIRTypes()