Searched refs:emitTypes (Results 1 – 1 of 1) sorted by relevance
87 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