| /freebsd/lib/clang/liblldb/ |
| H A D | Makefile | 134 SRCS+= Commands/CommandCompletions.cpp 135 SRCS+= Commands/CommandObjectApropos.cpp 136 SRCS+= Commands/CommandObjectBreakpoint.cpp 137 SRCS+= Commands/CommandObjectBreakpointCommand.cpp 138 SRCS+= Commands/CommandObjectCommands.cpp 139 SRCS+= Commands/CommandObjectDWIMPrint.cpp 140 SRCS+= Commands/CommandObjectDiagnostics.cpp 141 SRCS+= Commands/CommandObjectDisassemble.cpp 142 SRCS+= Commands/CommandObjectExpression.cpp 143 SRCS+= Commands/CommandObjectFrame.cpp [all …]
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/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() 314 std::vector<CompileCommand> &Commands) const { in getCommands() 320 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()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | LLDBLog.cpp | 20 {{"commands"}, {"log command argument parsing"}, LLDBLog::Commands}, 75 LLDBLog::Target | LLDBLog::Commands);
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmWriterEmitter.cpp | 521 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i]; in EmitPrintInstruction() local 525 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction() 530 << Commands.size() << " unique commands.\n"; in EmitPrintInstruction() 532 if (Commands.size() == 2) { in EmitPrintInstruction() 536 << Commands[1] << " } else {\n" in EmitPrintInstruction() 537 << Commands[0] << " }\n\n"; in EmitPrintInstruction() 538 } else if (Commands.size() == 1) { in EmitPrintInstruction() 540 O << Commands[0] << "\n\n"; in EmitPrintInstruction() 547 for (unsigned j = 0, e = Commands.size(); j != e; ++j) { in EmitPrintInstruction() 549 O << Commands[j]; in EmitPrintInstruction()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 382 ID.Commands = std::move(TUDeps.Commands); in mergeDeps() 434 for (const auto &Cmd : I.Commands) in roundTripCommands() 470 Array Commands; in printFullOutput() local 472 for (const auto &Cmd : I.Commands) { in printFullOutput() 481 Commands.push_back(std::move(O)); in printFullOutput() 492 Commands.push_back(std::move(O)); in printFullOutput() 495 {"commands", std::move(Commands)}, in printFullOutput() 548 std::vector<Command> Commands; member
|
| /freebsd/usr.bin/tip/ |
| H A D | README | 33 Commands: 36 The command dispatch table is defined in cmdtab.c. Commands
|
| /freebsd/contrib/ntp/html/scripts/ |
| H A D | accopt.txt | 1 document.write("<p>Access Control Commands and Options</p><ul>\
|
| H A D | monopt.txt | 1 document.write("<p>Monitoring Commands and Options</p><ul>\
|
| H A D | clockopt.txt | 1 document.write("<p>Reference Clock Commands and Options</p><ul>\
|
| H A D | confopt.txt | 1 document.write("<p>Server Commands and Options</p><ul>\
|
| H A D | authopt.txt | 1 document.write("<p>Authentication Commands and Options</p4><ul>\
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | TraceExporterCTFOptions.td | 1 include "../../../../source/Commands/OptionsBase.td"
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | LLDBLog.h | 22 Commands = Log::ChannelFlag<3>, enumerator
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | ntpq.texi | 43 * Internal Commands:: 44 * Control Message Commands:: 73 @node Usage, Internal Commands, ntpq Description, Top 113 @node Internal Commands, Control Message Commands, Usage, Top 115 @section Internal Commands 197 @node Control Message Commands, Status Words and Kiss Codes, Internal Commands, Top 199 @section Control Message Commands 472 @node Status Words and Kiss Codes, System Variables, Control Message Commands, Top
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | JSONCompilationDatabase.h | 122 std::vector<CompileCommand> &Commands) const;
|
| H A D | CommonOptionsParser.h | 143 adjustCommands(std::vector<CompileCommand> Commands) const;
|
| /freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 35 Commands to find kernel version:
|
| /freebsd/usr.bin/mail/misc/ |
| H A D | mail.help | 1 Mail Commands
|
| /freebsd/tests/sys/cddl/zfs/include/ |
| H A D | commands.txt | 35 # General Solaris Commands 181 # ZFS Commands
|
| /freebsd/contrib/mandoc/ |
| H A D | msec.in | 25 LINE("1", "FreeBSD General Commands Manual")
|
| /freebsd/sys/tools/gdb/ |
| H A D | README.txt | 19 Commands:
|
| /freebsd/etc/ |
| H A D | master.passwd | 5 bin:*:3:7::0:0:Binaries Commands and Source:/:/usr/sbin/nologin
|