Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h86 return subprogram && subprogram->stmtFunction(); in IsStmtFunction()
Dsymbol.h83 const MaybeExpr &stmtFunction() const { return stmtFunction_; } in stmtFunction() function
/external/llvm-project/flang/lib/Semantics/
Dtools.cpp1044 if (subpDetails->stmtFunction()) { in ClassifyProcedure()
/external/llvm-project/flang/lib/Evaluate/
Dtools.cpp953 if (const auto &expr{symbol.get<SubprogramDetails>().stmtFunction()}) { in IsPureProcedure()