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

1 2

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 53 SizeTy = Types.ConvertType(Ctx.getSizeType());
ItaniumCXXABI.cpp     [all...]
CGExprAgg.cpp 271 llvm::Type *SizeTy = CGF.ConvertType(CGF.getContext().getSizeType());
330 llvm::APInt size(ctx.getTypeSize(ctx.getSizeType()), numInits);
369 } else if(ctx.hasSameType(field->getType(), ctx.getSizeType())) {
    [all...]
CGClass.cpp 474 CGF.ConvertType(CGF.getContext().getSizeType()));
622 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
    [all...]
CodeGenModule.cpp     [all...]
CGException.cpp 425 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
    [all...]
CGObjC.cpp 99 llvm::APInt APNumElements(Context.getTypeSize(Context.getSizeType()),
505 args.add(RValue::get(CGF.CGM.getSize(size)), Context.getSizeType());
    [all...]
CGExprCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 132 QualType SizeTy = Ctx.getSizeType();
CStringChecker.cpp 566 QualType sizeTy = svalBuilder.getContext().getSizeType();
679 QualType sizeTy = svalBuilder.getContext().getSizeType();
737 QualType sizeTy = svalBuilder.getContext().getSizeType();
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 158 IntType getSizeType() const { return SizeType; }
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 470 TI.getTypeWidth(TI.getSizeType()), TI, Builder);
483 DefineType("__SIZE_TYPE__", TI.getSizeType(), Builder);
484 DefineTypeWidth("__SIZE_WIDTH__", TI.getSizeType(), TI, Builder);
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 299 return ArgTypeResult(Ctx.getSizeType(), "size_t");
ScanfFormatString.cpp 246 return ScanfArgTypeResult(Ctx.getSizeType(), "size_t *");
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 792 return new (Context) SizeOfPackExpr(Context.getSizeType(), OpLoc,
Sema.cpp 560 llvm::APInt One(Context.getTypeSize(Context.getSizeType()), true);
    [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp 699 SemaRef.Context.getTypeSize(SemaRef.Context.getSizeType()),
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 333 return Ctx.getSizeType();
  /external/clang/lib/AST/
Type.cpp 79 unsigned SizeTypeBits = Context.getTypeSize(Context.getSizeType());
92 unsigned Bits = Context.getTypeSize(Context.getSizeType());
    [all...]
DeclCXX.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 983 milliseconds

1 2