Searched refs:numCmds (Results 1 – 3 of 3) sorted by relevance
3340 int i, a, numCmds, numArgs; in index_compile_db() local3370 numCmds = clang_CompileCommands_getSize(CCmds); in index_compile_db()3372 if (numCmds==0) { in index_compile_db()3378 for (i=0; i<numCmds && errorCode == 0; ++i) { in index_compile_db()3595 int i, j, a, numCmds, numArgs; in perform_test_compilation_db() local3622 numCmds = clang_CompileCommands_getSize(CCmds); in perform_test_compilation_db()3624 if (numCmds==0) { in perform_test_compilation_db()3631 for (j=0; j<numCmds; ++j) { in perform_test_compilation_db()
821 uint64_t numCmds; // number of cmds in this CB
4416 cmdNode.cmdNumber = ++pCB->numCmds; in addCmd()4432 pCB->numCmds = 0; in resetCB()