HomeSort by relevance Sort by last modified time
    Searched refs:getSizeType (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 52 SizeTy = Types.ConvertType(Ctx.getSizeType());
MicrosoftCXXABI.cpp 305 return std::max(Ctx.getTypeSizeInChars(Ctx.getSizeType()),
CGAtomic.cpp 432 getContext().getSizeType());
691 getContext().getSizeType());
848 getContext().getSizeType());
    [all...]
CGExprAgg.cpp 378 llvm::APInt size(ctx.getTypeSize(ctx.getSizeType()), numInits);
417 } else if(ctx.hasSameType(field->getType(), ctx.getSizeType())) {
    [all...]
CGClass.cpp 490 CGF.ConvertType(CGF.getContext().getSizeType()));
622 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
    [all...]
ItaniumCXXABI.cpp     [all...]
CGObjC.cpp 99 llvm::APInt APNumElements(Context.getTypeSize(Context.getSizeType()),
505 args.add(RValue::get(CGF.CGM.getSize(size)), Context.getSizeType());
    [all...]
CGException.cpp 448 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 132 QualType SizeTy = Ctx.getSizeType();
CStringChecker.cpp 553 QualType sizeTy = svalBuilder.getContext().getSizeType();
665 QualType sizeTy = svalBuilder.getContext().getSizeType();
724 QualType sizeTy = svalBuilder.getContext().getSizeType();
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 193 IntType getSizeType() const { return SizeType; }
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 505 TI.getTypeWidth(TI.getSizeType()), TI, Builder);
520 DefineType("__SIZE_TYPE__", TI.getSizeType(), Builder);
521 DefineTypeWidth("__SIZE_WIDTH__", TI.getSizeType(), TI, Builder);
    [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 315 return ArgType(Ctx.getSizeType(), "size_t");
ScanfFormatString.cpp 273 return ArgType::PtrTo(ArgType(Ctx.getSizeType(), "size_t"));
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 318 return Ctx.getSizeType();
  /external/clang/lib/Sema/
Sema.cpp 693 llvm::APInt One(Context.getTypeSize(Context.getSizeType()), true);
    [all...]
SemaTemplateVariadic.cpp 847 return new (Context) SizeOfPackExpr(Context.getSizeType(), OpLoc,
SemaExprCXX.cpp     [all...]
SemaInit.cpp 699 SemaRef.Context.getTypeSize(SemaRef.Context.getSizeType()),
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
Type.cpp 101 unsigned SizeTypeBits = Context.getTypeSize(Context.getSizeType());
112 unsigned Bits = Context.getTypeSize(Context.getSizeType());
    [all...]
DeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 91 milliseconds

1 2