Searched refs:IsIntentIn (Results 1 – 6 of 6) sorted by relevance
112 } else if (IsIntentIn(x)) { in WhyBaseObjectIsSuspicious()
330 (IsIntentIn(object) && IsDummy(object))) { in FindExternallyVisibleObject()789 } else if (IsIntentIn(*root)) { in WhyNotModifiable()
702 if (IsPointer(*symbol) && IsIntentIn(*symbol)) { in CheckIntentInPointer()
453 !IsPointer(symbol) && !IsIntentIn(symbol) && in CheckObjectEntity()1276 if (IsIntentIn(symbol)) { in CheckVolatile()
4630 if (IsIntentIn(symbol)) { // C1128 in PassesLocalityChecks()
140 inline bool IsIntentIn(const Symbol &symbol) { in IsIntentIn() function