Searched refs:PyConcreteType (Results 1 – 2 of 2) sorted by relevance
35 using PyConcreteType::PyConcreteType;92 using PyConcreteType::PyConcreteType;110 using PyConcreteType::PyConcreteType;128 using PyConcreteType::PyConcreteType;146 using PyConcreteType::PyConcreteType;164 using PyConcreteType::PyConcreteType;182 using PyConcreteType::PyConcreteType;200 using PyConcreteType::PyConcreteType;232 using PyConcreteType::PyConcreteType;330 using PyConcreteType::PyConcreteType;[all …]
772 class PyConcreteType : public BaseTy {780 PyConcreteType() = default;781 PyConcreteType(PyMlirContextRef contextRef, MlirType t) in PyConcreteType() function783 PyConcreteType(PyType &orig) in PyConcreteType() function784 : PyConcreteType(orig.getContext(), castFrom(orig)) {} in PyConcreteType()