Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp22 ManagedStatic<std::unordered_map<cl::SubCommand *, HandlerType>> Commands; variable
26 assert(Commands->count(SC) == 0 && in CommandRegistration()
29 (*Commands)[SC] = Command; in CommandRegistration()
33 auto It = Commands->find(SC); in dispatch()
34 assert(It != Commands->end() && in dispatch()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) { in CommandTraits()
74 for (const auto &Command : Commands) in getTypoCorrectCommandInfo()
118 if (CommandID < llvm::array_lengthof(Commands)) in getBuiltinCommandInfo()
119 return &Commands[CommandID]; in getBuiltinCommandInfo()
134 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)]; in getRegisteredCommandInfo()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile112 SRCS+= Commands/CommandCompletions.cpp
119 SRCS+= Commands/CommandObjectFrame.cpp
120 SRCS+= Commands/CommandObjectGUI.cpp
121 SRCS+= Commands/CommandObjectHelp.cpp
123 SRCS+= Commands/CommandObjectLog.cpp
124 SRCS+= Commands/CommandObjectMemory.cpp
128 SRCS+= Commands/CommandObjectPlugin.cpp
130 SRCS+= Commands/CommandObjectQuit.cpp
138 SRCS+= Commands/CommandObjectStats.cpp
142 SRCS+= Commands/CommandObjectTrace.cpp
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp241 std::vector<CompileCommand> Commands; in getCompileCommands() local
242 getCommands(CommandsRefI->getValue(), Commands); in getCompileCommands()
243 return Commands; in getCompileCommands()
256 std::vector<CompileCommand> Commands; in getAllCompileCommands() local
257 getCommands(AllCommands, Commands); in getAllCompileCommands()
258 return Commands; in getAllCompileCommands()
318 std::vector<CompileCommand> &Commands) const { in getCommands()
324 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-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp483 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i]; in EmitPrintInstruction() local
487 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction()
492 << " bits for " << Commands.size() << " unique commands.\n"; in EmitPrintInstruction()
494 if (Commands.size() == 2) { in EmitPrintInstruction()
499 << Commands[1] in EmitPrintInstruction()
501 << Commands[0] in EmitPrintInstruction()
503 } else if (Commands.size() == 1) { in EmitPrintInstruction()
505 O << Commands[0] << "\n\n"; in EmitPrintInstruction()
513 for (unsigned j = 0, e = Commands.size(); j != e; ++j) { in EmitPrintInstruction()
515 O << Commands[j]; in EmitPrintInstruction()
/freebsd-13.1/usr.bin/tip/
H A DREADME34 Commands:
37 The command dispatch table is defined in cmdtab.c. Commands
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DTraceExporterCTFOptions.td1 include "../../../../source/Commands/OptionsBase.td"
/freebsd-13.1/contrib/ntp/html/scripts/
H A Dclockopt.txt1 document.write("<p>Reference Clock Commands and Options</p><ul>\
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 Dconfopt.txt1 document.write("<p>Server Commands and Options</p><ul>\
H A Dauthopt.txt1 document.write("<p>Authentication Commands and Options</p4><ul>\
H A Dmiscopt.txt1 document.write("<p>Miscellaneous Commands and Options</p><ul>\
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h122 std::vector<CompileCommand> &Commands) const;
H A DCommonOptionsParser.h138 adjustCommands(std::vector<CompileCommand> Commands) const;
/freebsd-13.1/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-13.1/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dbug_report.md35 Commands to find kernel version:
/freebsd-13.1/usr.bin/mail/misc/
H A Dmail.help1 Mail Commands
/freebsd-13.1/tests/sys/cddl/zfs/include/
H A Dcommands.txt40 # General Solaris Commands
186 # ZFS Commands
/freebsd-13.1/contrib/mandoc/
H A Dmsec.in25 LINE("1", "FreeBSD General Commands Manual")
/freebsd-13.1/etc/
H A Dmaster.passwd7 bin:*:3:7::0:0:Binaries Commands and Source:/:/usr/sbin/nologin
/freebsd-13.1/contrib/sendmail/contrib/
H A Detrn.01 System Administration Commands etrn(1M)
/freebsd-13.1/crypto/openssl/doc/man3/
H A DX509_LOOKUP.pod84 in L</Control Commands>.
143 =head2 Control Commands
/freebsd-13.1/
H A DREADME.md40 gnu Commands and libraries under the GNU General Public License

123