Lines Matching refs:CallerInterface
65 bool Fortran::lower::CallerInterface::hasAlternateReturns() const { in hasAlternateReturns()
69 std::string Fortran::lower::CallerInterface::getMangledName() const { in getMangledName()
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()
100 mlir::Location Fortran::lower::CallerInterface::getCalleeLocation() const { in getCalleeLocation()
145 Fortran::lower::CallerInterface::characterize() const { in characterize()
180 void Fortran::lower::CallerInterface::placeInput( in placeInput()
189 void Fortran::lower::CallerInterface::placeAddressAndLengthInput( in placeAddressAndLengthInput()
200 bool Fortran::lower::CallerInterface::verifyActualInputs() const { in verifyActualInputs()
210 void Fortran::lower::CallerInterface::walkResultLengths( in walkResultLengths()
245 void Fortran::lower::CallerInterface::walkResultExtents( in walkResultExtents()
267 bool Fortran::lower::CallerInterface::mustMapInterfaceSymbols() const { in mustMapInterfaceSymbols()
283 mlir::Value Fortran::lower::CallerInterface::getArgumentValue( in getArgumentValue()
300 mlir::Type Fortran::lower::CallerInterface::getResultStorageType() const { in getResultStorageType()
308 Fortran::lower::CallerInterface::getResultSymbol() const { in getResultSymbol()
319 Fortran::lower::CallerInterface::getInterfaceDetails() const { in getInterfaceDetails()
1086 template class Fortran::lower::CallInterface<Fortran::lower::CallerInterface>;