Searched refs:IsIntentIn (Results 1 – 7 of 7) sorted by relevance
112 } else if (IsIntentIn(x)) { in WhyBaseObjectIsSuspicious()
365 if (IsIntentIn(ultimate)) { in FindExternallyVisibleObject()846 } else if (IsIntentIn(symbol)) { in WhyNotModifiableIfNoPtr()
530 !IsPointer(symbol) && !IsIntentIn(symbol) && in CheckObjectEntity()1474 if (IsIntentIn(symbol)) { in CheckVolatile()
1957 IsIntentIn(symbol->GetUltimate())) { in CheckIntentInPointerAndDefinable()2533 if (IsPointer(*symbol) && IsIntentIn(*symbol)) { in CheckIntentInPointer()
5541 if (IsIntentIn(symbol)) { // C1128 in PassesLocalityChecks()
51 (INVARIANT && IsIntentIn(symbol) && !IsOptional(symbol) && in operator ()()87 (IsIntentIn(sym) && !IsOptional(sym) && in operator ()()
151 inline bool IsIntentIn(const Symbol &symbol) { in IsIntentIn() function