Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp87 LogicalResult emitTypes(Location loc, ArrayRef<Type> types);
606 if (failed(emitter.emitTypes(functionOp.getLoc(), in printOperation()
1019 LogicalResult CppEmitter::emitTypes(Location loc, ArrayRef<Type> types) { in emitTypes() function in CppEmitter