Home
last modified time | relevance | path

Searched refs:isExplicitShape (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp1567 assert(isDummy || Fortran::lower::isExplicitShape(sym) || in mapSymbolAttributes()
1599 assert(Fortran::lower::isExplicitShape(sym) || in mapSymbolAttributes()
1615 assert(Fortran::lower::isExplicitShape(sym)); in mapSymbolAttributes()
1672 assert(Fortran::lower::isExplicitShape(sym)); in mapSymbolAttributes()
1744 assert((!mustBeDummy) && (Fortran::lower::isExplicitShape(sym))); in mapSymbolAttributes()
1804 assert(Fortran::lower::isExplicitShape(sym)); in mapSymbolAttributes()
1878 assert(Fortran::lower::isExplicitShape(sym)); in mapSymbolAttributes()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DBoxAnalyzer.h233 inline bool isExplicitShape(const Fortran::semantics::Symbol &sym) { in isExplicitShape() function