Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dsymbol.cpp347 bool Symbol::IsSubprogram() const { in IsSubprogram() function in Fortran::semantics::Symbol
353 [](const UseDetails &x) { return x.symbol().IsSubprogram(); }, in IsSubprogram()
H A Dcheck-omp-structure.cpp978 } else if (name->symbol->GetUltimate().IsSubprogram()) { in CheckThreadprivateOrDeclareTargetVar()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h613 bool IsSubprogram() const;