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

12

/external/clang/lib/CodeGen/
H A DCGCUDANV.cpp52 SizeTy = Types.ConvertType(Ctx.getSizeType());
H A DMicrosoftCXXABI.cpp305 return std::max(Ctx.getTypeSizeInChars(Ctx.getSizeType()),
H A DCGAtomic.cpp432 getContext().getSizeType());
691 getContext().getSizeType());
848 getContext().getSizeType());
H A DCGExprAgg.cpp378 llvm::APInt size(ctx.getTypeSize(ctx.getSizeType()), numInits);
417 } else if(ctx.hasSameType(field->getType(), ctx.getSizeType())) {
1509 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
1520 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
1580 llvm::APInt size(ctx.getTypeSize(ctx.getSizeType()), numInits);
H A DCGClass.cpp490 CGF.ConvertType(CGF.getContext().getSizeType()));
622 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
H A DItaniumCXXABI.cpp902 QualType SizeTy = Ctx.getSizeType();
H A DCGObjC.cpp99 llvm::APInt APNumElements(Context.getTypeSize(Context.getSizeType()),
505 args.add(RValue::get(CGF.CGM.getSize(size)), Context.getSizeType());
970 args.add(RValue::get(size), CGF.getContext().getSizeType());
H A DCGException.cpp448 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
H A DCodeGenModule.cpp1591 llvm::APInt numElements(ctx.getTypeSize(ctx.getSizeType()), numInits);
1644 } else if(!ctx.hasSameType(field->getType(), ctx.getSizeType())) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp132 QualType SizeTy = Ctx.getSizeType();
H A DCStringChecker.cpp553 QualType sizeTy = svalBuilder.getContext().getSizeType();
665 QualType sizeTy = svalBuilder.getContext().getSizeType();
724 QualType sizeTy = svalBuilder.getContext().getSizeType();
1309 QualType sizeTy = svalBuilder.getContext().getSizeType();
/external/clang/include/clang/Basic/
H A DTargetInfo.h193 IntType getSizeType() const { return SizeType; } function in class:clang::TargetInfo
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp505 TI.getTypeWidth(TI.getSizeType()), TI, Builder);
520 DefineType("__SIZE_TYPE__", TI.getSizeType(), Builder);
521 DefineTypeWidth("__SIZE_WIDTH__", TI.getSizeType(), TI, Builder);
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp315 return ArgType(Ctx.getSizeType(), "size_t");
H A DScanfFormatString.cpp273 return ArgType::PtrTo(ArgType(Ctx.getSizeType(), "size_t"));
/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp318 return Ctx.getSizeType();
/external/clang/lib/Sema/
H A DSema.cpp693 llvm::APInt One(Context.getTypeSize(Context.getSizeType()), true);
H A DSemaTemplateVariadic.cpp847 return new (Context) SizeOfPackExpr(Context.getSizeType(), OpLoc,
H A DSemaExprCXX.cpp1103 Context.getSizeType(),
1333 llvm::APInt(Context.getTypeSize(Context.getSizeType()), NumElements),
1489 Context.getSizeType(),
1834 QualType SizeT = Context.getSizeType();
3747 Context.getSizeType()));
H A DSemaInit.cpp699 SemaRef.Context.getTypeSize(SemaRef.Context.getSizeType()),
2742 llvm::APInt(S.Context.getTypeSize(S.Context.getSizeType()),
5490 llvm::APInt(S.Context.getTypeSize(S.Context.getSizeType()),
5950 llvm::APInt(S.Context.getTypeSize(S.Context.getSizeType()),
H A DSemaDeclCXX.cpp2842 QualType SizeType = SemaRef.Context.getSizeType();
8069 QualType SizeType = S.Context.getSizeType();
8263 QualType SizeType = S.Context.getSizeType();
9847 SemaRef.Context.getCanonicalType(SemaRef.Context.getSizeType());
10117 if (Context.hasSameType(T, Context.getSizeType()) &&
/external/clang/lib/AST/
H A DASTContext.cpp3585 /// getSizeType - Return the unique type for "size_t" (C99 7.17), the result
3588 CanQualType ASTContext::getSizeType() const { function in class:ASTContext
3589 return getFromTargetType(Target->getSizeType());
5727 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
5801 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
5819 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 4);
7372 Type = Context.getSizeType();
H A DType.cpp101 unsigned SizeTypeBits = Context.getTypeSize(Context.getSizeType());
112 unsigned Bits = Context.getTypeSize(Context.getSizeType());
H A DDeclCXX.cpp1356 Context.getSizeType()))
/external/clang/include/clang/AST/
H A DASTContext.h1119 CanQualType getSizeType() const;

Completed in 390 milliseconds

12