Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestInterfaces.cpp33 testInterface.printTypeC(op->getLoc()); in runOnOperation()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestInterfaces.td31 "void", "printTypeC", (ins "::mlir::Location":$loc)
H A DTestTypes.cpp244 void TestType::printTypeC(Location loc) const { in printTypeC() function in TestType