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

12

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp155 QualType SizeTy = Ctx.getSizeType();
H A DCStringChecker.cpp569 QualType sizeTy = svalBuilder.getContext().getSizeType();
682 QualType sizeTy = svalBuilder.getContext().getSizeType();
754 QualType sizeTy = svalBuilder.getContext().getSizeType();
1442 QualType sizeTy = svalBuilder.getContext().getSizeType();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitPreprocessor.cpp656 DefineTypeSize("__SIZE_MAX__", TI.getSizeType(), TI, Builder);
674 TI.getTypeWidth(TI.getSizeType()), TI, Builder);
697 DefineType("__SIZE_TYPE__", TI.getSizeType(), Builder);
698 DefineFmt("__SIZE", TI.getSizeType(), TI, Builder);
699 DefineTypeWidth("__SIZE_WIDTH__", TI.getSizeType(), TI, Builder);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp201 addImplicitTypedef("size_t", Context.getSizeType());
245 Context.getAtomicType(Context.getSizeType()));
809 llvm::APInt One(Context.getTypeSize(Context.getSizeType()), true);
H A DSemaExprCXX.cpp1208 = CheckConvertedConstantExpression(NumElts, Context.getSizeType(), Value,
1334 Context.getSizeType(),
1377 ConvertedSize = PerformImplicitConversion(ArraySize, Context.getSizeType(),
1582 llvm::APInt(Context.getTypeSize(Context.getSizeType()), NumElements),
1718 S.Context.getSizeType());
1743 Context.getSizeType(),
2115 QualType SizeT = Context.getSizeType();
2133 Context.VoidTy, VoidPtr, Context.getSizeType());
2136 Context.VoidTy, VoidPtr, Context.getSizeType());
4471 RParen, Context.getSizeType());
[all...]
H A DSemaLambda.cpp1406 QualType SizeType = S.Context.getSizeType();
H A DSemaInit.cpp1001 SemaRef.Context.getTypeSize(SemaRef.Context.getSizeType()),
3338 E.withConst(), llvm::APInt(S.Context.getTypeSize(S.Context.getSizeType()),
6851 llvm::APInt(S.Context.getTypeSize(S.Context.getSizeType()),
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCUDANV.cpp86 SizeTy = Types.ConvertType(Ctx.getSizeType());
H A DCGAtomic.cpp845 getContext().getSizeType());
1255 Args.add(RValue::get(getAtomicSizeValue()), CGF.getContext().getSizeType());
1458 Args.add(RValue::get(getAtomicSizeValue()), CGF.getContext().getSizeType());
1770 getContext().getSizeType());
H A DCGExprCXX.cpp1351 allocatorArgs.add(RValue::get(allocSize), getContext().getSizeType());
1360 QualType sizeType = getContext().getSizeType();
H A DCGOpenMPRuntime.cpp2413 addFieldToRecordDecl(C, RD, C.getSizeType());
2980 addFieldToRecordDecl(C, KmpDependInfoRD, C.getSizeType());
3972 Ctx.getSizeType(), PointerNumAP, ArrayType::Normal,
4039 Address SAddr(S, Ctx.getTypeAlignInChars(Ctx.getSizeType()));
H A DCGObjC.cpp124 llvm::APInt APNumElements(Context.getTypeSize(Context.getSizeType()),
588 args.add(RValue::get(CGF.CGM.getSize(size)), Context.getSizeType());
1060 args.add(RValue::get(size), CGF.getContext().getSizeType());
H A DCGExprAgg.cpp368 } else if (Ctx.hasSameType(Field->getType(), Ctx.getSizeType())) {
H A DCGCall.cpp117 prefix.push_back(CGT.getContext().getSizeType());
2843 auto SizeTy = Context.getSizeType();
H A DCGClass.cpp780 ArrayIndexVar = CreateMemTemp(getContext().getSizeType(), "object.index");
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h214 IntType getSizeType() const { return SizeType; } function in class:clang::TargetInfo
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DPrintfFormatString.cpp460 return ArgType(Ctx.getSizeType(), "size_t");
H A DScanfFormatString.cpp288 return ArgType::PtrTo(ArgType(Ctx.getSizeType(), "size_t"));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp317 return Ctx.getSizeType();
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h152 inline static SizeType getSizeType(unsigned nbytes);
168 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) { function in class:clang::threadSafety::ValueType
247 return ValueType(BT_String, getSizeType(sizeof(StringRef)), false, 0);
252 return ValueType(BT_Pointer, getSizeType(sizeof(void*)), false, 0);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4103 /// getSizeType - Return the unique type for "size_t" (C99 7.17), the result
4106 CanQualType ASTContext::getSizeType() const { function in class:ASTContext
4107 return getFromTargetType(Target->getSizeType());
6253 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
6308 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
6316 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 4);
6411 llvm::APInt Size(Context->getTypeSize(Context->getSizeType()), 1);
8120 Type = Context.getSizeType();
H A DDeclCXX.cpp1516 Context.getSizeType()))
H A DExprCXX.cpp1381 return new (Storage) SizeOfPackExpr(Context.getSizeType(), OperatorLoc, Pack,
H A DType.cpp102 unsigned SizeTypeBits = Context.getTypeSize(Context.getSizeType());
113 unsigned Bits = Context.getTypeSize(Context.getSizeType());
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1324 CanQualType getSizeType() const;

Completed in 582 milliseconds

12