Home | History | Annotate | Download | only in Checkers

Lines Matching defs:isAllocated

70   bool isAllocated() const { return K == Allocated; }
365 inline bool isAllocated(const RefState *S, const RefState *SPrev,
369 (S && S->isAllocated()) && (!SPrev || !SPrev->isAllocated()));
395 (S && S->isAllocated()) && (SPrev && !SPrev->isAllocated()));
1038 } else if (RsBase->isAllocated() || RsBase->isEscaped()) {
1642 if (I->second.isAllocated())
2049 if (RS->isAllocated() && CheckRefState(RS)) {
2110 if (isAllocated(RS, RSPrev, S)) {