Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXCompilationDatabase.cpp41 std::vector<CompileCommand> CCmd; member
44 : CCmd(std::move(Cmd)) {} in AllocatedCXCompileCommands()
52 std::vector<CompileCommand> CCmd(db->getCompileCommands(CompleteFileName)); in clang_CompilationDatabase_getCompileCommands() local
53 if (!CCmd.empty()) in clang_CompilationDatabase_getCompileCommands()
54 return new AllocatedCXCompileCommands(std::move(CCmd)); in clang_CompilationDatabase_getCompileCommands()
63 std::vector<CompileCommand> CCmd(db->getAllCompileCommands()); in clang_CompilationDatabase_getAllCompileCommands() local
64 if (!CCmd.empty()) in clang_CompilationDatabase_getAllCompileCommands()
65 return new AllocatedCXCompileCommands(std::move(CCmd)); in clang_CompilationDatabase_getAllCompileCommands()
86 return ACC->CCmd.size(); in clang_CompileCommands_getSize()
98 if (I >= ACC->CCmd.size()) in clang_CompileCommands_getCommand()
[all …]
/external/tcpdump/tests/
Daoe_1-v.out3 Buffer Count: 0, Firmware Version: 0, Sector Count: 0, AoE: 0, CCmd: read config string
6 Buffer Count: 0, Firmware Version: 0, Sector Count: 0, AoE: 0, CCmd: read config string
260 Buffer Count: 0, Firmware Version: 0, Sector Count: 0, AoE: 0, CCmd: read config string
263 Buffer Count: 16, Firmware Version: 16405, Sector Count: 2, AoE: 1, CCmd: read config string
306 Buffer Count: 0, Firmware Version: 0, Sector Count: 0, AoE: 0, CCmd: read config string
309 Buffer Count: 16, Firmware Version: 16405, Sector Count: 2, AoE: 1, CCmd: read config string
322 Buffer Count: 0, Firmware Version: 0, Sector Count: 0, AoE: 0, CCmd: read config string
725 Buffer Count: 0, Firmware Version: 0, Sector Count: 0, AoE: 0, CCmd: read config string
728 Buffer Count: 16, Firmware Version: 16405, Sector Count: 2, AoE: 1, CCmd: read config string
731 Buffer Count: 0, Firmware Version: 0, Sector Count: 0, AoE: 0, CCmd: read config string
[all …]
/external/clang/tools/c-index-test/
Dc-index-test.c3484 CXCompileCommand CCmd; in index_compile_db() local
3532 CCmd = clang_CompileCommands_getCommand(CCmds, i); in index_compile_db()
3534 wd = clang_CompileCommand_getDirectory(CCmd); in index_compile_db()
3542 numArgs = clang_CompileCommand_getNumArgs(CCmd); in index_compile_db()
3549 cxargs[a] = clang_CompileCommand_getArg(CCmd, a); in index_compile_db()
3740 CXCompileCommand CCmd; in perform_test_compilation_db() local
3785 CCmd = clang_CompileCommands_getCommand(CCmds, j); in perform_test_compilation_db()
3787 wd = clang_CompileCommand_getDirectory(CCmd); in perform_test_compilation_db()
3792 numArgs = clang_CompileCommand_getNumArgs(CCmd); in perform_test_compilation_db()
3795 arg = clang_CompileCommand_getArg(CCmd, a); in perform_test_compilation_db()