Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp990 int maxElements = 0x7FFFFFFF; in numArrayElements() local
993 maxElements = static_cast<int>(CAT->getSize().getZExtValue()); in numArrayElements()
995 return maxElements; in numArrayElements()
1063 int maxElements = 0; in CheckImplicitInitList() local
1066 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() local
1750 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) { in CheckVectorType()
[all …]