/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A 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/ |
H A 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()
|
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | Makefile | 48 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Commands 57 CPPFLAGS+= -I${.OBJDIR}/../include/lldb/Commands
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A 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/ |
H A 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/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/ |
H A D | BUILD.gn | 18 "//lldb/source/Commands", 28 # Reaches into source/Commands implementation details.
|
/openbsd-src/usr.bin/vi/docs/internals/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | nobody.out_markdown | 1 DT-NOBODY(1) - General Commands Manual
|
H A D | nobody.out_ascii | 1 DT-NOBODY(1) General Commands Manual DT-NOBODY(1)
|
/openbsd-src/regress/usr.bin/mandoc/man/TH/ |
H A D | nobody.out_ascii | 1 TH-NOBODY(1) General Commands Manual TH-NOBODY(1)
|
/openbsd-src/regress/usr.bin/mandoc/mdoc/Sh/ |
H A D | emptyNAME.out_markdown | 1 SH-EMPTYNAME(1) - General Commands Manual
|
H A D | first.out_markdown | 1 SH-FIRST(1) - General Commands Manual
|
H A D | empty.out_markdown | 1 SH-EMPTY(1) - General Commands Manual
|
/openbsd-src/regress/usr.bin/mandoc/mdoc/Nd/ |
H A D | noarg.out_markdown | 1 ND-ARG0(1) - General Commands Manual
|
/openbsd-src/regress/usr.bin/mandoc/mdoc/Dd/ |
H A D | long.out_markdown | 1 DD-LONG(1) - General Commands Manual
|
H A D | manarg.out_markdown | 1 DD-MANARG(1) - General Commands Manual
|
H A D | noarg.out_markdown | 1 DD-NOARG(1) - General Commands Manual
|
/openbsd-src/regress/usr.bin/mandoc/mdoc/Os/ |
H A D | long.out_markdown | 1 OS-LONG(1) - General Commands Manual
|
/openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/ |
H A D | multitype.out_markdown | 1 BL-MULTITYPE(1) - General Commands Manual
|