Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeEmitterGen.cpp58 if (VarBitInit *VBI = dyn_cast<VarBitInit>(BI->getBit(bit))) { in getVariableBit() local
59 if (VarInit *VI = dyn_cast<VarInit>(VBI->getBitVar())) in getVariableBit()
61 return VBI->getBitNum(); in getVariableBit()
/external/clang/lib/AST/
DVTableBuilder.cpp3403 VirtualBaseInfo *VBI; in computeVBTableRelatedInformation() local
3411 Entry = VBI = new VirtualBaseInfo(); in computeVBTableRelatedInformation()
3414 computeVTablePaths(/*ForVBTables=*/true, RD, VBI->VBPtrPaths); in computeVBTableRelatedInformation()
3423 VBI->VBTableIndices.insert(BaseInfo->VBTableIndices.begin(), in computeVBTableRelatedInformation()
3429 unsigned VBTableIndex = 1 + VBI->VBTableIndices.size(); in computeVBTableRelatedInformation()
3432 if (!VBI->VBTableIndices.count(CurVBase)) in computeVBTableRelatedInformation()
3433 VBI->VBTableIndices[CurVBase] = VBTableIndex++; in computeVBTableRelatedInformation()
3436 return VBI; in computeVBTableRelatedInformation()