Home
last modified time | relevance | path

Searched refs:UnwrapArgExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcall.h230 Expr<SomeType> *UnwrapArgExpr(int n) { in UnwrapArgExpr() function
237 const Expr<SomeType> *UnwrapArgExpr(int n) const { in UnwrapArgExpr() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-character.cpp28 if (auto *expr{funcRef.UnwrapArgExpr(zeroBasedArg)}) { in GetConstantLength()