Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp1241 const bool isDeclaredDummy = Fortran::semantics::IsDummy(sym); in mapSymbolAttributes() local
1243 const bool isDummy = isDeclaredDummy && symMap.lookupSymbol(sym).getAddr(); in mapSymbolAttributes()
1245 const bool isUnusedEntryDummy = isDeclaredDummy && !isDummy; in mapSymbolAttributes()