HomeSort by relevance Sort by last modified time
    Searched defs:ElemType (Results 1 - 6 of 6) 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/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/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 609 milliseconds