Home
last modified time | relevance | path

Searched defs:Commands (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilRegistry.cpp21 static std::unordered_map<cl::SubCommand *, HandlerType> Commands; in getCommands() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp22 static std::unordered_map<cl::SubCommand *, HandlerType> Commands; in getCommands() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h64 std::vector<Command> Commands; member
190 std::vector<Command> Commands; variable
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h22 Commands = Log::ChannelFlag<3>, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp238 std::vector<CompileCommand> Commands; in getCompileCommands() local
253 std::vector<CompileCommand> Commands; in getAllCompileCommands() local
/freebsd-src/contrib/capsicum-test/
H A Dfcntl.cc152 TEST(Fcntl, Commands) { in TEST() argument
/freebsd-src/crypto/openssl/
H A DINSTALL.md75 Commands section in Notational conventions
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp492 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i]; EmitPrintInstruction() local
[all...]
/freebsd-src/usr.sbin/ppp/
H A Dcommand.c838 static struct cmdtab const Commands[] = { global() variable