Searched refs:charExpr (Results 1 – 6 of 6) sorted by relevance
669 if (auto *charExpr{UnwrapExpr<Expr<SomeCharacter>>(args[0])}) { in FoldIntrinsicFunction() local701 charExpr->u); in FoldIntrinsicFunction()799 if (auto *charExpr{UnwrapExpr<Expr<SomeCharacter>>(args[0])}) { in FoldIntrinsicFunction() local812 charExpr->u); in FoldIntrinsicFunction()817 if (auto *charExpr{UnwrapExpr<Expr<SomeCharacter>>(args[0])}) { in FoldIntrinsicFunction() local826 charExpr->u); in FoldIntrinsicFunction()
396 auto charExpr = in getCharacterLength() local399 if (auto constantLen = toInt64(charExpr.LEN())) in getCharacterLength()
500 if (const auto *charExpr = std::get_if< in charLenVariable() local504 charExpr->LEN()) in charLenVariable()
306 if (auto *charExpr{ in Post() local308 if (std::get<parser::IoControlSpec::CharExpr::Kind>(charExpr->t) == in Post()
914 if (auto *charExpr{std::get_if<Expr<SomeCharacter>>(&string->u)}) { in Analyze() local917 charExpr->u)}; in Analyze()940 std::move(charExpr->u)); in Analyze()1425 if (Expr<SomeCharacter> * charExpr{UnwrapExpr<Expr<SomeCharacter>>(*x)}) { in Push()1428 common::visit([](const auto &kc) { return kc.LEN(); }, charExpr->u); in Push()
6293 if (const auto *charExpr{ in SetTypeFromAssociation() local6299 charExpr->u)))); in SetTypeFromAssociation()