Home
last modified time | relevance | path

Searched defs:pExpr (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Evaluate/
H A Dfold-real.cpp307 if (auto *pExpr{UnwrapExpr<Expr<T>>(args[1])}) { FoldIntrinsicFunction() local
332 if (auto *pExpr{UnwrapExpr<Expr<T>>(args[1])}) { FoldIntrinsicFunction() local
H A Dfold-integer.cpp1120 if (auto *pExpr{UnwrapExpr<Expr<T>>(args[1])}) { FoldIntrinsicFunction() local
1147 if (auto *pExpr{UnwrapExpr<Expr<T>>(args[1])}) { FoldIntrinsicFunction() local
[all...]
/llvm-project/flang/lib/Lower/
H A DIO.cpp722 auto &pExpr = std::get<Fortran::parser::Expr>(item.u); genOutputItemList() local
1709 const auto *pExpr = std::get_if<Fortran::parser::Expr>(&format.u); genFormat() local