Lines Matching defs:isAllocated
199 bool isAllocated() const { return K == Allocated; }
965 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev,
969 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) &&
971 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero())));
1003 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) &&
1005 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero())));
1655 if (RS->isAllocated())
2235 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero());
2254 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() ||
3067 if (State.isAllocated() || State.isAllocatedOfSizeZero())
3595 if (RS->isAllocated() || RS->isAllocatedOfSizeZero())
3707 if (isAllocated(RSCurr, RSPrev, S)) {