| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentCommandTraits.cpp | 19 : NextID(std::size(Commands)), Allocator(Allocator) { in CommandTraits() 73 for (const auto &Command : Commands) in getTypoCorrectCommandInfo() 117 if (CommandID < std::size(Commands)) in getBuiltinCommandInfo() 118 return &Commands[CommandID]; in getBuiltinCommandInfo() 133 return RegisteredCommands[CommandID - std::size(Commands)]; in getRegisteredCommandInfo()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | Makefile | 139 SRCS+= Commands/CommandCompletions.cpp 140 SRCS+= Commands/CommandObjectApropos.cpp 141 SRCS+= Commands/CommandObjectBreakpoint.cpp 142 SRCS+= Commands/CommandObjectBreakpointCommand.cpp 143 SRCS+= Commands/CommandObjectCommands.cpp 144 SRCS+= Commands/CommandObjectDWIMPrint.cpp 145 SRCS+= Commands/CommandObjectDiagnostics.cpp 146 SRCS+= Commands/CommandObjectDisassemble.cpp 147 SRCS+= Commands/CommandObjectExpression.cpp 148 SRCS+= Commands/CommandObjectFrame.cpp [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | JSONCompilationDatabase.cpp | 233 std::vector<CompileCommand> Commands; in getCompileCommands() local 234 getCommands(CommandsRefI->getValue(), Commands); in getCompileCommands() 235 return Commands; in getCompileCommands() 248 std::vector<CompileCommand> Commands; in getAllCompileCommands() local 249 getCommands(AllCommands, Commands); in getAllCompileCommands() 250 return Commands; in getAllCompileCommands() 309 std::vector<CompileCommand> &Commands) const { in getCommands() 315 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}, 78 LLDBLog::Target | LLDBLog::Commands);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.h | 73 std::vector<Command> Commands; member 174 Commands.push_back(std::move(Cmd)); in handleBuildCommand() 221 std::vector<Command> Commands; variable
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmWriterEmitter.cpp | 522 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i]; in EmitPrintInstruction() local 526 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction() 531 << Commands.size() << " unique commands.\n"; in EmitPrintInstruction() 533 if (Commands.size() == 2) { in EmitPrintInstruction() 537 << Commands[1] << " } else {\n" in EmitPrintInstruction() 538 << Commands[0] << " }\n\n"; in EmitPrintInstruction() 539 } else if (Commands.size() == 1) { in EmitPrintInstruction() 541 O << Commands[0] << "\n\n"; in EmitPrintInstruction() 548 for (unsigned j = 0, e = Commands.size(); j != e; ++j) { in EmitPrintInstruction() 550 O << Commands[j]; in EmitPrintInstruction()
|
| /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/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 181 TU.Commands = std::move(Commands); in takeTranslationUnitDeps()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | LLDBLog.h | 22 Commands = Log::ChannelFlag<3>, enumerator
|
| /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/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/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/sys/tools/gdb/ |
| H A D | README.txt | 19 Commands:
|
| /freebsd/contrib/mandoc/ |
| H A D | msec.in | 25 LINE("1", "FreeBSD General Commands Manual")
|