Searched refs:typeSize (Results 1 – 5 of 5) sorted by relevance
119 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy); in checkPreStmt() local122 if (typeSize.isZero()) in checkPreStmt()125 if (regionSize % typeSize == 0) in checkPreStmt()128 if (evenFlexibleArraySize(Ctx, regionSize, typeSize, ToPointeeTy)) in checkPreStmt()
688 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); in EmitCXXNewAllocSize() local690 = llvm::ConstantInt::get(CGF.SizeTy, typeSize.getQuantity()); in EmitCXXNewAllocSize()730 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type); in EmitCXXNewAllocSize() local731 llvm::APInt typeSizeMultiplier(sizeWidth, typeSize.getQuantity()); in EmitCXXNewAllocSize()889 if (typeSize.isOne()) { in EmitCXXNewAllocSize()
1627 unsigned typeSize = static_cast<unsigned>(Context.getTypeSize(Result)); in ConvertDeclSpecToType() local1628 assert(typeSize > 0 && "type size for vector must be greater than 0 bits"); in ConvertDeclSpecToType()1634 Result = Context.getVectorType(Result, 128/typeSize, VecKind); in ConvertDeclSpecToType()7135 unsigned typeSize = static_cast<unsigned>(S.Context.getTypeSize(CurType)); in HandleNeonVectorTypeAttr() local7137 unsigned vecSize = typeSize * numElts; in HandleNeonVectorTypeAttr()
1621 unsigned typeSize = SemaRef.Context.getTypeSize(elementType); in CheckVectorType() local1636 << typeCode << typeSize; in CheckVectorType()
2496 QualType getFloatingTypeOfSizeWithinDomain(QualType typeSize,