Home
last modified time | relevance | path

Searched refs:OneOrMore (Results 1 – 21 of 21) sorted by relevance

/external/clang/include/clang/Tooling/
DCommonOptionsParser.h77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, in CommonOptionsParser() argument
/external/fmtlib/support/
Ddocopt.py83 parents = [Required, Optional, OptionsShortcut, Either, OneOrMore]
90 elif type(child) is OneOrMore:
246 class OneOrMore(BranchPattern): class
396 atom = [OneOrMore(*atom)]
/external/swiftshader/third_party/LLVM/tools/llvm-link/
Dllvm-link.cpp32 InputFilenames(cl::Positional, cl::OneOrMore,
/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp421 O->getNumOccurrencesFlag() == cl::OneOrMore; in RequiresValue()
426 O->getNumOccurrencesFlag() == cl::OneOrMore; in EatsUnboundedNumberOfValues()
770 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions()
818 case OneOrMore: in ParseCommandLineOptions()
885 case OneOrMore: in addOccurrence()
/external/llvm/tools/bugpoint/
Dbugpoint.cpp42 InputFilenames(cl::Positional, cl::OneOrMore,
/external/swiftshader/third_party/LLVM/tools/bugpoint/
Dbugpoint.cpp42 InputFilenames(cl::Positional, cl::OneOrMore,
/external/llvm/tools/llvm-cov/
Dgcov.cpp85 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain()
/external/llvm/lib/Support/
DCommandLine.cpp674 O->getNumOccurrencesFlag() == cl::OneOrMore; in RequiresValue()
679 O->getNumOccurrencesFlag() == cl::OneOrMore; in EatsUnboundedNumberOfValues()
1250 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions()
1297 case OneOrMore: in ParseCommandLineOptions()
1358 case OneOrMore: in addOccurrence()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp693 O->getNumOccurrencesFlag() == cl::OneOrMore; in RequiresValue()
698 O->getNumOccurrencesFlag() == cl::OneOrMore; in EatsUnboundedNumberOfValues()
1273 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions()
1320 case OneOrMore: in ParseCommandLineOptions()
1381 case OneOrMore: in addOccurrence()
/external/llvm/tools/dsymutil/
Ddsymutil.cpp39 static list<std::string> InputFiles(Positional, OneOrMore,
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp111 cl::OneOrMore, cl::sub(PrettySubcommand));
254 cl::OneOrMore, cl::sub(RawSubcommand));
/external/llvm/tools/llvm-link/
Dllvm-link.cpp43 InputFilenames(cl::Positional, cl::OneOrMore,
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp41 RestOfArgs(cl::Positional, cl::OneOrMore,
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
Dllvm-ld.cpp51 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp127 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp51 static list<std::string> InputFiles(Positional, OneOrMore,
/external/llvm/docs/
DCommandLine.rst526 cl::list<std::string> InputFilenames(cl::Positional, cl::desc("<Input files>"), cl::OneOrMore);
531 `cl::OneOrMore`_ modifier to inform the CommandLine library that it is an error
773 static cl::list<std::string> Files(cl::Positional, cl::OneOrMore);
1081 .. _cl::OneOrMore:
1083 * The **cl::OneOrMore** modifier indicates that the option must be specified at
/external/llvm/tools/sancov/
Dsancov.cc87 ClInputFiles(cl::Positional, cl::OneOrMore,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h106 OneOrMore = 0x03, // One or more occurrences required enumerator
/external/llvm/include/llvm/Support/
DCommandLine.h101 OneOrMore = 0x03, // One or more occurrences required enumerator
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h89 OneOrMore = 0x04, // One or more occurrences required enumerator