Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dassignment.cpp112 } else if (IsIntentIn(x)) { in WhyBaseObjectIsSuspicious()
Dtools.cpp330 (IsIntentIn(object) && IsDummy(object))) { in FindExternallyVisibleObject()
789 } else if (IsIntentIn(*root)) { in WhyNotModifiable()
Dcheck-omp-structure.cpp702 if (IsPointer(*symbol) && IsIntentIn(*symbol)) { in CheckIntentInPointer()
Dcheck-declarations.cpp453 !IsPointer(symbol) && !IsIntentIn(symbol) && in CheckObjectEntity()
1276 if (IsIntentIn(symbol)) { in CheckVolatile()
Dresolve-names.cpp4630 if (IsIntentIn(symbol)) { // C1128 in PassesLocalityChecks()
/external/llvm-project/flang/include/flang/Semantics/
Dtools.h140 inline bool IsIntentIn(const Symbol &symbol) { in IsIntentIn() function