Searched refs:CallerInterface (Results 1 – 5 of 5) sorted by relevance
58 class CallerInterface; variable63 struct PassedEntityTypes<CallerInterface> {251 class CallerInterface : public CallInterface<CallerInterface> {253 CallerInterface(const Fortran::evaluate::ProcedureRef &p,
30 class CallerInterface; variable76 const Fortran::lower::CallerInterface &caller,
65 bool Fortran::lower::CallerInterface::hasAlternateReturns() const { in hasAlternateReturns()80 Fortran::lower::CallerInterface::getProcedureSymbol() const { in getProcedureSymbol()84 bool Fortran::lower::CallerInterface::isIndirectCall() const { in isIndirectCall()92 Fortran::lower::CallerInterface::getIfIndirectCallSymbol() const { in getIfIndirectCallSymbol()145 Fortran::lower::CallerInterface::characterize() const { in characterize()180 void Fortran::lower::CallerInterface::placeInput( in placeInput()210 void Fortran::lower::CallerInterface::walkResultLengths( in walkResultLengths()245 void Fortran::lower::CallerInterface::walkResultExtents( in walkResultExtents()283 mlir::Value Fortran::lower::CallerInterface::getArgumentValue( in getArgumentValue()308 Fortran::lower::CallerInterface::getResultSymbol() const { in getResultSymbol()[all …]
2458 ExtValue genCallOpAndResult(Fortran::lower::CallerInterface &caller, in genCallOpAndResult()2462 using PassBy = Fortran::lower::CallerInterface::PassEntityBy; in genCallOpAndResult()2552 Fortran::lower::CallerInterface>::PassedEntity> in genCallOpAndResult()2936 const Fortran::lower::CallerInterface::PassedEntity &arg, in prepareActualToBaseAddressLike()3038 Fortran::lower::CallerInterface caller(procRef, converter); in genRawProcedureRef()3039 using PassBy = Fortran::lower::CallerInterface::PassEntityBy; in genRawProcedureRef()3050 Fortran::lower::CallerInterface>::PassedEntity &arg : in genRawProcedureRef()4965 using PassBy = Fortran::lower::CallerInterface::PassEntityBy; in genElementalUserDefinedProcRef()4972 Fortran::lower::CallerInterface caller(procRef, converter); in genElementalUserDefinedProcRef()4978 Fortran::lower::CallerInterface>::PassedEntity &arg : in genElementalUserDefinedProcRef()[all …]
1943 AbstractConverter &converter, const Fortran::lower::CallerInterface &caller, in mapCallInterfaceSymbols()