| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CreateInvocationFromCommandLine.cpp | 100 auto Cmd = llvm::find_if(Jobs, [](const driver::Command &Cmd) { in createInvocation() argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerUtilLinux.cpp | 25 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand()
|
| H A D | FuzzerUtilWindows.cpp | 172 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() 177 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput) { in ExecuteCommand()
|
| H A D | FuzzerDriver.cpp | 238 Command Cmd(BaseCmd); in WorkerThread() local 279 std::string Cmd; in CloneArgsWithoutX() local 292 Command Cmd(Args); in RunInMultipleProcesses() local 366 Command Cmd(Args); in CleanseCrashInput() local 439 Command Cmd(BaseCmd); in MinimizeCrashInput() local
|
| H A D | FuzzerDataFlowTrace.cpp | 268 Command Cmd; in CollectDataFlow() local 278 Command Cmd; in CollectDataFlow() local
|
| H A D | FuzzerUtilDarwin.cpp | 41 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() argument
|
| H A D | FuzzerUtilFuchsia.cpp | 481 int ExecuteCommand(const Command &Cmd) { in ExecuteCommand() 579 Command Cmd(BaseCmd); in ExecuteCommand() local
|
| H A D | FuzzerFork.cpp | 66 Command Cmd; member 121 Command Cmd(Args); in CreateNewJob() local 265 Command Cmd(Args); in CollectDFT() local
|
| H A D | FuzzerUtilPosix.cpp | 93 bool ExecuteCommand(const Command &Cmd, std::string *CmdOutput) { in ExecuteCommand()
|
| H A D | FuzzerMerge.cpp | 501 Command Cmd(BaseCmd); in CrashResistantMerge() local
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | GuessTargetAndModeCompilationDatabase.cpp | 40 for (auto &Cmd : Cmds) { in addTargetAndMode() local
|
| H A D | LocateToolCompilationDatabase.cpp | 42 for (auto &Cmd : Cmds) { in addLocation() local
|
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 48 for (auto &Cmd : Cmds) in expand() local
|
| H A D | CompilationDatabase.cpp | 285 for (const auto &Cmd : Jobs) { in stripPositionalArgs() local
|
| H A D | JSONCompilationDatabase.cpp | 423 auto Cmd = CompileCommandRef(Directory, File, *Command, Output); in parse() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.h | 49 virtual void handleBuildCommand(Command Cmd) {} in handleBuildCommand() argument
|
| H A D | DependencyScanningTool.h | 173 void handleBuildCommand(Command Cmd) override { in handleBuildCommand()
|
| /freebsd/sys/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osgendbg.c | 192 char *Cmd = Ptr; in AcpiDbRunRemoteDebugger() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 161 StringRef InputString, Command &Cmd, in parseCommand() 282 void executeCommand(StringRef ModuleName, const T &ModuleSpec, Command Cmd, in executeCommand() 340 Command Cmd; in symbolizeInput() local
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1gen_reproducer_main.cpp | 135 if (const Command *Cmd = dyn_cast<Command>(&J)) { in generateReproducerForInvocationArguments() local
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 465 for (const auto &Cmd : I.Commands) in roundTripCommands() local 521 for (const auto &Cmd : I.Commands) { in printFullOutput() local 816 auto Cmd = C->getJobs().begin(); in getCompilationDatabase() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 76 T Cmd; in getStruct() local 89 T Cmd; in getStructOrErr() local 4840 MachO::symtab_command Cmd; in getSymtabLoadCommand() local 4855 MachO::dysymtab_command Cmd; in getDysymtabLoadCommand() local 4885 MachO::linkedit_data_command Cmd; in getDataInCodeLoadCommand() local 4900 MachO::linkedit_data_command Cmd; in getLinkOptHintsLoadCommand() local
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_oncore.c | 3016 u_char Cmd[20]; in oncore_get_timestamp() local 3528 u_char *cp, Cmd[20]; oncore_load_almanac() local 3792 u_char Cmd[20]; oncore_set_posn() local [all...] |
| /freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 162 class Cmd(object): class
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 78 const driver::Command *Cmd = cast<driver::Command>(&(*Jobs.begin())); in GetCC1Arguments() local
|