Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRecordLayout.cpp43 bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument
71 CXXInfo->HasExtendableVFPtr = hasExtendableVFPtr; in ASTRecordLayout()
DRecordLayoutBuilder.cpp2498 if (!BaseLayout.hasExtendableVFPtr()) in layoutNonVirtualBases()
2524 if (BaseLayout.hasExtendableVFPtr()) { in layoutNonVirtualBases()
2862 if (Layout.hasExtendableVFPtr()) in computeVtorDispSet()
/external/llvm-project/clang/lib/AST/
DRecordLayout.cpp48 CharUnits requiredAlignment, bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument
73 CXXInfo->HasExtendableVFPtr = hasExtendableVFPtr; in ASTRecordLayout()
DRecordLayoutBuilder.cpp2723 if (!BaseLayout.hasExtendableVFPtr()) in layoutNonVirtualBases()
2761 if (BaseLayout.hasExtendableVFPtr()) { in layoutNonVirtualBases()
3112 if (Layout.hasExtendableVFPtr()) in computeVtorDispSet()
/external/clang/include/clang/AST/
DRecordLayout.h144 bool hasOwnVFPtr, bool hasExtendableVFPtr,
254 bool hasExtendableVFPtr() const { in hasExtendableVFPtr() function
/external/llvm-project/clang/include/clang/AST/
DRecordLayout.h162 bool hasExtendableVFPtr, CharUnits vbptroffset,
288 bool hasExtendableVFPtr() const { in hasExtendableVFPtr() function
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp927 if (Context.getASTRecordLayout(SrcDecl).hasExtendableVFPtr()) in performBaseAdjustment()
935 if (Context.getASTRecordLayout(BaseDecl).hasExtendableVFPtr()) { in performBaseAdjustment()
954 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldTypeidBeNullChecked()
988 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldDynamicCastCallBeNullChecked()
/external/llvm-project/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp919 if (Context.getASTRecordLayout(SrcDecl).hasExtendableVFPtr()) in performBaseAdjustment()
928 if (Context.getASTRecordLayout(BaseDecl).hasExtendableVFPtr()) { in performBaseAdjustment()
947 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldTypeidBeNullChecked()
981 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldDynamicCastCallBeNullChecked()
DCGDebugInfo.cpp2117 if (!RL.hasExtendableVFPtr()) in CollectVTableInfo()