Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h160 bool IsAutomaticObject(const Symbol &);
/external/llvm-project/flang/lib/Semantics/
Dresolve-names-utils.cpp584 } else if (IsAutomaticObject(symbol)) { in CheckObject()
Druntime-type-info.cpp721 } else if (IsAutomaticObject(symbol)) { in DescribeComponent()
Dtools.cpp678 bool IsAutomaticObject(const Symbol &symbol) { in IsAutomaticObject() function