Home
last modified time | relevance | path

Searched refs:GetIntent (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp302 static common::Intent GetIntent(const semantics::Attrs &attrs) { in GetIntent() function
332 result->intent = GetIntent(symbol.attrs()); in Characterize()
595 result.intent = GetIntent(symbol.attrs()); in CharacterizeDummyProcedure()
743 common::Intent DummyArgument::GetIntent() const { in GetIntent() function in Fortran::evaluate::characteristics::DummyArgument
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h244 common::Intent GetIntent() const;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-call.cpp875 } else if ((dummy.GetIntent() == common::Intent::Out || in CheckElementalConformance()
876 dummy.GetIntent() == common::Intent::InOut) && in CheckElementalConformance()
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp1037 return characteristics->GetIntent() != Fortran::common::Intent::In; in mayBeModifiedByCall()
1043 return characteristics->GetIntent() != Fortran::common::Intent::Out; in mayBeReadByCall()