Lines Matching defs:isAllocated
165 bool isAllocated() const { return K == Allocated; }
886 static inline bool isAllocated(const RefState *RSCurr, const RefState *RSPrev,
890 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) &&
892 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero())));
924 (RSCurr->isAllocated() || RSCurr->isAllocatedOfSizeZero())) &&
926 !(RSPrev->isAllocated() || RSPrev->isAllocatedOfSizeZero())));
1519 if (RS->isAllocated())
2039 RsBase && (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero());
2058 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() ||
2856 if (State.isAllocated() || State.isAllocatedOfSizeZero())
3375 if (RS->isAllocated() || RS->isAllocatedOfSizeZero())
3480 if (isAllocated(RSCurr, RSPrev, S)) {