Searched refs:Commands (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp22 ManagedStatic<std::unordered_map<cl::SubCommand *, HandlerType>> Commands;
26 assert(Commands->count(SC) == 0 &&
29 (*Commands)[SC] = Command;
33 auto It = Commands->find(SC);
34 assert(It != Commands->end() &&
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp19 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) {
73 for (const auto &Command : Commands)
117 if (CommandID < llvm::array_lengthof(Commands))
118 return &Commands[CommandID];
133 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)];
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp76 std::vector<CompileCommand> Commands) const {
77 for (CompileCommand &Command : Commands)
80 return Commands;
H A DJSONCompilationDatabase.cpp241 std::vector<CompileCommand> Commands;
242 getCommands(CommandsRefI->getValue(), Commands);
243 return Commands;
256 std::vector<CompileCommand> Commands; local
257 getCommands(AllCommands, Commands);
258 return Commands;
317 std::vector<CompileCommand> &Commands) const {
323 Commands.emplace_back(
/freebsd-12-stable/lib/clang/liblldb/
H A DMakefile111 SRCS+= Commands/CommandCompletions.cpp
112 SRCS+= Commands/CommandObjectApropos.cpp
113 SRCS+= Commands/CommandObjectBreakpoint.cpp
114 SRCS+= Commands/CommandObjectBreakpointCommand.cpp
115 SRCS+= Commands/CommandObjectCommands.cpp
116 SRCS+= Commands/CommandObjectDisassemble.cpp
117 SRCS+= Commands/CommandObjectExpression.cpp
118 SRCS+= Commands/CommandObjectFrame.cpp
119 SRCS+= Commands/CommandObjectGUI.cpp
120 SRCS+= Commands/CommandObjectHel
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h150 adjustCommands(std::vector<CompileCommand> Commands) const;
H A DJSONCompilationDatabase.h122 std::vector<CompileCommand> &Commands) const;
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp432 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i]; local
436 unsigned NumBits = Log2_32_Ceil(Commands.size());
441 << " bits for " << Commands.size() << " unique commands.\n";
443 if (Commands.size() == 2) {
448 << Commands[1]
450 << Commands[0]
452 } else if (Commands.size() == 1) {
454 O << Commands[0] << "\n\n"; local
462 for (unsigned j = 0, e = Commands.size(); j != e; ++j) {
464 O << Commands[ local
[all...]
/freebsd-12-stable/contrib/openresolv/
H A Dresolvconf.in87 Commands:
107 Subscriber and System Init Commands:
/freebsd-12-stable/usr.sbin/ppp/
H A Dcommand.c840 static struct cmdtab const Commands[] = { variable
912 "Display this message", "help|? [command]", Commands},
1220 FindExec(bundle, Commands, argc, 0, argv, prompt, cx);
2705 FindExec(arg->bundle, Commands, arg->argc, arg->argn+1, arg->argv,
2725 FindExec(arg->bundle, Commands, arg->argc, arg->argn+1, arg->argv,
/freebsd-12-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh58 Commands:
/freebsd-12-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh60 Commands:
507 # Commands
/freebsd-12-stable/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak2039 # Commands to generate initial empty manifest file and the RC file
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex2324 % Commands to set the quote options.
3336 % Commands to set those variables.
4571 % Commands that take arguments.
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2274 % Commands to set those variables.
3388 % Commands that take arguments.

Completed in 767 milliseconds