Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1899 unsigned numEltsInit = 0; in CheckVectorType() local
1949 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) { in CheckVectorType()
2020 ++numEltsInit; in CheckVectorType()
2033 numEltsInit += numIElts; in CheckVectorType()
2038 if (numEltsInit != maxElements) { in CheckVectorType()
2042 << (numEltsInit < maxElements) << maxElements << numEltsInit in CheckVectorType()