Lines Matching defs:clauseLocation
1588 mlir::Location clauseLocation,
1594 *Fortran::semantics::GetExpr(ifClause->v), stmtCtx, &clauseLocation));
1595 ifCond = firOpBuilder.createConvert(clauseLocation, firOpBuilder.getI1Type(),
1847 mlir::Location clauseLocation = converter.genLocation(clause.source);
1872 clauseLocation, builder.getIndexType(), starCst));
1938 clauseLocation, builder.getIntegerType(32), starCst);
1982 TODO(clauseLocation, "OpenACC collapse force modifier");
2274 mlir::Location clauseLocation = converter.genLocation(clause.source);
2277 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
2289 selfCond = builder.createConvert(clauseLocation,
2304 selfCond = builder.createConvert(clauseLocation,
2597 mlir::Location clauseLocation = converter.genLocation(clause.source);
2600 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
2761 mlir::Location clauseLocation = converter.genLocation(clause.source);
2764 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
2933 mlir::Location clauseLocation = converter.genLocation(clause.source);
2936 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
3046 mlir::Location clauseLocation = converter.genLocation(clause.source);
3049 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
3128 mlir::Location clauseLocation = converter.genLocation(clause.source);
3131 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
3172 mlir::Location clauseLocation = converter.genLocation(clause.source);
3175 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
3276 mlir::Location clauseLocation = converter.genLocation(clause.source);
3279 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
3402 mlir::Location clauseLocation = converter.genLocation(clause.source);
3405 genIfClause(converter, clauseLocation, ifClause, ifCond, stmtCtx);
3796 mlir::Location clauseLocation = converter.genLocation(clause.source);
3797 TODO(clauseLocation, "clause on declare directive");