Searched refs:getUnknownExtent (Results 1 – 6 of 6) sorted by relevance
387 auto charLen = fir::SequenceType::getUnknownExtent(); in genSymbolHelper()449 bounds.emplace_back(fir::SequenceType::getUnknownExtent()); in seqShapeHelper()452 bounds.emplace_back(fir::SequenceType::getUnknownExtent()); in seqShapeHelper()528 fir::SequenceType::Shape shape{fir::SequenceType::getUnknownExtent()}; in getSequenceRefType()
53 if (shape[0] != fir::SequenceType::getUnknownExtent()) in getCompileTimeLength()92 if (!resultLen && cstLen != fir::SequenceType::getUnknownExtent()) in toExtendedValue()99 if (extent == fir::SequenceType::getUnknownExtent()) in toExtendedValue()
613 if (extent == fir::SequenceType::getUnknownExtent()) in toExtendedValue()
318 static constexpr Extent getUnknownExtent() { return -1; } in getUnknownExtent() function
1093 if (shape[i] != getUnknownExtent()) in hasConstantInterior()
36 if (shape[i] != fir::SequenceType::getUnknownExtent()) in verifyInType()