Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h96 bool IsStmtFunctionDummy(const Symbol &);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp265 bool IsStmtFunctionDummy(const Symbol &symbol) { in IsStmtFunctionDummy() function
H A Dresolve-directives.cpp286 if (!IsStmtFunctionDummy(symbol)) { in Pre()
H A Dcheck-declarations.cpp284 if (!IsStmtFunctionDummy(symbol)) { // C726 in Check()