Home
last modified time | relevance | path

Searched refs:Commands (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp19 : 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 DMakefile139 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 DJSONCompilationDatabase.cpp233 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 DCommonOptionsParser.cpp76 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 Dxray-registry.cpp22 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 DLLDBLog.cpp20 {{"commands"}, {"log command argument parsing"}, LLDBLog::Commands},
78 LLDBLog::Target | LLDBLog::Commands);
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h73 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 DAsmWriterEmitter.cpp522 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 DREADME33 Commands:
36 The command dispatch table is defined in cmdtab.c. Commands
/freebsd/contrib/ntp/html/scripts/
H A Daccopt.txt1 document.write("<p>Access Control Commands and Options</p><ul>\
H A Dmonopt.txt1 document.write("<p>Monitoring Commands and Options</p><ul>\
H A Dclockopt.txt1 document.write("<p>Reference Clock Commands and Options</p><ul>\
H A Dconfopt.txt1 document.write("<p>Server Commands and Options</p><ul>\
H A Dauthopt.txt1 document.write("<p>Authentication Commands and Options</p4><ul>\
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DTraceExporterCTFOptions.td1 include "../../../../source/Commands/OptionsBase.td"
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp181 TU.Commands = std::move(Commands); in takeTranslationUnitDeps()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h22 Commands = Log::ChannelFlag<3>, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h122 std::vector<CompileCommand> &Commands) const;
H A DCommonOptionsParser.h143 adjustCommands(std::vector<CompileCommand> Commands) const;
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi43 * 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 Dbug_report.md35 Commands to find kernel version:
/freebsd/usr.bin/mail/misc/
H A Dmail.help1 Mail Commands
/freebsd/tests/sys/cddl/zfs/include/
H A Dcommands.txt35 # General Solaris Commands
181 # ZFS Commands
/freebsd/sys/tools/gdb/
H A DREADME.txt19 Commands:
/freebsd/contrib/mandoc/
H A Dmsec.in25 LINE("1", "FreeBSD General Commands Manual")

1234