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

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp67 FlexSize = Ctx.getTypeSizeInChars(ElemType);
73 FlexSize = Ctx.getTypeSizeInChars(ElemType);
119 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
H A DVLASizeChecker.cpp160 CharUnits EleSize = Ctx.getTypeSizeInChars(VLA->getElementType());
H A DArrayBoundCheckerV2.cpp289 astContext.getTypeSizeInChars(elemType),
H A DPaddingChecker.cpp176 CharUnits FieldSize = ASTContext.getTypeSizeInChars(FD->getType());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp204 uint64_t Size = Context.getTypeSizeInChars(QTy).getQuantity();
H A DCGExprCXX.cpp550 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
589 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
845 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementType);
933 getContext().getTypeSizeInChars(ElementType).getQuantity() *
1494 CharUnits DeleteTypeSize = getContext().getTypeSizeInChars(DeleteTy);
1627 CGF.CGM.getContext().getTypeSizeInChars(ElementType);
1675 CharUnits elementSize = CGF.getContext().getTypeSizeInChars(elementType);
H A DCGExprAgg.cpp296 CharUnits sz = CGF.getContext().getTypeSizeInChars(type);
415 CharUnits elementSize = CGF.getContext().getTypeSizeInChars(elementType);
1312 return CGF.getContext().getTypeSizeInChars(E->getType());
1373 CharUnits Size = CGF.getContext().getTypeSizeInChars(E->getType());
H A DCGDeclCXX.cpp125 CharUnits WidthChars = CGF.getContext().getTypeSizeInChars(D.getType());
H A DCGCall.cpp684 CharUnits FieldSize = Context.getTypeSizeInChars(FD->getType());
764 CharUnits EltSize = CGF.getContext().getTypeSizeInChars(CAE->EltTy);
1630 RetAttrs.addDereferenceableAttr(getContext().getTypeSizeInChars(PTy)
1742 Attrs.addDereferenceableAttr(getContext().getTypeSizeInChars(PTy)
1919 CharUnits Size = getContext().getTypeSizeInChars(Ty);
1971 getContext().getTypeSizeInChars(ETy).getQuantity()*ArrSize);
H A DCodeGenFunction.cpp1345 CharUnits baseSize = CGF.getContext().getTypeSizeInChars(baseType);
1399 CharUnits size = getContext().getTypeSizeInChars(Ty);
1415 CharUnits eltSize = getContext().getTypeSizeInChars(eltType);
H A DCGExprScalar.cpp1826 CharUnits size = CGF.getContext().getTypeSizeInChars(OPT->getObjectType());
1940 CGF.getContext().getTypeSizeInChars(CurrentType).getQuantity());
2026 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
2465 = CGF.CGM.getSize(CGF.getContext().getTypeSizeInChars(objectType));
2673 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(elementType);
2687 elementSize = CGF.getContext().getTypeSizeInChars(elementType);
H A DCGDecl.cpp1226 getContext().getTypeSizeInChars(type).getQuantity());
1507 .alignmentOfArrayElement(getContext().getTypeSizeInChars(type));
H A DCGExpr.cpp544 uint64_t Size = getContext().getTypeSizeInChars(Ty).getQuantity();
1536 getContext().getTypeSizeInChars(EQT),
2691 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
2765 CharUnits InterfaceSize = getContext().getTypeSizeInChars(OIT);
2965 getContext().getTypeSizeInChars(FixedSizeEltType));
H A DCGOpenMPRuntime.cpp973 auto SizeInChars = C.getTypeSizeInChars(Ty);
975 // getTypeSizeInChars() returns 0 for a VLA.
981 SizeInChars = C.getTypeSizeInChars(Ty);
2850 auto *SharedsSize = CGM.getSize(C.getTypeSizeInChars(SharedsTy));
2987 CharUnits DependencySize = C.getTypeSizeInChars(KmpDependInfoTy);
3167 CharUnits ElementSize = CGF.getContext().getTypeSizeInChars(ElementTy);
H A DCGObjCMac.cpp2252 CharUnits Size = CGM.getContext().getTypeSizeInChars(RT);
2262 CharUnits FieldSize = CGM.getContext().getTypeSizeInChars(Field->getType());
2296 = CGM.getContext().getTypeSizeInChars(LastFieldBitfieldOrUnnamed->getType());
2625 fieldSize = CGM.getContext().getTypeSizeInChars(type);
4727 CharUnits eltSize = CGM.getContext().getTypeSizeInChars(recType);
4748 assert(CGM.getContext().getTypeSizeInChars(fieldType)
H A DCGClass.cpp585 CharUnits EltSize = CGF.getContext().getTypeSizeInChars(T);
1989 .alignmentOfArrayElement(getContext().getTypeSizeInChars(type));
H A DCGExprComplex.cpp312 CharUnits offset = getContext().getTypeSizeInChars(eltType);
H A DMicrosoftCXXABI.cpp1052 CharUnits IntSize = Context.getTypeSizeInChars(Context.IntTy);
2131 return std::max(Ctx.getTypeSizeInChars(Ctx.getSizeType()),
3900 uint32_t Size = getContext().getTypeSizeInChars(T).getQuantity();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp190 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy);
H A DMemRegion.cpp192 CharUnits size = Ctx.getTypeSizeInChars(T);
1164 CharUnits size = C.getTypeSizeInChars(elemType);
H A DRegionStore.cpp1318 CharUnits EleSize = Ctx.getTypeSizeInChars(EleTy);
1630 if (Ctx.getTypeSizeInChars(baseT) >= Ctx.getTypeSizeInChars(elemT)) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp553 Info.Type = Info.Size = Context.getTypeSizeInChars(T).getQuantity();
556 Info.Type = Context.getTypeSizeInChars(ATy->getElementType()).getQuantity();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp392 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
H A DASTContext.cpp1874 /// getTypeSizeInChars - Return the size of the specified type, in characters.
1876 CharUnits ASTContext::getTypeSizeInChars(QualType T) const { function in class:ASTContext
1879 CharUnits ASTContext::getTypeSizeInChars(const Type *T) const { function in class:ASTContext
5081 CharUnits sz = getTypeSizeInChars(type);
5085 sz = std::max(sz, getTypeSizeInChars(IntTy));
5088 sz = getTypeSizeInChars(VoidPtrTy);
5123 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
5230 CharUnits PtrSize = getTypeSizeInChars(VoidPtrTy);
8751 CharUnits sizeChars = getTypeSizeInChars(AtomicTy);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1809 CharUnits getTypeSizeInChars(QualType T) const;
1810 CharUnits getTypeSizeInChars(const Type *T) const;

Completed in 403 milliseconds

12