Searched refs:FortranEntity (Results 1 – 2 of 2) sorted by relevance
64 using FortranEntity = const Fortran::evaluate::ActualArgument *;69 using FortranEntity =130 using FortranEntity = typename PassedEntityTypes<T>::FortranEntity;167 FortranEntity entity;
543 using FortranEntity = typename CallInterface::FortranEntity; typedef in Fortran::lower::CallInterfaceImpl725 dummyNameAttr(const FortranEntity &entity) { in dummyNameAttr()726 if constexpr (std::is_same_v<FortranEntity, in dummyNameAttr()745 const FortranEntity &entity) { in handleImplicitDummy()810 const FortranEntity &entity, bool isBindC) { in handleExplicitDummy()902 const FortranEntity &entity) { in handleImplicitDummy()999 void addPassedArg(PassEntityBy p, FortranEntity entity, in addPassedArg()1004 void setPassedResult(PassEntityBy p, FortranEntity entity) { in setPassedResult()1100 using FortranEntity = FakeEntity; typedef