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

12

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp63 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
H A DVLASizeChecker.cpp136 CharUnits EleSize = Ctx.getTypeSizeInChars(VLA->getElementType());
H A DArrayBoundCheckerV2.cpp300 astContext.getTypeSizeInChars(elemType),
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp123 return std::max(Ctx.getTypeSizeInChars(Ctx.getSizeType()),
H A DItaniumCXXABI.cpp817 CharUnits SizeSize = Ctx.getTypeSizeInChars(SizeTy);
884 CharUnits SizeSize = Ctx.getTypeSizeInChars(Ctx.getSizeType());
894 Ctx.getTypeSizeInChars(ElementType).getQuantity());
H A DCGDeclCXX.cpp117 CharUnits WidthChars = CGF.getContext().getTypeSizeInChars(D.getType());
H A DCGExprCXX.cpp555 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
594 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
1331 CharUnits DeleteTypeSize = getContext().getTypeSizeInChars(DeleteTy);
1482 CGF.CGM.getContext().getTypeSizeInChars(ElementType);
H A DCGCall.cpp488 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
539 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
1153 CharUnits Size = getContext().getTypeSizeInChars(Ty);
1879 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
H A DCGExprAgg.cpp279 CharUnits sz = CGF.getContext().getTypeSizeInChars(type);
1159 return CGF.getContext().getTypeSizeInChars(E->getType());
H A DCGExprScalar.cpp1400 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType());
1509 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity());
1595 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
1941 = CGF.CGM.getSize(CGF.getContext().getTypeSizeInChars(objectType));
2060 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(elementType);
2074 elementSize = CGF.getContext().getTypeSizeInChars(elementType);
H A DCGExpr.cpp577 uint64_t Size = getContext().getTypeSizeInChars(Ty).getQuantity();
1910 getContext().getTypeSizeInChars(ElemType).getQuantity(),
2023 getContext().getTypeSizeInChars(OIT).getQuantity());
3018 CharUnits sizeChars = getContext().getTypeSizeInChars(AtomicTy);
3100 getContext().getTypeSizeInChars(MemTy->getPointeeType());
H A DCGException.cpp438 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity();
H A DCodeGenFunction.cpp843 CharUnits eltSize = getContext().getTypeSizeInChars(eltType);
H A DCGDecl.cpp1054 getContext().getTypeSizeInChars(type).getQuantity());
H A DCGExprConstant.cpp1331 CharUnits EndIndex = StartIndex + CGM.getContext().getTypeSizeInChars(T);
H A DCGObjC.cpp504 CharUnits size = CGF.getContext().getTypeSizeInChars(ivar->getType());
958 CGF.CGM.getSize(CGF.getContext().getTypeSizeInChars(ivar->getType()));
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp200 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy);
H A DMemRegion.cpp191 CharUnits size = Ctx.getTypeSizeInChars(T);
1056 CharUnits size = C.getTypeSizeInChars(elemType);
H A DRegionStore.cpp866 CharUnits EleSize = Ctx.getTypeSizeInChars(EleTy);
1260 if (Ctx.getTypeSizeInChars(baseT) >= Ctx.getTypeSizeInChars(elemT)) {
/external/clang/lib/AST/
H A DAPValue.cpp355 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
H A DASTContext.cpp1505 /// getTypeSizeInChars - Return the size of the specified type, in characters.
1507 CharUnits ASTContext::getTypeSizeInChars(QualType T) const { function in class:ASTContext
1510 CharUnits ASTContext::getTypeSizeInChars(const Type *T) const { function in class:ASTContext
4378 CharUnits sz = getTypeSizeInChars(type);
4382 sz = std::max(sz, getTypeSizeInChars(IntTy));
4385 sz = getTypeSizeInChars(VoidPtrTy);
4408 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
4517 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
H A DMicrosoftMangle.cpp1294 Out << getASTContext().getTypeSizeInChars(
H A DExprConstant.cpp1379 Size = Info.Ctx.getTypeSizeInChars(Type);
4266 CharUnits Size = Info.Ctx.getTypeSizeInChars(T);
5070 CharUnits Size = Info.Ctx.getTypeSizeInChars(BaseTy);
5234 CharUnits ElementSize = Info.Ctx.getTypeSizeInChars(CurrentType);
H A DType.cpp84 = Context.getTypeSizeInChars(ElementType).getQuantity();
/external/clang/include/clang/AST/
H A DASTContext.h1461 CharUnits getTypeSizeInChars(QualType T) const;
1462 CharUnits getTypeSizeInChars(const Type *T) const;

Completed in 309 milliseconds

12