Home
last modified time | relevance | path

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

1234

/freebsd/lib/clang/liblldb/
H A DMakefile134 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 DCommentCommandTraits.cpp20 : 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 DJSONCompilationDatabase.cpp238 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 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},
75 LLDBLog::Target | LLDBLog::Commands);
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp521 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 DClangScanDeps.cpp382 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 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/lldb/include/lldb/Utility/
H A DLLDBLog.h22 Commands = Log::ChannelFlag<3>, enumerator
/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/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/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/contrib/mandoc/
H A Dmsec.in25 LINE("1", "FreeBSD General Commands Manual")
/freebsd/sys/tools/gdb/
H A DREADME.txt19 Commands:
/freebsd/etc/
H A Dmaster.passwd5 bin:*:3:7::0:0:Binaries Commands and Source:/:/usr/sbin/nologin

1234