Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp486 isElementalProcWithArrayArgs(const Fortran::evaluate::ProcedureRef &procRef) { in isElementalProcWithArrayArgs() function
495 static bool isElementalProcWithArrayArgs(const Fortran::evaluate::Expr<T> &) { in isElementalProcWithArrayArgs() function
499 bool isElementalProcWithArrayArgs(const Fortran::lower::SomeExpr &x) { in isElementalProcWithArrayArgs() function
501 return isElementalProcWithArrayArgs(*procRef); in isElementalProcWithArrayArgs()
3024 if (isElementalProcWithArrayArgs(procRef)) in genRawProcedureRef()
5226 isElementalProcWithArrayArgs(x)) in genarr()
7669 if (isElementalProcWithArrayArgs(call)) { in createSubroutineCall()