| /freebsd-14.2/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-14.2/lib/clang/liblldb/ |
| H A D | Makefile | 118 SRCS+= Commands/CommandCompletions.cpp 127 SRCS+= Commands/CommandObjectFrame.cpp 128 SRCS+= Commands/CommandObjectGUI.cpp 129 SRCS+= Commands/CommandObjectHelp.cpp 131 SRCS+= Commands/CommandObjectLog.cpp 132 SRCS+= Commands/CommandObjectMemory.cpp 136 SRCS+= Commands/CommandObjectPlugin.cpp 138 SRCS+= Commands/CommandObjectQuit.cpp 145 SRCS+= Commands/CommandObjectStats.cpp 149 SRCS+= Commands/CommandObjectTrace.cpp [all …]
|
| /freebsd-14.2/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() 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()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkUtilRegistry.cpp | 21 static std::unordered_map<cl::SubCommand *, HandlerType> Commands; in getCommands() local 22 return Commands; in getCommands()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.h | 64 std::vector<Command> Commands; member 157 Commands.push_back(std::move(Cmd)); in handleBuildCommand() 190 std::vector<Command> Commands; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmWriterEmitter.cpp | 492 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i]; in EmitPrintInstruction() local 496 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction() 501 << " bits for " << Commands.size() << " unique commands.\n"; in EmitPrintInstruction() 503 if (Commands.size() == 2) { in EmitPrintInstruction() 508 << Commands[1] in EmitPrintInstruction() 510 << Commands[0] in EmitPrintInstruction() 512 } else if (Commands.size() == 1) { in EmitPrintInstruction() 514 O << Commands[0] << "\n\n"; in EmitPrintInstruction() 522 for (unsigned j = 0, e = Commands.size(); j != e; ++j) { in EmitPrintInstruction() 524 O << Commands[j]; in EmitPrintInstruction()
|
| /freebsd-14.2/usr.bin/tip/ |
| H A D | README | 33 Commands: 36 The command dispatch table is defined in cmdtab.c. Commands
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/ |
| H A D | TraceExporterCTFOptions.td | 1 include "../../../../source/Commands/OptionsBase.td"
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 174 TU.Commands = std::move(Commands); in takeTranslationUnitDeps()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | LLDBLog.h | 22 Commands = Log::ChannelFlag<3>, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | JSONCompilationDatabase.h | 122 std::vector<CompileCommand> &Commands) const;
|
| H A D | CommonOptionsParser.h | 138 adjustCommands(std::vector<CompileCommand> Commands) const;
|
| /freebsd-14.2/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-14.2/usr.bin/mail/misc/ |
| H A D | mail.help | 1 Mail Commands
|
| /freebsd-14.2/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 35 Commands to find kernel version:
|
| /freebsd-14.2/tests/sys/cddl/zfs/include/ |
| H A D | commands.txt | 38 # General Solaris Commands 184 # ZFS Commands
|
| /freebsd-14.2/contrib/mandoc/ |
| H A D | msec.in | 25 LINE("1", "FreeBSD General Commands Manual")
|