Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-nullify.cpp32 } else if (!IsVariableName(symbol) && !IsProcName(symbol)) { in Leave()
Dcheck-deallocate.cpp26 } else if (!IsVariableName(*symbol)) { in Leave()
Dsemantics.cpp143 if (!IsVariableName(symbol) || symbol.Rank() != 0 || !type || in CheckAssignGotoName()
Dcheck-do-forall.cpp350 if (IsVariableName(*symbol)) { in Post()
485 if (!IsVariableName(*symbol)) { in CheckDoVariable()
Dcheck-allocate.cpp412 if (!IsVariableName(*symbol_)) { // C932 pre-requisite in RunChecks()
Dtools.cpp791 } else if (!IsVariableName(*root)) { in WhyNotModifiable()
Dresolve-names.cpp4606 if (!IsVariableName(symbol)) { in PassesSharedLocalityChecks()
5206 if (!IsVariableName(*whole)) { in Post()
/external/llvm-project/flang/lib/Evaluate/
Dcheck-expression.cpp396 IsVariableName(ultimate)) { // C750, C754 in operator ()()
Dtools.cpp934 bool IsVariableName(const Symbol &symbol) { in IsVariableName() function
/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h908 bool IsVariableName(const Symbol &);