Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h146 inline bool IsIntentOut(const Symbol &symbol) { in IsIntentOut() function
/external/llvm-project/flang/lib/Semantics/
Dcheck-declarations.cpp345 } else if (IsIntentOut(symbol)) { in CheckValue()
458 } else if (IsIntentOut(symbol)) { in CheckObjectEntity()
Dtools.cpp646 if (object->isDummy() && !IsIntentOut(symbol)) { in IsFinalizable()