Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dvariable.cpp412 } else if (const Component * component{base_.UnwrapComponent()}) { in Rank()
483 const Component *NamedEntity::UnwrapComponent() const { in UnwrapComponent() function in Fortran::evaluate::NamedEntity
492 Component *NamedEntity::UnwrapComponent() { in UnwrapComponent() function in Fortran::evaluate::NamedEntity
H A Dfold.cpp109 if (Component * c{x.UnwrapComponent()}) { in FoldOperation()
H A Dshape.cpp740 if (const Component * component{base.UnwrapComponent()}) { in operator ()()
H A Dtools.cpp1012 const auto *c{x.UnwrapComponent()}; in GetLastPointerSymbol()
H A Dfold-implementation.h163 if (Component * component{aRef.base().UnwrapComponent()}) { in Folding()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dvariable.h110 const Component *UnwrapComponent() const; // null if just a Symbol
111 Component *UnwrapComponent();
H A Dtraverse.h128 if (const Component * component{x.UnwrapComponent()}) { in operator()
H A Dtools.h381 if (const Component * component{named.UnwrapComponent()}) { in operator()
/llvm-project-15.0.7/flang/lib/Lower/
H A DDumpEvaluateExpr.cpp81 if (const auto *component = x.UnwrapComponent()) in show()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp313 if (const auto *component{arrayRef.base().UnwrapComponent()}) { in CheckRanks()
1203 if (Component * component{aRef->base().UnwrapComponent()}) { in Analyze()