Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp1354 unsigned numEltsInit = 0; in CheckVectorType() local
1405 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) { in CheckVectorType()
1475 ++numEltsInit; in CheckVectorType()
1488 numEltsInit += numIElts; in CheckVectorType()
1493 if (numEltsInit != maxElements) { in CheckVectorType()
1497 << (numEltsInit < maxElements) << maxElements << numEltsInit; in CheckVectorType()