Searched refs:CheckSubElementType (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 260 void CheckSubElementType(const InitializedEntity &Entity, 1092 void InitListChecker::CheckSubElementType(const InitializedEntity &Entity, in CheckSubElementType() function in InitListChecker 1281 CheckSubElementType(ElementEntity, IList, elementType, Index, in CheckComplexType() 1480 CheckSubElementType(ElementEntity, IList, elementType, Index, in CheckVectorType() 1539 CheckSubElementType(ElementEntity, IList, elementType, Index, in CheckVectorType() 1552 CheckSubElementType(ElementEntity, IList, VecType, Index, in CheckVectorType() 1664 CheckSubElementType(ElementEntity, IList, elementType, Index, in CheckArrayType() 1803 CheckSubElementType(BaseEntity, IList, Base.getType(), Index, in CheckStructUnionTypes() 1879 CheckSubElementType(MemberEntity, IList, Field->getType(), Index, in CheckStructUnionTypes() 1934 CheckSubElementType(MemberEntity, IList, Field->getType(), Index, in CheckStructUnionTypes() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 314 void CheckSubElementType(const InitializedEntity &Entity, 1324 void InitListChecker::CheckSubElementType(const InitializedEntity &Entity, in CheckSubElementType() function in InitListChecker 1514 CheckSubElementType(ElementEntity, IList, elementType, Index, in CheckComplexType() 1715 CheckSubElementType(ElementEntity, IList, elementType, Index, in CheckVectorType() 1774 CheckSubElementType(ElementEntity, IList, elementType, Index, in CheckVectorType() 1787 CheckSubElementType(ElementEntity, IList, VecType, Index, in CheckVectorType() 1933 CheckSubElementType(ElementEntity, IList, elementType, Index, in CheckArrayType() 2081 CheckSubElementType(BaseEntity, IList, Base.getType(), Index, in CheckStructUnionTypes() 2188 CheckSubElementType(MemberEntity, IList, Field->getType(), Index, in CheckStructUnionTypes() 2258 CheckSubElementType(MemberEntity, IList, Field->getType(), Index, in CheckStructUnionTypes() [all …]
|