Searched refs:seqType (Results 1 – 5 of 5) sorted by relevance
7 type :: seqType type17 use m1, modNonSeqType => nonSeqType, modSeqType => seqType, modBindCType => bindCType21 type :: seqType type32 type(seqType) :: s1, s2
5 type :: seqType type9 type(seqType) :: x
618 if (auto seqType = type.dyn_cast<fir::SequenceType>()) in isCharacterLiteral() local619 return (seqType.getShape().size() == 1) && in isCharacterLiteral()620 fir::isa_char(seqType.getEleTy()); in isCharacterLiteral()
338 if (auto seqType = refType.getEleTy().dyn_cast_or_null<SequenceType>()) { in coordinateArrayElement() local339 return seqType.getEleTy(); in coordinateArrayElement()
153 if (auto seqType = type.dyn_cast<fir::SequenceType>()) in unwrapElementType() local154 type = seqType.getEleTy(); in unwrapElementType()