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

12

/external/clang/lib/CodeGen/
H A DCGCUDANV.cpp53 SizeTy = Types.ConvertType(Ctx.getSizeType());
H A DMicrosoftCXXABI.cpp123 return std::max(Ctx.getTypeSizeInChars(Ctx.getSizeType()),
H A DCGExprAgg.cpp330 llvm::APInt size(ctx.getTypeSize(ctx.getSizeType()), numInits);
369 } else if(ctx.hasSameType(field->getType(), ctx.getSizeType())) {
1345 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
1356 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
1410 llvm::APInt size(ctx.getTypeSize(ctx.getSizeType()), numInits);
H A DItaniumCXXABI.cpp816 QualType SizeTy = Ctx.getSizeType();
884 CharUnits SizeSize = Ctx.getTypeSizeInChars(Ctx.getSizeType());
886 cast<llvm::IntegerType>(CGF.ConvertType(Ctx.getSizeType()));
H A DCGClass.cpp481 CGF.ConvertType(CGF.getContext().getSizeType()));
632 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
H A DCodeGenModule.cpp1456 llvm::APInt numElements(ctx.getTypeSize(ctx.getSizeType()), numInits);
1509 } else if(!ctx.hasSameType(field->getType(), ctx.getSizeType())) {
H A DCGException.cpp437 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
H A DCGObjC.cpp99 llvm::APInt APNumElements(Context.getTypeSize(Context.getSizeType()),
505 args.add(RValue::get(CGF.CGM.getSize(size)), Context.getSizeType());
959 args.add(RValue::get(size), CGF.getContext().getSizeType());
H A DCGExprCXX.cpp1164 QualType sizeType = getContext().getSizeType();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp131 QualType SizeTy = Ctx.getSizeType();
H A DCStringChecker.cpp565 QualType sizeTy = svalBuilder.getContext().getSizeType();
677 QualType sizeTy = svalBuilder.getContext().getSizeType();
736 QualType sizeTy = svalBuilder.getContext().getSizeType();
1329 QualType sizeTy = svalBuilder.getContext().getSizeType();
/external/clang/include/clang/Basic/
H A DTargetInfo.h186 IntType getSizeType() const { return SizeType; } function in class:clang::TargetInfo
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp489 TI.getTypeWidth(TI.getSizeType()), TI, Builder);
502 DefineType("__SIZE_TYPE__", TI.getSizeType(), Builder);
503 DefineTypeWidth("__SIZE_WIDTH__", TI.getSizeType(), TI, Builder);
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp299 return ArgType(Ctx.getSizeType(), "size_t");
H A DScanfFormatString.cpp254 return ArgType::PtrTo(ArgType(Ctx.getSizeType(), "size_t"));
/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp336 return Ctx.getSizeType();
/external/clang/lib/AST/
H A DType.cpp79 unsigned SizeTypeBits = Context.getTypeSize(Context.getSizeType());
92 unsigned Bits = Context.getTypeSize(Context.getSizeType());
H A DASTContext.cpp3422 /// getSizeType - Return the unique type for "size_t" (C99 7.17), the result
3425 CanQualType ASTContext::getSizeType() const { function in class:ASTContext
3426 return getFromTargetType(Target->getSizeType());
5393 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
5467 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
5485 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 4);
6971 Type = Context.getSizeType();
H A DDeclCXX.cpp1387 Context.getSizeType()))
/external/clang/lib/Sema/
H A DSema.cpp648 llvm::APInt One(Context.getTypeSize(Context.getSizeType()), true);
H A DSemaTemplateVariadic.cpp842 return new (Context) SizeOfPackExpr(Context.getSizeType(), OpLoc,
H A DSemaExprCXX.cpp1128 Context.getSizeType(),
1366 llvm::APInt(Context.getTypeSize(Context.getSizeType()), NumElements),
1515 Context.getSizeType(),
1861 QualType SizeT = Context.getSizeType();
3753 Context.getSizeType()));
H A DSemaInit.cpp699 SemaRef.Context.getTypeSize(SemaRef.Context.getSizeType()),
2724 llvm::APInt(S.Context.getTypeSize(S.Context.getSizeType()),
5385 llvm::APInt(S.Context.getTypeSize(S.Context.getSizeType()),
5771 llvm::APInt(S.Context.getTypeSize(S.Context.getSizeType()),
H A DSemaDeclCXX.cpp2631 QualType SizeType = SemaRef.Context.getSizeType();
7396 QualType SizeType = S.Context.getSizeType();
7830 QualType SizeType = Context.getSizeType();
8373 QualType SizeType = Context.getSizeType();
9264 SemaRef.Context.getCanonicalType(SemaRef.Context.getSizeType());
9534 if (Context.hasSameType(T, Context.getSizeType()) &&
/external/clang/include/clang/AST/
H A DASTContext.h1046 CanQualType getSizeType() const;

Completed in 767 milliseconds

12