Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A 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
H A DFuzzerUtilWindows.cpp159 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe()
H A DFuzzerUtilPosix.cpp165 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A 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
H A 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()
583 void Sema::checkReturnsCommand(const BlockCommandComment *Command) { in checkReturnsCommand()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp25 HandlerType Command) { in CommandRegistration()
/freebsd-13.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c485 const char *Command, in AcpiDbMatchCommandHelp()
547 const char *Command, in AcpiDbDisplayCommandInfo()
584 char *Command) in AcpiDbDisplayHelp()
H A Ddbhistry.c168 char *Command; member
/freebsd-13.1/sys/dev/hptmv/
H A 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-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp262 StringRef Command) { in printInvalidCommand()
368 StringRef Command) { in printInvalidCommand()
/freebsd-13.1/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp153 static void emitOptions(std::string Command, std::vector<Record *> Records, in emitOptions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DCompilation.h224 void setPostCallback(const std::function<void(const Command &, int)> &CB) { in setPostCallback()
H A DDriver.h41 class Command; variable
/freebsd-13.1/sys/dev/aacraid/
H A 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
1359 u_int32_t Command; member
1382 u_int32_t Command; /* not FSACommand! */ member
1390 u_int32_t Command; member
1405 u_int32_t Command; /* not FSACommand! */ member
[all …]
/freebsd-13.1/sys/dev/aac/
H A 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-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp355 llvm::Optional<std::vector<llvm::yaml::ScalarNode *>> Command; in parse() local
/freebsd-13.1/usr.sbin/pppctl/
H A Dpppctl.c382 char Command[LINELEN]; in main() local
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp182 std::string Command = " "+Inst.Operands[0].getCode(PassSubtarget)+"\n"; in FindUniqueOperandCommands() local
230 std::string Command = " " + in FindUniqueOperandCommands() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp38 Command::Command(const Action &Source, const Tool &Creator, in Command() function in Command
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp98 enum class Command { enum
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp705 for (const auto &Command : Obj->load_commands()) { in printNeededLibraries() local
/freebsd-13.1/sys/dev/hptrr/
H A Dhim.h322 HPT_U8 Command; member
345 HPT_U8 Command; /* CTRL_CMD_XXX */ member
/freebsd-13.1/sys/dev/mpt/mpilib/
H A Dmpi_raid.h252 U8 Command[10]; member
/freebsd-13.1/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp358 std::string Command; in lexCommand() local
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1135 for (const auto &Command : MachO.load_commands()) { in dumpSymbolsFromDLInfoMachO() local
1492 for (const auto &Command : MachO.load_commands()) { in dumpSymbolsFromDLInfoMachO() local

12