Home
last modified time | relevance | path

Searched refs:IsIntentIn (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dassignment.cpp112 } else if (IsIntentIn(x)) { in WhyBaseObjectIsSuspicious()
H A Dtools.cpp365 if (IsIntentIn(ultimate)) { in FindExternallyVisibleObject()
846 } else if (IsIntentIn(symbol)) { in WhyNotModifiableIfNoPtr()
H A Dcheck-declarations.cpp530 !IsPointer(symbol) && !IsIntentIn(symbol) && in CheckObjectEntity()
1474 if (IsIntentIn(symbol)) { in CheckVolatile()
H A Dcheck-omp-structure.cpp1957 IsIntentIn(symbol->GetUltimate())) { in CheckIntentInPointerAndDefinable()
2533 if (IsPointer(*symbol) && IsIntentIn(*symbol)) { in CheckIntentInPointer()
H A Dresolve-names.cpp5541 if (IsIntentIn(symbol)) { // C1128 in PassesLocalityChecks()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcheck-expression.cpp51 (INVARIANT && IsIntentIn(symbol) && !IsOptional(symbol) && in operator ()()
87 (IsIntentIn(sym) && !IsOptional(sym) && in operator ()()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h151 inline bool IsIntentIn(const Symbol &symbol) { in IsIntentIn() function