Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h691 return mayOverlap() ? Ctx.getTypeInfoDataSizeInChars(Type).Width in getPreferredSize()
H A DCGRecordLayoutBuilder.cpp762 Context.getTypeInfoDataSizeInChars(Prior->FD->getType()).Width); in clipTailPadding()
H A DCGExprAgg.cpp2154 TypeInfo = getContext().getTypeInfoDataSizeInChars(Ty); in EmitAggregateCopy()
H A DCGClass.cpp942 Ctx.getTypeInfoDataSizeInChars(LastField->getType()).Width); in getMemcpySize()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2378 TypeInfoChars getTypeInfoDataSizeInChars(QualType T) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1745 TypeInfoChars ASTContext::getTypeInfoDataSizeInChars(QualType T) const { in getTypeInfoDataSizeInChars() function in ASTContext
H A DExprConstant.cpp3235 Size = Info.Ctx.getTypeInfoDataSizeInChars(Type).Width; in HandleSizeof()