Lines Matching defs:isLive
335 bool isLive;
338 : isLive (false)
343 , isLive (isLive_)
410 if (!allocations[slotNdx].isLive)
412 allocations[slotNdx].isLive = true;
442 if (!origSlot.isLive)
445 origSlot.isLive = true; // Mark live to suppress further errors
455 allocations[origSlotNdx].isLive = false;
464 if (!allocations[slotNdx].isLive)
466 allocations[slotNdx].isLive = true;
483 origSlot.isLive = false;
501 DE_ASSERT(!allocations[slotNdx].isLive);
502 allocations[slotNdx].isLive = true;
519 if (allocations[slotNdx].isLive)
520 allocations[slotNdx].isLive = false;
570 if (slotIter->isLive)