Home
last modified time | relevance | path

Searched refs:IsStmtFunction (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h103 bool IsStmtFunction() const;
H A Dtools.h91 inline bool IsStmtFunction(const Symbol &symbol) { in IsStmtFunction() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp356 bool Scope::IsStmtFunction() const { in IsStmtFunction() function in Fortran::semantics::Scope
H A Dtools.cpp260 return IsStmtFunction(*function); in IsInStmtFunction()
H A Dcheck-declarations.cpp529 if (InPure() && !IsStmtFunction(DEREF(innermostSymbol_)) && in CheckObjectEntity()
H A Dresolve-names.cpp2171 if (!s->IsStmtFunction()) { in GetInclusiveScope()
2523 if ((kind == Scope::Kind::Subprogram && !currScope().IsStmtFunction()) || in NotePossibleBadForwardRef()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcheck-expression.cpp603 if (semantics::IsStmtFunction(ultimate)) { in operator ()()
H A Dtools.cpp1214 if (IsStmtFunction(symbol)) { in IsPureProcedure()