Searched defs:nextLineIndex (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Analysis/
H A Ddead-stores.c137 int index, nextLineIndex; local
138 for (index = 0; index < count; index = nextLineIndex+1) {
139 nextLineIndex = index+1; // no-warning

Completed in 123 milliseconds