Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp2214 bool nonRecursive1{symbol1.attrs().test(Attr::NON_RECURSIVE)}; in Check() local
2215 if (nonRecursive1 != symbol2.attrs().test(Attr::NON_RECURSIVE)) { // C1551 in Check()
2217 nonRecursive1 in Check()