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

1 2

  /external/clang/lib/CodeGen/
CGCUDANV.cpp 52 SizeTy = Types.ConvertType(Ctx.getSizeType());
CGAtomic.cpp 610 getContext().getSizeType());
    [all...]
CGExprAgg.cpp 364 } else if (Ctx.hasSameType(Field->getType(), Ctx.getSizeType())) {
    [all...]
CGClass.cpp 486 CGF.ConvertType(CGF.getContext().getSizeType()));
612 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
    [all...]
CGObjC.cpp 101 llvm::APInt APNumElements(Context.getTypeSize(Context.getSizeType()),
536 args.add(RValue::get(CGF.CGM.getSize(size)), Context.getSizeType());
    [all...]
CGException.cpp 438 llvm::Type *SizeTy = ConvertType(getContext().getSizeType());
    [all...]
CGExprCXX.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 133 QualType SizeTy = Ctx.getSizeType();
CStringChecker.cpp 561 QualType sizeTy = svalBuilder.getContext().getSizeType();
674 QualType sizeTy = svalBuilder.getContext().getSizeType();
746 QualType sizeTy = svalBuilder.getContext().getSizeType();
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 609 DefineTypeSize("__SIZE_MAX__", TI.getSizeType(), TI, Builder);
629 TI.getTypeWidth(TI.getSizeType()), TI, Builder);
644 DefineType("__SIZE_TYPE__", TI.getSizeType(), Builder);
645 DefineTypeWidth("__SIZE_WIDTH__", TI.getSizeType(), TI, Builder);
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 207 IntType getSizeType() const { return SizeType; }
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 287 return ArgType::PtrTo(ArgType(Ctx.getSizeType(), "size_t"));
PrintfFormatString.cpp 329 return ArgType(Ctx.getSizeType(), "size_t");
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
Sema.cpp 199 addImplicitTypedef("size_t", Context.getSizeType());
750 llvm::APInt One(Context.getTypeSize(Context.getSizeType()), true);
    [all...]
SemaTemplateVariadic.cpp 837 return new (Context) SizeOfPackExpr(Context.getSizeType(), OpLoc,
    [all...]
SemaInit.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 145 inline static SizeType getSizeType(unsigned nbytes);
161 inline ValueType::SizeType ValueType::getSizeType(unsigned nbytes) {
240 return ValueType(BT_String, getSizeType(sizeof(StringRef)), false, 0);
245 return ValueType(BT_Pointer, getSizeType(sizeof(void*)), false, 0);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 317 return Ctx.getSizeType();
  /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...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 224 milliseconds

1 2