Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4057 int i, a, numCmds, numArgs; in index_compile_db() local
4088 numCmds = clang_CompileCommands_getSize(CCmds); in index_compile_db()
4090 if (numCmds==0) { in index_compile_db()
4096 for (i=0; i<numCmds && errorCode == 0; ++i) { in index_compile_db()
4314 int i, j, a, numCmds, numArgs; in perform_test_compilation_db() local
4342 numCmds = clang_CompileCommands_getSize(CCmds); in perform_test_compilation_db()
4344 if (numCmds==0) { in perform_test_compilation_db()
4351 for (j=0; j<numCmds; ++j) { in perform_test_compilation_db()