Home
last modified time | relevance | path

Searched refs:isArraySectionWithoutVectorSubscript (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DAllocatable.h41 bool isArraySectionWithoutVectorSubscript(const SomeExpr &expr);
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp674 bool Fortran::lower::isArraySectionWithoutVectorSubscript( in isArraySectionWithoutVectorSubscript() function in Fortran::lower
696 fir::ExtendedValue rhs = isArraySectionWithoutVectorSubscript(source) in associateMutableBox()
H A DBridge.cpp1867 return Fortran::lower::isArraySectionWithoutVectorSubscript(selector) in genAssociateSelector()
2370 Fortran::lower::isArraySectionWithoutVectorSubscript( in genAssignment()