Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DCommentCommandTraits.cpp59 auto ConsiderCorrection = [&](const CommandInfo *Command) { in getTypoCorrectCommandInfo()
74 for (const auto &Command : Commands) in getTypoCorrectCommandInfo() local
77 for (const auto *Command : RegisteredCommands) in getTypoCorrectCommandInfo() local
DCommentSema.cpp62 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command, in actOnBlockCommandArgs()
67 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command, in actOnBlockCommandFinish()
85 ParamCommandComment *Command = in actOnParamCommandStart() local
230 void Sema::actOnParamCommandDirectionArg(ParamCommandComment *Command, in actOnParamCommandDirectionArg()
259 void Sema::actOnParamCommandParamNameArg(ParamCommandComment *Command, in actOnParamCommandParamNameArg()
277 void Sema::actOnParamCommandFinish(ParamCommandComment *Command, in actOnParamCommandFinish()
288 TParamCommandComment *Command = in actOnTParamCommandStart() local
301 void Sema::actOnTParamCommandParamNameArg(TParamCommandComment *Command, in actOnTParamCommandParamNameArg()
360 void Sema::actOnTParamCommandFinish(TParamCommandComment *Command, in actOnTParamCommandFinish()
565 void Sema::checkBlockCommandEmptyParagraph(BlockCommandComment *Command) { in checkBlockCommandEmptyParagraph()
[all …]
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerCommand.h34 Command() : CombinedOutAndErr(false) {} in Command() function
36 explicit Command(const Vector<std::string> &ArgsToAdd) in Command() function
39 explicit Command(const Command &Other) in Command() function
DFuzzerUtilWindows.cpp159 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe()
DFuzzerUtilPosix.cpp165 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
Dxray-registry.cpp25 HandlerType Command) { in CommandRegistration()
/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
Ddbinput.c482 const char *Command, in AcpiDbMatchCommandHelp()
544 const char *Command, in AcpiDbDisplayCommandInfo()
581 char *Command) in AcpiDbDisplayHelp()
Ddbhistry.c168 char *Command; member
/freebsd-12-stable/sys/dev/hptmv/
Dcommand.h40 UCHAR Command; /* IDE_COMMAND_READ, _WRITE, _VERIFY */ member
72 UCHAR Command; /* CTRL_CMD_XXX */ member
89 UCHAR Command; /* CTRL_CMD_XXX */ member
208 } Command; typedef
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp262 StringRef Command) { in printInvalidCommand()
368 StringRef Command) { in printInvalidCommand()
/freebsd-12-stable/contrib/llvm-project/lldb/utils/TableGen/
DLLDBOptionDefEmitter.cpp153 static void emitOptions(std::string Command, std::vector<Record *> Records, in emitOptions()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DCompilation.h224 void setPostCallback(const std::function<void(const Command &, int)> &CB) { in setPostCallback()
DDriver.h41 class Command; variable
/freebsd-12-stable/sys/dev/aacraid/
Daacraid_reg.h78 u_int16_t Command; member
1173 u_int32_t Command; member
1212 u_int32_t Command; member
1228 u_int32_t Command; member
1236 u_int32_t Command; member
1266 u_int32_t Command; member
1360 u_int32_t Command; member
1383 u_int32_t Command; /* not FSACommand! */ member
1391 u_int32_t Command; member
1406 u_int32_t Command; /* not FSACommand! */ member
[all …]
/freebsd-12-stable/sys/dev/aac/
Daacreg.h143 u_int16_t Command; member
1169 u_int32_t Command; member
1185 u_int32_t Command; member
1194 u_int32_t Command; member
1224 u_int32_t Command; member
1320 u_int32_t Command; /* not FSACommand! */ member
1328 u_int32_t Command; member
1343 u_int32_t Command; /* not FSACommand! */ member
1352 u_int32_t Command; /* not FSACommand! */ member
1381 u_int32_t Command; member
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
DJSONCompilationDatabase.cpp355 llvm::Optional<std::vector<llvm::yaml::ScalarNode *>> Command; in parse() local
/freebsd-12-stable/usr.sbin/pppctl/
Dpppctl.c382 char Command[LINELEN]; in main() local
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DAsmWriterEmitter.cpp182 std::string Command = " "+Inst.Operands[0].getCode(PassSubtarget)+"\n"; in FindUniqueOperandCommands() local
230 std::string Command = " " + in FindUniqueOperandCommands() local
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp98 enum class Command { enum
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DJob.cpp38 Command::Command(const Action &Source, const Tool &Creator, in Command() function in Command
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DMachODumper.cpp705 for (const auto &Command : Obj->load_commands()) { in printNeededLibraries() local
/freebsd-12-stable/sys/dev/hptrr/
Dhim.h322 HPT_U8 Command; member
345 HPT_U8 Command; /* CTRL_CMD_XXX */ member
/freebsd-12-stable/sys/dev/mpt/mpilib/
Dmpi_raid.h261 U8 Command[10]; member
/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
DToolRunner.cpp358 std::string Command; in lexCommand() local
/freebsd-12-stable/sys/dev/hptnr/
Dhim.h367 HPT_U8 Command; member
390 HPT_U8 Command; member

123