Home
last modified time | relevance | path

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

1234

/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-registry.cpp23 ManagedStatic<std::unordered_map<cl::SubCommand *, HandlerType>> Commands; variable
27 assert(Commands->count(SC) == 0 && in CommandRegistration()
30 (*Commands)[SC] = Command; in CommandRegistration()
34 auto It = Commands->find(SC); in dispatch()
35 assert(It != Commands->end() && in dispatch()
/freebsd-12.1/contrib/llvm/tools/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-12.1/lib/clang/liblldb/
H A DMakefile104 SRCS+= Commands/CommandCompletions.cpp
112 SRCS+= Commands/CommandObjectFrame.cpp
113 SRCS+= Commands/CommandObjectGUI.cpp
114 SRCS+= Commands/CommandObjectHelp.cpp
116 SRCS+= Commands/CommandObjectLog.cpp
117 SRCS+= Commands/CommandObjectMemory.cpp
120 SRCS+= Commands/CommandObjectPlugin.cpp
122 SRCS+= Commands/CommandObjectQuit.cpp
126 SRCS+= Commands/CommandObjectSource.cpp
127 SRCS+= Commands/CommandObjectStats.cpp
[all …]
/freebsd-12.1/contrib/llvm/tools/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()
267 std::vector<CompileCommand> &Commands) const { in getCommands()
273 Commands.emplace_back( in getCommands()
H A DCommonOptionsParser.cpp77 std::vector<CompileCommand> Commands) const { in adjustCommands()
78 for (CompileCommand &Command : Commands) in adjustCommands()
81 return Commands; in adjustCommands()
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-3552 Bindable Readline Commands
559 * Commands For Text:: Commands for changing text.
560 * Commands For Killing:: Commands for killing and yanking.
576 File: gdb.info, Node: Commands For Moving, Next: Commands For History, Up: Bindable Readline Com…
578 Commands For Moving
610 File: gdb.info, Node: Commands For History, Next: Commands For Text, Prev: Commands For Moving, …
680 …ile: gdb.info, Node: Commands For Text, Next: Commands For Killing, Prev: Commands For History,…
748 File: gdb.info, Node: Commands For Killing, Next: Numeric Arguments, Prev: Commands For Text, U…
809 … Node: Numeric Arguments, Next: Commands For Completion, Prev: Commands For Killing, Up: Binda…
869 …: Keyboard Macros, Next: Miscellaneous Commands, Prev: Commands For Completion, Up: Bindable Re…
[all …]
/freebsd-12.1/usr.sbin/pc-sysinstall/doc/
H A Dhelp-index3 Help Commands
11 System Query Commands
78 Partition Management Commands
89 Installation Commands
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp431 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i]; in EmitPrintInstruction() local
435 unsigned NumBits = Log2_32_Ceil(Commands.size()); in EmitPrintInstruction()
440 << " bits for " << Commands.size() << " unique commands.\n"; in EmitPrintInstruction()
442 if (Commands.size() == 2) { in EmitPrintInstruction()
447 << Commands[1] in EmitPrintInstruction()
449 << Commands[0] in EmitPrintInstruction()
451 } else if (Commands.size() == 1) { in EmitPrintInstruction()
453 O << Commands[0] << "\n\n"; in EmitPrintInstruction()
461 for (unsigned j = 0, e = Commands.size(); j != e; ++j) { in EmitPrintInstruction()
463 O << Commands[j]; in EmitPrintInstruction()
/freebsd-12.1/usr.bin/tip/
H A DREADME34 Commands:
37 The command dispatch table is defined in cmdtab.c. Commands
/freebsd-12.1/contrib/ntp/html/scripts/
H A Daccopt.txt1 document.write("<p>Access Control Commands and Options</p><ul>\
H A Dclockopt.txt1 document.write("<p>Reference Clock 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-12.1/release/picobsd/floppy.tree/etc/
H A Dmaster.passwd6 bin:*:3:7::0:0:Binaries Commands and Source,,,:/:/nonexistent
/freebsd-12.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-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h123 std::vector<CompileCommand> &Commands) const;
H A DCommonOptionsParser.h151 adjustCommands(std::vector<CompileCommand> Commands) const;
/freebsd-12.1/usr.bin/mail/misc/
H A Dmail.help1 Mail Commands
/freebsd-12.1/tests/sys/cddl/zfs/include/
H A Dcommands.txt40 # General Solaris Commands
186 # ZFS Commands
/freebsd-12.1/contrib/mandoc/
H A Dmsec.in25 LINE("1", "FreeBSD General Commands Manual")
/freebsd-12.1/etc/
H A Dmaster.passwd7 bin:*:3:7::0:0:Binaries Commands and Source:/:/usr/sbin/nologin
/freebsd-12.1/contrib/sendmail/contrib/
H A Detrn.01 System Administration Commands etrn(1M)
/freebsd-12.1/contrib/openresolv/
H A Dresolvconf.in87 Commands:
107 Subscriber and System Init Commands:

1234