Searched refs:getTypeSizeInChars (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp63 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
H A DVLASizeChecker.cpp137 CharUnits EleSize = Ctx.getTypeSizeInChars(VLA->getElementType());
H A DArrayBoundCheckerV2.cpp299 astContext.getTypeSizeInChars(elemType),
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp208 uint64_t Size = Context.getTypeSizeInChars(QTy).getQuantity();
H A DMicrosoftCXXABI.cpp305 return std::max(Ctx.getTypeSizeInChars(Ctx.getSizeType()),
H A DCGDeclCXX.cpp124 CharUnits WidthChars = CGF.getContext().getTypeSizeInChars(D.getType());
H A DCGAtomic.cpp325 CharUnits sizeChars = getContext().getTypeSizeInChars(AtomicTy);
392 getContext().getTypeSizeInChars(MemTy->getPointeeType());
H A DCGCall.cpp526 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
577 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
1257 CharUnits Size = getContext().getTypeSizeInChars(Ty);
2061 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
H A DCGExprCXX.cpp568 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
607 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
1350 CharUnits DeleteTypeSize = getContext().getTypeSizeInChars(DeleteTy);
1504 CGF.CGM.getContext().getTypeSizeInChars(ElementType);
H A DItaniumCXXABI.cpp903 CharUnits SizeSize = Ctx.getTypeSizeInChars(SizeTy);
976 getContext().getTypeSizeInChars(elementType).getQuantity());
H A DCGExprScalar.cpp1622 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType());
1735 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity());
1821 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
2240 = CGF.CGM.getSize(CGF.getContext().getTypeSizeInChars(objectType));
2449 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(elementType);
2463 elementSize = CGF.getContext().getTypeSizeInChars(elementType);
H A DCGExprAgg.cpp327 CharUnits sz = CGF.getContext().getTypeSizeInChars(type);
1318 return CGF.getContext().getTypeSizeInChars(E->getType());
H A DCodeGenFunction.cpp921 CharUnits eltSize = getContext().getTypeSizeInChars(eltType);
H A DCGExpr.cpp533 uint64_t Size = getContext().getTypeSizeInChars(Ty).getQuantity();
2014 getContext().getTypeSizeInChars(ElemType).getQuantity(),
2291 getContext().getTypeSizeInChars(OIT).getQuantity());
H A DTargetInfo.cpp1975 (unsigned)getContext().getTypeSizeInChars(SourceTy).getQuantity();
3300 if (getContext().getTypeSizeInChars(Ty) > CharUnits::fromQuantity(64)) {
3553 CharUnits CharSize = getContext().getTypeSizeInChars(Ty);
H A DCGDecl.cpp1058 getContext().getTypeSizeInChars(type).getQuantity());
H A DCGException.cpp449 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity();
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp201 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy);
H A DMemRegion.cpp192 CharUnits size = Ctx.getTypeSizeInChars(T);
1083 CharUnits size = C.getTypeSizeInChars(elemType);
H A DRegionStore.cpp1105 CharUnits EleSize = Ctx.getTypeSizeInChars(EleTy);
1412 if (Ctx.getTypeSizeInChars(baseT) >= Ctx.getTypeSizeInChars(elemT)) {
/external/clang/lib/AST/
H A DAPValue.cpp357 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
H A DASTContext.cpp1640 /// getTypeSizeInChars - Return the size of the specified type, in characters.
1642 CharUnits ASTContext::getTypeSizeInChars(QualType T) const { function in class:ASTContext
1645 CharUnits ASTContext::getTypeSizeInChars(const Type *T) const { function in class:ASTContext
4559 CharUnits sz = getTypeSizeInChars(type);
4563 sz = std::max(sz, getTypeSizeInChars(IntTy));
4566 sz = getTypeSizeInChars(VoidPtrTy);
4595 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
4708 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
H A DExprConstant.cpp1388 Size = Info.Ctx.getTypeSizeInChars(Type);
4268 CharUnits Size = Info.Ctx.getTypeSizeInChars(T);
5098 CharUnits Size = Info.Ctx.getTypeSizeInChars(BaseTy);
5262 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType);
H A DMicrosoftMangle.cpp1368 Out << getASTContext().getTypeSizeInChars(
/external/clang/include/clang/AST/
H A DASTContext.h1550 CharUnits getTypeSizeInChars(QualType T) const;
1551 CharUnits getTypeSizeInChars(const Type *T) const;

Completed in 282 milliseconds

12