Searched defs:DstInheritance (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1103 MSInheritanceModel DstInheritance = getInheritanceFromMemptr(DstTy); local
1110 nullFieldOffsetIsZero(DstInheritance)))
1170 if (hasOnlyOneField(IsFunc, DstInheritance)) {
1176 if (hasNonVirtualBaseAdjustmentField(IsFunc, DstInheritance))
1179 if (hasVBPtrOffsetField(DstInheritance))
1182 if (hasVirtualBaseAdjustmentField(DstInheritance))
1215 MSInheritanceModel DstInheritance = getInheritanceFromMemptr(DstTy); local
1254 if (hasOnlyOneField(IsFunc, DstInheritance))
1259 if (hasNonVirtualBaseAdjustmentField(IsFunc, DstInheritance))
1261 if (hasVBPtrOffsetField(DstInheritance))
[all...]

Completed in 135 milliseconds