Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp1129 bool HasCycle(const Symbol &, const ProcInterface &);
4208 bool DeclarationVisitor::HasCycle( in HasCycle() function in Fortran::semantics::DeclarationVisitor
4246 } else if (HasCycle(symbol, interface)) { in DeclareProcEntity()