Home
last modified time | relevance | path

Searched refs:HelpMessage (Results 1 – 11 of 11) sorted by relevance

/external/libaom/build/cmake/
Drtcd.pl45 Getopt::Long::HelpMessage('-exit' => 1);
52 Getopt::Long::HelpMessage('-exit' => 1);
/external/clang/include/clang/Tooling/
DCommonOptionsParser.h105 static const char *const HelpMessage; variable
/external/libvpx/build/make/
Drtcd.pl45 Getopt::Long::HelpMessage('-exit' => 1);
52 Getopt::Long::HelpMessage('-exit' => 1);
/external/pytorch/c10/util/
DRegistry.h137 inline const std::unordered_map<SrcType, std::string>& HelpMessage() const { in HelpMessage() function
141 const char* HelpMessage(const SrcType& key) const { in HelpMessage() function
Dflags_use_no_gflags.cpp53 for (const auto& help_msg : C10FlagsRegistry()->HelpMessage()) { in ParseCommandLineFlags()
/external/clang/lib/Tooling/
DCommonOptionsParser.cpp35 const char *const CommonOptionsParser::HelpMessage = member in CommonOptionsParser
/external/clang/tools/clang-check/
DClangCheck.cpp39 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
/external/sandboxed-api/sandboxed_api/tools/clang_generator/
Dgenerator_tool.cc45 clang::tooling::CommonOptionsParser::HelpMessage);
/external/clang/docs/
DLibTooling.rst127 // CommonOptionsParser declares HelpMessage with a description of the common
130 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
DLibASTMatchersTutorial.rst143 // CommonOptionsParser declares HelpMessage with a description of the common
146 static cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
/external/libbrillo/brillo/
Dflag_helper_test.cc237 TEST_F(FlagHelperTest, HelpMessage) { in TEST_F() argument