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

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 67 FlexSize = Ctx.getTypeSizeInChars(ElemType);
73 FlexSize = Ctx.getTypeSizeInChars(ElemType);
119 CharUnits typeSize = C.getASTContext().getTypeSizeInChars(ToPointeeTy);
VLASizeChecker.cpp 159 CharUnits EleSize = Ctx.getTypeSizeInChars(VLA->getElementType());
ArrayBoundCheckerV2.cpp 289 astContext.getTypeSizeInChars(elemType),
PaddingChecker.cpp 176 CharUnits FieldSize = ASTContext.getTypeSizeInChars(FD->getType());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
OSLog.h 79 Size(Ctx.getTypeSizeInChars(Ctx.IntTy)), Flags(flags) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
OSLog.h 79 Size(Ctx.getTypeSizeInChars(Ctx.IntTy)), Flags(flags) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
OSLog.h 79 Size(Ctx.getTypeSizeInChars(Ctx.IntTy)), Flags(flags) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
OSLog.h 79 Size(Ctx.getTypeSizeInChars(Ctx.IntTy)), Flags(flags) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Analysis/Analyses/
OSLog.h 79 Size(Ctx.getTypeSizeInChars(Ctx.IntTy)), Flags(flags) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Analysis/Analyses/
OSLog.h 79 Size(Ctx.getTypeSizeInChars(Ctx.IntTy)), Flags(flags) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Analysis/Analyses/
OSLog.h 79 Size(Ctx.getTypeSizeInChars(Ctx.IntTy)), Flags(flags) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
OSLog.h 79 Size(Ctx.getTypeSizeInChars(Ctx.IntTy)), Flags(flags) {}
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 208 uint64_t Size = Context.getTypeSizeInChars(QTy).getQuantity();
SwiftCallingConv.cpp 75 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType);
83 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType);
91 addOpaqueData(begin, begin + CGM.getContext().getTypeSizeInChars(type));
CGExprCXX.cpp 555 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
594 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
    [all...]
CGExprAgg.cpp 297 CharUnits sz = CGF.getContext().getTypeSizeInChars(type);
416 CharUnits elementSize = CGF.getContext().getTypeSizeInChars(elementType);
    [all...]
CGDeclCXX.cpp 133 CharUnits WidthChars = CGF.getContext().getTypeSizeInChars(D.getType());
CodeGenFunction.cpp     [all...]
CGCall.cpp     [all...]
CGExprScalar.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 190 CharUnits pointeeTySize = Ctx.getTypeSizeInChars(PointeeTy);
RegionStore.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 553 Info.Type = Info.Size = Context.getTypeSizeInChars(T).getQuantity();
556 Info.Type = Context.getTypeSizeInChars(ATy->getElementType()).getQuantity();
  /external/clang/lib/AST/
APValue.cpp 392 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 653 milliseconds

1 2 3