Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp63 inline LogicalResult interleaveCommaWithError(const Container &c, in interleaveCommaWithError() function
358 interleaveCommaWithError(*callOp.getTemplateArgs(), os, emitArgs))) in printOperation()
367 ? interleaveCommaWithError(*callOp.getArgs(), os, emitArgs) in printOperation()
612 if (failed(interleaveCommaWithError( in printOperation()
836 return interleaveCommaWithError(op.getOperands(), os, emitOperandName); in emitOperands()
862 return interleaveCommaWithError(op.getAttrs(), os, emitNamedAttribute); in emitOperandsAndAttributes()
1033 if (failed(interleaveCommaWithError( in emitTupleType()