Home
last modified time | relevance | path

Searched defs:GetExpr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h272 template <typename T> const SomeExpr *GetExpr(const T &x) { in GetExpr() function
/external/llvm-project/flang/lib/Semantics/
Dexpression.cpp111 const Expr<SomeType> &GetExpr(std::size_t i) const { in GetExpr() function in Fortran::evaluate::ArgumentAnalyzer