Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/CAPI/
H A DIR.h36 DEFINE_C_API_METHODS(MlirAttribute, mlir::Attribute)
37 DEFINE_C_API_METHODS(MlirIdentifier, mlir::StringAttr)
38 DEFINE_C_API_METHODS(MlirLocation, mlir::Location)
39 DEFINE_C_API_METHODS(MlirModule, mlir::ModuleOp)
40 DEFINE_C_API_METHODS(MlirType, mlir::Type)
41 DEFINE_C_API_METHODS(MlirValue, mlir::Value)
H A DAffineExpr.h22 DEFINE_C_API_METHODS(MlirAffineExpr, mlir::AffineExpr)
H A DAffineMap.h22 DEFINE_C_API_METHODS(MlirAffineMap, mlir::AffineMap)
H A DIntegerSet.h22 DEFINE_C_API_METHODS(MlirIntegerSet, mlir::IntegerSet)
H A DSupport.h49 DEFINE_C_API_METHODS(MlirTypeID, mlir::TypeID)
H A DWrap.h31 #define DEFINE_C_API_METHODS(name, cpptype) \ macro