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

/external/clang/lib/Sema/
H A DSemaInit.cpp1030 unsigned numEltsInit = 0; local
1081 for (unsigned i = 0; i < maxElements; ++i, ++numEltsInit) {
1111 ++numEltsInit;
1124 numEltsInit += numIElts;
1129 if (numEltsInit != maxElements) {
1133 << (numEltsInit < maxElements) << maxElements << numEltsInit;

Completed in 79 milliseconds