Home
last modified time | relevance | path

Searched refs:FortranEntity (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCallInterface.h64 using FortranEntity = const Fortran::evaluate::ActualArgument *;
69 using FortranEntity =
130 using FortranEntity = typename PassedEntityTypes<T>::FortranEntity;
167 FortranEntity entity;
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp543 using FortranEntity = typename CallInterface::FortranEntity; typedef in Fortran::lower::CallInterfaceImpl
725 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