HomeSort by: relevance | last modified time | path
    Searched refs:Overview (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Support.h 40 const char *Overview);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
CommonOptionsParser.cpp 85 llvm::cl::NumOccurrencesFlag OccurrencesFlag, const char *Overview) {
116 if (!cl::ParseCommandLineOptions(argc, argv, Overview, &OS)) {
158 llvm::cl::NumOccurrencesFlag OccurrencesFlag, const char *Overview) {
161 Parser.init(argc, argv, Category, OccurrencesFlag, Overview);
169 llvm::cl::NumOccurrencesFlag OccurrencesFlag, const char *Overview) {
170 llvm::Error Err = init(argc, argv, Category, OccurrencesFlag, Overview);
Execution.cpp 60 const char *Overview) {
63 /*Overview=*/Overview);
90 const char *Overview) {
92 Overview);
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
CommonOptionsParser.h 79 const char *Overview = nullptr);
87 const char *Overview = nullptr);
111 const char *Overview);
Execution.h 174 const char *Overview = nullptr);
180 const char *Overview = nullptr);
  /src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
ClangExtDefMapGen.cpp 119 const char *Overview = "\nThis tool collects the USR name and location "
123 argc, argv, ClangExtDefMapGenCategory, cl::ZeroOrMore, Overview);
  /src/external/ibm-public/postfix/dist/mantools/
make_soho_readme 24 <h2>Overview</h2>
  /src/external/apache2/llvm/dist/llvm/tools/llvm-gsymutil/
llvm-gsymutil.cpp 459 const char *Overview =
468 cl::ParseCommandLineOptions(argc, argv, Overview);
  /src/sys/arch/sandpoint/
README 3 Overview
  /src/external/apache2/llvm/dist/llvm/lib/Support/
CommandLine.cpp 148 // Globals for name and overview of program. Program name is not a string to
175 StringRef Overview, raw_ostream *Errs = nullptr,
1297 StringRef Overview, raw_ostream *Errs,
1318 return GlobalParser->ParseCommandLineOptions(NewArgc, &NewArgv[0], Overview,
1333 StringRef Overview,
1352 ProgramOverview = Overview;
2213 outs() << "OVERVIEW: " << GlobalParser->ProgramOverview << "\n";
2624 const char *Overview) {
2625 llvm::cl::ParseCommandLineOptions(argc, argv, StringRef(Overview),
  /src/external/gpl3/gdb/dist/readline/readline/doc/
texi2html 270 # (resp. chapter) and separate pages for Top, ToC, Overview, Index,
520 # 'Overview_Button' => 'Overview',
671 # Overview -- Short table of contents
750 # author and overview is printed
783 # print fulltitle, subtitle, author, Overview
794 <H2> Overview: </H2>
804 # Layout of Toc, Overview, and Footnotes pages
1024 'Overview', '',
1044 'Overview', '',
1072 'Overview', 'Overview'
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/doc/
texi2html 270 # (resp. chapter) and separate pages for Top, ToC, Overview, Index,
520 # 'Overview_Button' => 'Overview',
671 # Overview -- Short table of contents
750 # author and overview is printed
783 # print fulltitle, subtitle, author, Overview
794 <H2> Overview: </H2>
804 # Layout of Toc, Overview, and Footnotes pages
1024 'Overview', '',
1044 'Overview', '',
1072 'Overview', 'Overview'
    [all...]
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 103 value llvm_parse_command_line_options(value Overview, value Args) {
105 if (Overview == Val_int(0)) {
108 COverview = String_val(Field(Overview, 0));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h 72 StringRef Overview = "",

Completed in 29 milliseconds