Searched refs:maxElements (Results 1 – 1 of 1) sorted by relevance
990 int maxElements = 0x7FFFFFFF; in numArrayElements() local993 maxElements = static_cast<int>(CAT->getSize().getZExtValue()); in numArrayElements()995 return maxElements; in numArrayElements()1063 int maxElements = 0; in CheckImplicitInitList() local1066 maxElements = numArrayElements(T); in CheckImplicitInitList()1068 maxElements = numStructUnionElements(T); in CheckImplicitInitList()1070 maxElements = T->castAs<VectorType>()->getNumElements(); in CheckImplicitInitList()1074 if (maxElements == 0) { in CheckImplicitInitList()1701 unsigned maxElements = VT->getNumElements(); in CheckVectorType() local1750 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) { in CheckVectorType()[all …]