HomeSort by relevance Sort by last modified time
    Searched refs:getTypeSizeInChars (Results 1 - 25 of 33) 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 300 astContext.getTypeSizeInChars(elemType),
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
CGExprCXX.cpp 517 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
556 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
    [all...]
CGCall.cpp 437 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
489 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
    [all...]
CGDeclCXX.cpp 117 CharUnits WidthChars = CGF.getContext().getTypeSizeInChars(D.getType());
CGExprAgg.cpp 270 CharUnits size = CGF.getContext().getTypeSizeInChars(E->getType());
    [all...]
CGExprScalar.cpp     [all...]
CGExpr.cpp 621 getContext().getTypeSizeInChars(E->getType()).getQuantity());
    [all...]
CodeGenFunction.cpp 774 CharUnits eltSize = getContext().getTypeSizeInChars(eltType);
    [all...]
CGException.cpp 426 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity();
    [all...]
CGDecl.cpp     [all...]
CGExprConstant.cpp     [all...]
CGObjC.cpp 504 CharUnits size = CGF.getContext().getTypeSizeInChars(ivar->getType());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 188 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy);
MemRegion.cpp 191 CharUnits size = Ctx.getTypeSizeInChars(T);
958 CharUnits size = C.getTypeSizeInChars(elemType);
1000 CharUnits Size = getContext().getTypeSizeInChars(EleTy);
    [all...]
RegionStore.cpp 834 CharUnits EleSize = Ctx.getTypeSizeInChars(EleTy);
    [all...]
  /external/clang/lib/AST/
APValue.cpp 355 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
Type.cpp 84 = Context.getTypeSizeInChars(ElementType).getQuantity();
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 106 milliseconds

1 2