| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | CommentCommandTraits.cpp | 20 : NextID(std::size(Commands)), Allocator(Allocator) { in CommandTraits() 74 for (const auto &Command : Commands) in getTypoCorrectCommandInfo() 118 if (CommandID < std::size(Commands)) in getBuiltinCommandInfo() 119 return &Commands[CommandID]; in getBuiltinCommandInfo() 134 return RegisteredCommands[CommandID - std::size(Commands)]; in getRegisteredCommandInfo()
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/ |
| D | JSONCompilationDatabase.cpp | 238 std::vector<CompileCommand> Commands; in getCompileCommands() local 239 getCommands(CommandsRefI->getValue(), Commands); in getCompileCommands() 240 return Commands; in getCompileCommands() 253 std::vector<CompileCommand> Commands; in getAllCompileCommands() local 254 getCommands(AllCommands, Commands); in getAllCompileCommands() 255 return Commands; in getAllCompileCommands() 315 std::vector<CompileCommand> &Commands) const { in getCommands() 321 Commands.emplace_back( in getCommands()
|
| D | CommonOptionsParser.cpp | 76 std::vector<CompileCommand> Commands) const { in adjustCommands() 77 for (CompileCommand &Command : Commands) in adjustCommands() 80 return Commands; in adjustCommands()
|
| /openbsd/src/gnu/usr.bin/clang/include/lldb/Commands/ |
| D | Makefile | 17 CommandOptions.inc: ${LLDB_SRCS}/source/Commands/Options.td 19 -I${LLDB_SRCS}/source/Commands \
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-xray/ |
| D | xray-registry.cpp | 22 static std::unordered_map<cl::SubCommand *, HandlerType> Commands; in getCommands() local 23 return Commands; in getCommands()
|
| /openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/ |
| D | README.md | 93 …mands executed upon debugger startup prior to creating the LLDB target. Commands and command outpu… 94 … executed just before launching after the LLDB target has been created. Commands and command outpu… 95 |**stopCommands** |[string]| | LLDB commands executed just after each stop. Commands and command … 96 |**exitCommands** |[string]| | LLDB commands executed when the program exits. Commands and comman… 97 …** |[string]| | LLDB commands executed when the debugging session ends. Commands and command outpu… 120 …mands executed upon debugger startup prior to creating the LLDB target. Commands and command outpu… 121 … executed just before launching after the LLDB target has been created. Commands and command outpu… 122 |**stopCommands** |[string]| | LLDB commands executed just after each stop. Commands and command … 123 |**exitCommands** |[string]| | LLDB commands executed when the program exits. Commands and comman… 124 …** |[string]| | LLDB commands executed when the debugging session ends. Commands and command outpu…
|
| /openbsd/src/gnu/usr.bin/clang/liblldbCommands/ |
| D | Makefile | 48 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Commands 57 CPPFLAGS+= -I${.OBJDIR}/../include/lldb/Commands
|
| /openbsd/src/gnu/llvm/lldb/source/Utility/ |
| D | LLDBLog.cpp | 20 {{"commands"}, {"log command argument parsing"}, LLDBLog::Commands}, 74 LLDBLog::Target | LLDBLog::Commands);
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
| D | DependencyScanningTool.h | 59 std::vector<Command> Commands; member 151 Commands.push_back(std::move(Cmd)); in handleBuildCommand() 187 std::vector<Command> Commands; variable
|
| /openbsd/src/usr.bin/vi/docs/internals/ |
| D | autowrite | 8 Commands that are affected only by autowrite: 35 Commands that are affected by both autowrite and force: 73 Commands that might be affected by autowrite, but aren't:
|
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/ |
| D | AsmWriterEmitter.cpp | 487 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i]; in EmitPrintInstruction() local 491 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction() 496 << " bits for " << Commands.size() << " unique commands.\n"; in EmitPrintInstruction() 498 if (Commands.size() == 2) { in EmitPrintInstruction() 503 << Commands[1] in EmitPrintInstruction() 505 << Commands[0] in EmitPrintInstruction() 507 } else if (Commands.size() == 1) { in EmitPrintInstruction() 509 O << Commands[0] << "\n\n"; in EmitPrintInstruction() 517 for (unsigned j = 0, e = Commands.size(); j != e; ++j) { in EmitPrintInstruction() 519 O << Commands[j]; in EmitPrintInstruction()
|
| /openbsd/src/gnu/llvm/clang/tools/clang-scan-deps/ |
| D | ClangScanDeps.cpp | 289 ID.Commands = std::move(FD.Commands); in mergeDeps() 326 Array Commands; in printFullOutput() local 328 for (const auto &Cmd : I.Commands) { in printFullOutput() 337 Commands.push_back(std::move(O)); in printFullOutput() 348 Commands.push_back(std::move(O)); in printFullOutput() 351 {"commands", std::move(Commands)}, in printFullOutput() 388 std::vector<Command> Commands; member
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Dt/ |
| D | nobody.out_markdown | 1 DT-NOBODY(1) - General Commands Manual
|
| D | nobody.out_ascii | 1 DT-NOBODY(1) General Commands Manual DT-NOBODY(1)
|
| /openbsd/src/regress/usr.bin/mandoc/man/TH/ |
| D | nobody.out_ascii | 1 TH-NOBODY(1) General Commands Manual TH-NOBODY(1)
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Nd/ |
| D | noarg.out_markdown | 1 ND-ARG0(1) - General Commands Manual
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Sh/ |
| D | emptyNAME.out_markdown | 1 SH-EMPTYNAME(1) - General Commands Manual
|
| D | first.out_markdown | 1 SH-FIRST(1) - General Commands Manual
|
| D | empty.out_markdown | 1 SH-EMPTY(1) - General Commands Manual
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Dd/ |
| D | long.out_markdown | 1 DD-LONG(1) - General Commands Manual
|
| D | manarg.out_markdown | 1 DD-MANARG(1) - General Commands Manual
|
| D | noarg.out_markdown | 1 DD-NOARG(1) - General Commands Manual
|
| D | order.out_markdown | 1 DD-ORDER(1) - General Commands Manual
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Os/ |
| D | long.out_markdown | 1 OS-LONG(1) - General Commands Manual
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Bl/ |
| D | multitype.out_markdown | 1 BL-MULTITYPE(1) - General Commands Manual
|