Searched refs:funRef (Results 1 – 1 of 1) sorted by relevance
711 genMutableBoxValueImpl(const Fortran::evaluate::FunctionRef<T> &funRef) { in genMutableBoxValueImpl() argument712 return genRawProcedureRef(funRef, converter.genType(toEvExpr(funRef))); in genMutableBoxValueImpl()6262 CC genarr(const Fortran::evaluate::FunctionRef<T> &funRef) { in genarr() argument6266 funRef, fir::unwrapSequenceType(converter.genType(toEvExpr(funRef)))); in genarr()