Home
last modified time | relevance | path

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

/external/clang/include/clang/Tooling/
DCommonOptionsParser.h77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, in CommonOptionsParser() argument
/external/llvm/tools/bugpoint/
Dbugpoint.cpp42 InputFilenames(cl::Positional, cl::OneOrMore,
/external/llvm/tools/llvm-cov/
Dgcov.cpp93 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain()
/external/llvm/lib/Support/
DCommandLine.cpp509 O->getNumOccurrencesFlag() == cl::OneOrMore; in RequiresValue()
514 O->getNumOccurrencesFlag() == cl::OneOrMore; in EatsUnboundedNumberOfValues()
1030 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions()
1077 case OneOrMore: in ParseCommandLineOptions()
1134 case OneOrMore: in addOccurrence()
/external/llvm/tools/dsymutil/
Ddsymutil.cpp39 static list<std::string> InputFiles(Positional, OneOrMore,
/external/llvm/tools/llvm-link/
Dllvm-link.cpp40 InputFilenames(cl::Positional, cl::OneOrMore,
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp72 InputFilenames(cl::Positional, cl::OneOrMore,
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp33 static list<std::string> InputFiles(Positional, OneOrMore,
/external/llvm/tools/sancov/
Dsancov.cc70 static cl::list<std::string> ClInputFiles(cl::Positional, cl::OneOrMore,
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp64 cl::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/include/llvm/Support/
DCommandLine.h98 OneOrMore = 0x03, // One or more occurrences required enumerator