Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp60 inline LogicalResult interleaveCommaWithError(const Container &c, in interleaveCommaWithError() function
337 if (failed(interleaveCommaWithError(*callOp.template_args(), os, emitArgs))) in printOperation()
345 callOp.args() ? interleaveCommaWithError(*callOp.args(), os, emitArgs) in printOperation()
573 if (failed(interleaveCommaWithError( in printOperation()
796 return interleaveCommaWithError(op.getOperands(), os, emitOperandName); in emitOperands()
822 return interleaveCommaWithError(op.getAttrs(), os, emitNamedAttribute); in emitOperandsAndAttributes()
980 if (failed(interleaveCommaWithError( in emitTupleType()