Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c4059 int i, a, numCmds, numArgs; in index_compile_db() local
4090 numCmds = clang_CompileCommands_getSize(CCmds); in index_compile_db()
4092 if (numCmds==0) { in index_compile_db()
4098 for (i=0; i<numCmds && errorCode == 0; ++i) { in index_compile_db()
4316 int i, j, a, numCmds, numArgs; in perform_test_compilation_db() local
4344 numCmds = clang_CompileCommands_getSize(CCmds); in perform_test_compilation_db()
4346 if (numCmds==0) { in perform_test_compilation_db()
4353 for (j=0; j<numCmds; ++j) { in perform_test_compilation_db()