Home
last modified time | relevance | path

Searched refs:maxElements (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1050 int maxElements = 0x7FFFFFFF; in numArrayElements() local
1053 maxElements = static_cast<int>(CAT->getZExtSize()); in numArrayElements()
1055 return maxElements; in numArrayElements()
1131 int maxElements = 0; in CheckImplicitInitList() local
1134 maxElements = numArrayElements(T); in CheckImplicitInitList()
1136 maxElements = numStructUnionElements(T); in CheckImplicitInitList()
1138 maxElements = T->castAs<VectorType>()->getNumElements(); in CheckImplicitInitList()
1142 if (maxElements == 0) { in CheckImplicitInitList()
1825 unsigned maxElements = VT->getNumElements(); in CheckVectorType() local
1876 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) { in CheckVectorType()
[all …]