Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1746 unsigned numEltsInit = 0; in CheckVectorType() local
1796 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) { in CheckVectorType()
1865 ++numEltsInit; in CheckVectorType()
1878 numEltsInit += numIElts; in CheckVectorType()
1883 if (numEltsInit != maxElements) { in CheckVectorType()
1887 << (numEltsInit < maxElements) << maxElements << numEltsInit; in CheckVectorType()