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

1 2

  /external/chromium_org/ppapi/tests/clang/
print_names_and_sizes.cc 132 tag->getASTContext().getTypeSizeInChars(type);
139 clang::CharUnits size = td->getASTContext().getTypeSizeInChars(type);
  /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/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 212 uint64_t Size = Context.getTypeSizeInChars(QTy).getQuantity();
CGDeclCXX.cpp 125 CharUnits WidthChars = CGF.getContext().getTypeSizeInChars(D.getType());
CGExprCXX.cpp 560 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
599 CharUnits typeSize = CGF.getContext().getTypeSizeInChars(type);
    [all...]
CGAtomic.cpp 342 CharUnits sizeChars = getContext().getTypeSizeInChars(AtomicTy);
409 getContext().getTypeSizeInChars(MemTy->getPointeeType());
    [all...]
CGExprAgg.cpp 290 CharUnits sz = CGF.getContext().getTypeSizeInChars(type);
    [all...]
CGExprScalar.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
MicrosoftCXXABI.cpp 328 CharUnits IntSize = getContext().getTypeSizeInChars(getContext().IntTy);
583 return std::max(Ctx.getTypeSizeInChars(Ctx.getSizeType()),
    [all...]
CGCall.cpp 528 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
579 CharUnits FieldSize = getContext().getTypeSizeInChars(FD->getType());
    [all...]
CodeGenFunction.cpp     [all...]
CGExpr.cpp 473 uint64_t Size = getContext().getTypeSizeInChars(Ty).getQuantity();
    [all...]
TargetInfo.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 391 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
ASTContext.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 729 return Ctx.getTypeSizeInChars(QT).getQuantity();

Completed in 522 milliseconds

1 2