Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Evaluate/
H A Dtools.h157 std::optional<Expr<SomeType>> AsGenericExpr(const Symbol &); in AsGenericExpr() function
140 common::IfNoLvalue<Expr<SomeType>, A> AsGenericExpr(A &&x) { AsGenericExpr() function
148 inline Expr<SomeType> AsGenericExpr(Expr<SomeType> &&x) { return std::move(x); } AsGenericExpr() function
/llvm-project/flang/lib/Evaluate/
H A Dtools.cpp30 std::optional<Expr<SomeType>> AsGenericExpr(DataRef &&ref) { in AsGenericExpr() function
38 std::optional<Expr<SomeType>> AsGenericExpr(const Symbol &symbol) { in AsGenericExpr() function
[all...]