Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h83 llvm::cl::NumOccurrencesFlag OccurrencesFlag = llvm::cl::OneOrMore,
91 llvm::cl::NumOccurrencesFlag OccurrencesFlag = llvm::cl::OneOrMore,
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp45 InputFilenames(cl::Positional, cl::OneOrMore,
/freebsd/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp158 argc, argv, InstrCategory, llvm::cl::OneOrMore, in main()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp159 cl::OneOrMore, cl::sub(DiaDumpSubcommand));
203 cl::OneOrMore, cl::sub(PrettySubcommand));
443 cl::OneOrMore, cl::sub(BytesSubcommand));
645 cl::OneOrMore, cl::sub(DumpSubcommand));
722 cl::OneOrMore, cl::sub(MergeSubcommand));
734 cl::sub(ExplainSubcommand), cl::OneOrMore);
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp84 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore,
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp46 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp787 O->getNumOccurrencesFlag() == cl::OneOrMore; in RequiresValue()
792 O->getNumOccurrencesFlag() == cl::OneOrMore; in EatsUnboundedNumberOfValues()
1755 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions()
1800 case OneOrMore: in ParseCommandLineOptions()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp49 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-stacks.cpp39 cl::sub(Stack), cl::OneOrMore);
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp200 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h116 OneOrMore = 0x03, // One or more occurrences required enumerator