Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-data.cpp61 if (const char *whyNot{IsAutomatic(symbol) ? "Automatic variable" in operator ()()
H A Dresolve-names-utils.cpp620 } else if (IsAutomatic(symbol)) { in CheckObject()
H A Ddata-to-inits.cpp529 if (!IsAllocatable(component) && !IsAutomatic(component)) { in PopulateWithComponentDefaults()
H A Dcheck-declarations.cpp370 if (symbol.owner().IsModule() && IsAutomatic(symbol)) { in Check()
608 if (IsAutomatic(symbol)) { in CheckObjectEntity()
H A Druntime-type-info.cpp825 } else if (IsAutomatic(symbol)) { in DescribeComponent()
H A Dtools.cpp607 if (IsAllocatable(symbol) || IsAutomatic(symbol)) { in IsDestructible()
H A Dresolve-names.cpp5344 } else if (IsAutomatic(symbol)) { in CheckSaveAttr()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp1311 bool IsAutomatic(const Symbol &original) { in IsAutomatic() function
1365 IsAutomatic(symbol) || IsNamedConstant(symbol)) { in IsSaved()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h1116 bool IsAutomatic(const Symbol &);