Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h89 bool IsStmtFunctionDummy(const Symbol &);
/external/llvm-project/flang/lib/Semantics/
Dtools.cpp225 bool IsStmtFunctionDummy(const Symbol &symbol) { in IsStmtFunctionDummy() function
Dcheck-declarations.cpp231 if (!IsStmtFunctionDummy(symbol)) { // C726 in Check()