Searched refs:BasesLeft (Results 1 – 2 of 2) sorted by relevance
528 llvm::ArrayRef<decltype(FamilyBases)::value_type> BasesLeft = FamilyBases; in pushNext() local529 while (!BasesLeft.empty()) { in pushNext()530 StateID NextState = BasesLeft.front().first; in pushNext()532 for (const auto &Base : BasesLeft) { in pushNext()537 BasesLeft = BasesLeft.drop_front(Parents.size()); in pushNext()
6532 unsigned BasesLeft = RD->getNumBases(); in HandleDestructionImpl() local6577 if (BasesLeft != 0) in HandleDestructionImpl()6582 --BasesLeft; in HandleDestructionImpl()6590 APValue *SubobjectValue = &Value.getStructBase(BasesLeft); in HandleDestructionImpl()6595 assert(BasesLeft == 0 && "NumBases was wrong?"); in HandleDestructionImpl()