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

/external/clang/tools/c-index-test/
H A Dc-index-test.c3278 int i, a, numCmds, numArgs; local
3308 numCmds = clang_CompileCommands_getSize(CCmds);
3310 if (numCmds==0) {
3316 for (i=0; i<numCmds && errorCode == 0; ++i) {
3533 int i, j, a, numCmds, numArgs; local
3560 numCmds = clang_CompileCommands_getSize(CCmds);
3562 if (numCmds==0) {
3569 for (j=0; j<numCmds; ++j) {

Completed in 131 milliseconds