Home
last modified time | relevance | path

Searched refs:chExpr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-character.cpp17 if (auto *chExpr{UnwrapExpr<Expr<SomeCharacter>>(expr)}) { in GetConstantLength() local
18 if (auto len{chExpr->LEN()}) { in GetConstantLength()
H A Dvariable.cpp264 if (const auto *chExpr{UnwrapExpr<Expr<SomeCharacter>>(assoc->expr())}) { in SymbolLEN() local
265 return chExpr->LEN(); in SymbolLEN()
H A Dcharacteristics.cpp127 if (const auto *chExpr{UnwrapExpr<Expr<SomeCharacter>>(assoc.expr())}) { in Characterize() local
128 if (auto len{chExpr->LEN()}) { in Characterize()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h103 if (const auto *chExpr{UnwrapExpr<Expr<SomeCharacter>>(x)}) { in Characterize()
104 if (auto length{chExpr->LEN()}) { in Characterize()