Searched refs:chExpr (Results 1 – 4 of 4) sorted by relevance
17 if (auto *chExpr{UnwrapExpr<Expr<SomeCharacter>>(expr)}) { in GetConstantLength() local18 if (auto len{chExpr->LEN()}) { in GetConstantLength()
264 if (const auto *chExpr{UnwrapExpr<Expr<SomeCharacter>>(assoc->expr())}) { in SymbolLEN() local265 return chExpr->LEN(); in SymbolLEN()
127 if (const auto *chExpr{UnwrapExpr<Expr<SomeCharacter>>(assoc.expr())}) { in Characterize() local128 if (auto len{chExpr->LEN()}) { in Characterize()
103 if (const auto *chExpr{UnwrapExpr<Expr<SomeCharacter>>(x)}) { in Characterize()104 if (auto length{chExpr->LEN()}) { in Characterize()