Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dsemantics.cpp267 if (const Symbol * root{GetAssociationRoot(variable)}) { in CheckIndexVarRedefine()
305 if (const Symbol * root{GetAssociationRoot(*indexVar)}) { in ActivateIndexVar()
313 if (const Symbol * root{GetAssociationRoot(*indexVar)}) { in DeactivateIndexVar()
Dtools.cpp514 if (const Symbol * root{GetAssociationRoot(symbol)}) { in IsOrContainsEventOrLockComponent()
733 if (const Symbol * root{GetAssociationRoot(symbol)}) { in IsExternalInPureContext()
757 if (const Symbol * root{GetAssociationRoot(symbol)}) { in IsOrContainsPolymorphicComponent()
779 const Symbol *root{GetAssociationRoot(symbol)}; in WhyNotModifiable()
943 if (const Symbol * root{GetAssociationRoot(symbol)}) { in HasCoarray()
Dcheck-do-forall.cpp119 if (const Symbol * root{GetAssociationRoot(symbol)}) { in HasImpureFinal()
147 if (const Symbol * root{GetAssociationRoot(entity)}) { in MightDeallocatePolymorphic()
564 if (const Symbol * root{GetAssociationRoot(*symbol)}) { in GatherLocals()
578 if (const Symbol * root{GetAssociationRoot(symbol)}) { in GatherSymbolsFromExpression()
Dcheck-call.cpp268 actualLastSymbol = GetAssociationRoot(*actualLastSymbol); in CheckExplicitDataArg()
Dresolve-names.cpp5071 if (const Symbol * ultimate{GetAssociationRoot(*symbol)}) { in Pre()
/external/llvm-project/flang/lib/Evaluate/
Dtools.cpp921 return GetAssociationRoot(*varSymbol); in GetAssociatedVariable()
928 const Symbol *GetAssociationRoot(const Symbol &symbol) { in GetAssociationRoot() function
935 const Symbol *root{GetAssociationRoot(symbol)}; in IsVariableName()
958 const Symbol *root{GetAssociationRoot(*ref)}; in IsPureProcedure()
1018 if (const Symbol * root{GetAssociationRoot(original)}) { in IsSaved()
/external/llvm-project/flang/include/flang/Evaluate/
Dtools.h921 const Symbol *GetAssociationRoot(const Symbol &);