Lines Matching defs:dimension
423 return emitOpError("rank of dimension mismatched");
437 return emitOpError("rank of dimension in slice mismatched");
866 return emitOpError("rank of dimension mismatched");
875 return emitOpError("rank of dimension in slice mismatched");
942 return emitOpError("number of indices != dimension of array");
964 return emitOpError("number of indices != dimension of array");
986 return emitOpError("number of indices != dimension of array");
1006 return emitOpError("number of indices must match array dimension");
1501 unsigned dimension = 0;
1505 if (dimension == 0 && mlir::isa<fir::SequenceType>(eleTy)) {
1506 dimension = mlir::cast<fir::SequenceType>(eleTy).getDimension();
1507 if (dimension == 0)
1535 if (dimension) {
1536 if (--dimension == 0)