Searched refs:ElemType (Results 1 - 9 of 9) 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.cpp163 QualType ElemType = AT->getElementType(); local
166 T = ElemType;
/external/llvm/lib/IR/
H A DDataLayout.cpp771 Type *ElemType = GV->getType()->getElementType();
772 unsigned Alignment = getPrefTypeAlignment(ElemType);
777 Alignment = std::max(GVAlignment, getABITypeAlignment(ElemType));
784 if (getTypeSizeInBits(ElemType) > 128)
/external/clang/lib/Sema/
H A DSemaInit.cpp258 InitListExpr *IList, QualType ElemType,
892 QualType ElemType,
898 if (ElemType->isReferenceType())
899 return CheckReferenceType(Entity, IList, ElemType, Index,
903 if (!ElemType->isRecordType() || ElemType->isAggregateType()) {
905 = getStructuredSubobjectInit(IList, Index, ElemType,
908 CheckExplicitInitList(Entity, SubInitList, ElemType,
920 if (ElemType->isScalarType() || ElemType
890 CheckSubElementType(const InitializedEntity &Entity, InitListExpr *IList, QualType ElemType, unsigned &Index, InitListExpr *StructuredList, unsigned &StructuredIndex) argument
[all...]
H A DSemaType.cpp5374 QualType ElemType = Context.getBaseElementType(T); local
5375 RequireCompleteType(Loc, ElemType, 0);
5388 const RecordType *RT = ElemType->getAs<RecordType>();
5398 RequireCompleteType(Loc, ElemType, diag::note_non_literal_incomplete, T);
H A DSemaOpenMP.cpp393 QualType ElemType = cast<ArrayType>(Type.getTypePtr())->getElementType(); local
394 Type = ElemType.getNonReferenceType().getCanonicalType();
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2032 QualType ElemType = VT->getElementType(); local
2043 const ElementRegion *ER = MRMgr.getElementRegion(ElemType, Idx, R, Ctx);
2045 if (ElemType->isArrayType())
2047 else if (ElemType->isStructureOrClassType())
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2043 const Type *ElemType = E->getType()->getArrayElementTypeNoTypeQual(); local
2061 if (ElemType->isWideCharType()) {
2064 getContext().getTypeSizeInChars(ElemType).getQuantity(), FunctionName,
/external/clang/lib/Serialization/
H A DASTReader.cpp5083 QualType ElemType = readType(*Loc.F, Record, Idx); local
5084 return Context.getComplexType(ElemType);

Completed in 365 milliseconds