Searched defs:ElemType (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp63 const Type *ElemType = Last->getType()->getArrayElementTypeNoTypeQual(); local
67 FlexSize = Ctx.getTypeSizeInChars(ElemType);
73 FlexSize = Ctx.getTypeSizeInChars(ElemType);
H A DMallocSizeofChecker.cpp167 QualType ElemType = AT->getElementType(); local
170 T = ElemType;
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2033 QualType ElemType = VT->getElementType(); local
2044 const ElementRegion *ER = MRMgr.getElementRegion(ElemType, Idx, R, Ctx);
2046 if (ElemType->isArrayType())
2048 else if (ElemType->isStructureOrClassType())
/external/clang/lib/Sema/
H A DSemaInit.cpp258 InitListExpr *IList, QualType ElemType,
958 QualType ElemType,
964 if (ElemType->isReferenceType())
965 return CheckReferenceType(Entity, IList, ElemType, Index,
971 = getStructuredSubobjectInit(IList, Index, ElemType,
974 CheckExplicitInitList(Entity, SubInitList, ElemType,
984 assert(SemaRef.Context.hasSameType(expr->getType(), ElemType) &&
1025 } else if (ElemType->isScalarType() || ElemType->isAtomicType()) {
1027 return CheckScalarType(Entity, IList, ElemType, Inde
956 CheckSubElementType(const InitializedEntity &Entity, InitListExpr *IList, QualType ElemType, unsigned &Index, InitListExpr *StructuredList, unsigned &StructuredIndex) argument
[all...]
H A DSemaType.cpp5383 QualType ElemType = Context.getBaseElementType(T); local
5384 RequireCompleteType(Loc, ElemType, 0);
5397 const RecordType *RT = ElemType->getAs<RecordType>();
5407 RequireCompleteType(Loc, ElemType, diag::note_non_literal_incomplete, T);
H A DSemaOpenMP.cpp450 QualType ElemType = cast<ArrayType>(Type.getTypePtr())->getElementType(); local
451 Type = ElemType.getNonReferenceType().getCanonicalType();
/external/clang/lib/Serialization/
H A DASTReader.cpp5262 QualType ElemType = readType(*Loc.F, Record, Idx); local
5263 return Context.getComplexType(ElemType);

Completed in 408 milliseconds