Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-deallocate.cpp26 } else if (!IsVariableName(*symbol)) { in Leave()
H A Dcheck-nullify.cpp32 } else if (!IsVariableName(*symbol) && in Leave()
H A Dcheck-do-forall.cpp350 if (IsVariableName(*symbol)) { in Post()
486 if (!IsVariableName(*symbol)) { in CheckDoVariable()
H A Dcheck-allocate.cpp412 if (!IsVariableName(*symbol_)) { // C932 pre-requisite in RunChecks()
H A Dsemantics.cpp143 if (!IsVariableName(symbol) || symbol.Rank() != 0 || !type || in CheckAssignGotoName()
H A Dtools.cpp819 } else if (!IsVariableName(symbol)) { in WhyNotModifiableFirst()
H A Dresolve-names.cpp5517 if (!IsVariableName(symbol)) { in PassesSharedLocalityChecks()
6166 if (!IsVariableName(*whole)) { in Post()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcheck-expression.cpp521 IsVariableName(ultimate)) { // C750, C754 in operator ()()
H A Dtools.cpp1189 bool IsVariableName(const Symbol &original) { in IsVariableName() function
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h1107 bool IsVariableName(const Symbol &);