Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dsymbol.cpp293 bool Symbol::IsFuncResult() const { in IsFuncResult() function in Fortran::semantics::Symbol
298 [](const HostAssocDetails &x) { return x.symbol().IsFuncResult(); }, in IsFuncResult()
Dresolve-names-utils.cpp548 } else if (symbol.IsFuncResult()) { // C8106 in CheckObject()
Dresolve-names.cpp4450 } else if (symbol.IsFuncResult()) { in CheckSaveAttr()
4515 } else if (symbol->IsFuncResult()) { in CheckCommonBlocks()
/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h569 bool IsFuncResult() const;