Home | History | Annotate | Download | only in Checkers

Lines Matching refs:isAllocated

76   bool isAllocated() const { return K == Allocated; }
424 inline bool isAllocated(const RefState *S, const RefState *SPrev,
428 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) &&
429 (!SPrev || !(SPrev->isAllocated() ||
456 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) &&
457 (SPrev && !(SPrev->isAllocated() ||
896 if (RS->isAllocated())
1398 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() ||
1424 ReleasedAllocated = (RsBase != nullptr) && (RsBase->isAllocated() ||
2131 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero())
2574 if ((RS->isAllocated() || RS->isAllocatedOfSizeZero()) &&
2636 if (isAllocated(RS, RSPrev, S)) {