HomeSort by relevance Sort by last modified time
    Searched refs:ElemType (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 63 const Type *ElemType = Last->getType()->getArrayElementTypeNoTypeQual();
67 FlexSize = Ctx.getTypeSizeInChars(ElemType);
73 FlexSize = Ctx.getTypeSizeInChars(ElemType);
MallocSizeofChecker.cpp 166 QualType ElemType = AT->getElementType();
169 T = ElemType;
  /external/llvm/lib/IR/
DataLayout.cpp 767 Type *ElemType = GV->getType()->getElementType();
768 unsigned Alignment = getPrefTypeAlignment(ElemType);
773 Alignment = std::max(GVAlignment, getABITypeAlignment(ElemType));
780 if (getTypeSizeInBits(ElemType) > 128)
  /external/opencv3/modules/core/test/
test_mat.cpp 939 template <class ElemType
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 258 InitListExpr *IList, QualType ElemType,
    [all...]
SemaOpenMP.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 847 llvm::Type *ElemType = AType->getElementType();
870 bool RewriteType = (fillC && fillC->getType() != ElemType);
888 RewriteType |= (Elts[i]->getType() != ElemType);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/v8/src/compiler/
typer.cc     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 451 milliseconds