Home
last modified time | relevance | path

Searched refs:BasesLeft (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp6540 unsigned BasesLeft = RD->getNumBases(); in HandleDestructionImpl() local
6585 if (BasesLeft != 0) in HandleDestructionImpl()
6590 --BasesLeft; in HandleDestructionImpl()
6598 APValue *SubobjectValue = &Value.getStructBase(BasesLeft); in HandleDestructionImpl()
6603 assert(BasesLeft == 0 && "NumBases was wrong?"); in HandleDestructionImpl()