Home | History | Annotate | Download | only in Checkers

Lines Matching defs:isAllocated

77   bool isAllocated() const { return K == Allocated; }
427 inline bool isAllocated(const RefState *S, const RefState *SPrev,
431 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) &&
432 (!SPrev || !(SPrev->isAllocated() ||
459 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) &&
460 (SPrev && !(SPrev->isAllocated() ||
907 if (RS->isAllocated())
1406 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() ||
1432 ReleasedAllocated = (RsBase != nullptr) && (RsBase->isAllocated() ||
2139 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero())
2592 if ((RS->isAllocated() || RS->isAllocatedOfSizeZero()) &&
2654 if (isAllocated(RS, RSPrev, S)) {