Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h157 inline bool IsIntentOut(const Symbol &symbol) { in IsIntentOut() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp405 } else if (IsIntentOut(symbol)) { in CheckValue()
535 } else if (IsIntentOut(symbol)) { in CheckObjectEntity()
H A Dtools.cpp654 if (object->isDummy() && !IsIntentOut(symbol)) { in IsFinalizable()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp570 if (Fortran::semantics::IsDummy(sym) && !Fortran::semantics::IsIntentOut(sym)) in mustBeDefaultInitializedAtRuntime()