Searched refs:otherType (Results 1 – 4 of 4) sorted by relevance
416 py::object otherType) {417 MlirType rawType = py::cast<MlirType>(otherType);419 auto origRepr = py::repr(otherType).cast<std::string>();425 py::object self = superCls.attr("__new__")(cls, otherType);
802 [](PyType &otherType) -> bool { in bind()803 return DerivedTy::isaFunction(otherType); in bind()
144 std::optional<DynamicType> otherType);3778 std::size_t i, std::optional<DynamicType> otherType) { in ConvertBOZ() argument3782 if (otherType && otherType->category() == TypeCategory::Real) { in ConvertBOZ()
535 [](auto otherType) -> llvm::Error { return llvm::Error::success(); }); in recordStructIndices() argument