Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp66 void CheckProcEntity(const Symbol &, const ProcEntityDetails &);
230 [&](const ProcEntityDetails &x) { CheckProcEntity(symbol, x); }, in Check()
765 void CheckHelper::CheckProcEntity( in CheckProcEntity() function in Fortran::semantics::CheckHelper