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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 67 FlexSize = Ctx.getTypeSizeInChars(ElemType);
73 FlexSize = Ctx.getTypeSizeInChars(ElemType);
122 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
VLASizeChecker.cpp 138 CharUnits EleSize = Ctx.getTypeSizeInChars(VLA->getElementType());
ArrayBoundCheckerV2.cpp 299 astContext.getTypeSizeInChars(elemType),
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 415 Info.Type = Info.Size = Context.getTypeSizeInChars(T).getQuantity();
418 Info.Type = Context.getTypeSizeInChars(ATy->getElementType()).getQuantity();
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 205 uint64_t Size = Context.getTypeSizeInChars(QTy).getQuantity();
CGExprCXX.cpp 472 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
511 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
    [all...]
CGDeclCXX.cpp 127 CharUnits WidthChars = CGF.getContext().getTypeSizeInChars(D.getType());
CGAtomic.cpp 482 CharUnits sizeChars = getContext().getTypeSizeInChars(AtomicTy);
549 getContext().getTypeSizeInChars(MemTy->getPointeeType());
    [all...]
CGExprScalar.cpp     [all...]
CGExprAgg.cpp 290 CharUnits sz = CGF.getContext().getTypeSizeInChars(type);
    [all...]
CGCall.cpp 574 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
622 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
    [all...]
CGExpr.cpp 481 uint64_t Size = getContext().getTypeSizeInChars(Ty).getQuantity();
    [all...]
MicrosoftCXXABI.cpp 748 CharUnits IntSize = getContext().getTypeSizeInChars(getContext().IntTy);
    [all...]
CGDecl.cpp     [all...]
CGException.cpp 439 uint64_t TypeSize = getContext().getTypeSizeInChars(ThrowType).getQuantity();
    [all...]
CGExprConstant.cpp     [all...]
CGObjCMac.cpp     [all...]
CodeGenFunction.cpp     [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 392 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 752 return Ctx.getTypeSizeInChars(QT).getQuantity();

Completed in 241 milliseconds

1 2