Searched refs:CCmd (Results 1 – 3 of 3) sorted by relevance
/external/clang/tools/libclang/ |
D | CXCompilationDatabase.cpp | 41 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/ |
D | aoe_1-v.out | 3 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/ |
D | c-index-test.c | 3331 CXCompileCommand CCmd; in index_compile_db() local 3379 CCmd = clang_CompileCommands_getCommand(CCmds, i); in index_compile_db() 3381 wd = clang_CompileCommand_getDirectory(CCmd); in index_compile_db() 3389 numArgs = clang_CompileCommand_getNumArgs(CCmd); in index_compile_db() 3396 cxargs[a] = clang_CompileCommand_getArg(CCmd, a); in index_compile_db() 3587 CXCompileCommand CCmd; in perform_test_compilation_db() local 3632 CCmd = clang_CompileCommands_getCommand(CCmds, j); in perform_test_compilation_db() 3634 wd = clang_CompileCommand_getDirectory(CCmd); in perform_test_compilation_db() 3639 numArgs = clang_CompileCommand_getNumArgs(CCmd); in perform_test_compilation_db() 3642 arg = clang_CompileCommand_getArg(CCmd, a); in perform_test_compilation_db()
|