Lines Matching refs:PassEntityBy

184          passedEntity.passBy != CallInterface::PassEntityBy::AddressAndLength &&  in placeInput()
194 passedEntity.passBy == CallInterface::PassEntityBy::AddressAndLength && in placeAddressAndLengthInput()
540 using PassEntityBy = typename CallInterface::PassEntityBy; typedef in Fortran::lower::CallInterfaceImpl
634 PassedEntity{PassEntityBy::BaseAddress, std::nullopt, in appendHostAssocTupleArg()
706 setPassedResult(PassEntityBy::AddressAndLength, in handleImplicitCharacterResult()
752 addPassedArg(PassEntityBy::BoxChar, entity, characteristics); in handleImplicitDummy()
762 addPassedArg(PassEntityBy::BaseAddress, entity, characteristics); in handleImplicitDummy()
863 addPassedArg(PassEntityBy::MutableBox, entity, characteristics); in handleExplicitDummy()
869 addPassedArg(PassEntityBy::Box, entity, characteristics); in handleExplicitDummy()
877 addPassedArg(isValueAttr ? PassEntityBy::CharBoxValueAttribute in handleExplicitDummy()
878 : PassEntityBy::BoxChar, in handleExplicitDummy()
883 PassEntityBy passBy = PassEntityBy::BaseAddress; in handleExplicitDummy()
887 passBy = PassEntityBy::Value; in handleExplicitDummy()
891 passBy = PassEntityBy::BaseAddressValueAttribute; in handleExplicitDummy()
925 addPassedArg(PassEntityBy::CharProcTuple, entity, characteristics); in handleImplicitDummy()
929 addPassedArg(PassEntityBy::BaseAddress, entity, characteristics); in handleImplicitDummy()
999 void addPassedArg(PassEntityBy p, FortranEntity entity, in addPassedArg()
1004 void setPassedResult(PassEntityBy p, FortranEntity entity) { in setPassedResult()