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

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp5424 auto numEltEntries = IvarsInfo.size() - oldEnd; local
5425 if (numElts != 1 && numEltEntries != 0) {
5428 // Copy the last numEltEntries onto the end of the array, adjusting
5430 for (size_t i = 0; i != numEltEntries; ++i) {

Completed in 212 milliseconds