Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp711 genMutableBoxValueImpl(const Fortran::evaluate::FunctionRef<T> &funRef) { in genMutableBoxValueImpl() argument
712 return genRawProcedureRef(funRef, converter.genType(toEvExpr(funRef))); in genMutableBoxValueImpl()
6262 CC genarr(const Fortran::evaluate::FunctionRef<T> &funRef) { in genarr() argument
6266 funRef, fir::unwrapSequenceType(converter.genType(toEvExpr(funRef)))); in genarr()