Home | History | Annotate | Download | only in Checkers

Lines Matching defs:isAllocated

154   bool isAllocated() const { return K == Allocated; }
768 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev,
772 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) &&
774 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero())));
808 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) &&
810 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero())));
1342 if (RS->isAllocated())
1785 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero());
1804 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() ||
2596 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero())
3112 if (RS->isAllocated() || RS->isAllocatedOfSizeZero())
3205 if (isAllocated(RSCurr, RSPrev, S)) {