Lines Matching defs:AsFortran
98 folded.AsFortran(), caseExprType_.AsFortran());
106 x->v->AsFortran());
108 std::string typeStr{type ? type->AsFortran() : "typeless"s};
111 typeStr, caseExprType_.AsFortran());
146 std::string AsFortran() const {
151 evaluate::Constant<T>{*lower}.AsFortran(bs << '(');
155 evaluate::Constant<T>{*upper}.AsFortran(bs << ':');
159 evaluate::Constant<T>{*upper}.AsFortran(bs << "(:") << ')';
207 iter->AsFortran());
210 p->stmt.source, "Conflicting CASE %s"_en_US, p->AsFortran());