Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1121 int maxElements = 0x7FFFFFFF; in numArrayElements() local
1124 maxElements = static_cast<int>(CAT->getZExtSize()); in numArrayElements()
1126 return maxElements; in numArrayElements()
1202 int maxElements = 0; in CheckImplicitInitList() local
1205 maxElements = numArrayElements(T); in CheckImplicitInitList()
1207 maxElements = numStructUnionElements(T); in CheckImplicitInitList()
1209 maxElements = T->castAs<VectorType>()->getNumElements(); in CheckImplicitInitList()
1213 if (maxElements == 0) { in CheckImplicitInitList()
1898 unsigned maxElements = VT->getNumElements(); in CheckVectorType() local
1949 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) { in CheckVectorType()
[all …]