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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 63 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
VLASizeChecker.cpp 137 CharUnits EleSize = Ctx.getTypeSizeInChars(VLA->getElementType());
ArrayBoundCheckerV2.cpp 299 astContext.getTypeSizeInChars(elemType),
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 208 uint64_t Size = Context.getTypeSizeInChars(QTy).getQuantity();
MicrosoftCXXABI.cpp 305 return std::max(Ctx.getTypeSizeInChars(Ctx.getSizeType()),
CGDeclCXX.cpp 124 CharUnits WidthChars = CGF.getContext().getTypeSizeInChars(D.getType());
CGAtomic.cpp 325 CharUnits sizeChars = getContext().getTypeSizeInChars(AtomicTy);
392 getContext().getTypeSizeInChars(MemTy->getPointeeType());
    [all...]
CGCall.cpp 526 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
577 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
    [all...]
CGExprCXX.cpp 568 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
607 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
    [all...]
ItaniumCXXABI.cpp     [all...]
CGExprScalar.cpp     [all...]
CGExprAgg.cpp 327 CharUnits sz = CGF.getContext().getTypeSizeInChars(type);
    [all...]
CodeGenFunction.cpp     [all...]
CGExpr.cpp 533 uint64_t Size = getContext().getTypeSizeInChars(Ty).getQuantity();
    [all...]
TargetInfo.cpp     [all...]
CGDecl.cpp     [all...]
CGException.cpp 449 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 201 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy);
MemRegion.cpp 192 CharUnits size = Ctx.getTypeSizeInChars(T);
    [all...]
RegionStore.cpp     [all...]
  /external/clang/lib/AST/
APValue.cpp 357 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 237 milliseconds

1 2