Home
last modified time | relevance | path

Searched refs:ZeroOrMore (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp47 cl::Positional, cl::ZeroOrMore);
140 cl::ZeroOrMore, cl::location(ReaderOptions.Compare.Context),
171 cl::value_desc("pathname"), cl::Hidden, cl::ZeroOrMore,
178 cl::value_desc("N"), cl::Hidden, cl::ZeroOrMore,
197 cl::Hidden, cl::ZeroOrMore,
271 cl::Hidden, cl::ZeroOrMore,
280 cl::Hidden, cl::ZeroOrMore, cl::location(ReaderOptions.Select.UseRegex),
294 cl::CommaSeparated, cl::ZeroOrMore);
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSubtarget.cpp31 "spirv-extensions", cl::desc("SPIR-V extensions"), cl::ZeroOrMore,
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp62 CommonOptionsParser::create(argc, argv, Category, llvm::cl::ZeroOrMore, in createExecutorFromCommandLineArgsImpl()
H A DCommonOptionsParser.cpp125 if ((OccurrencesFlag == cl::ZeroOrMore || OccurrencesFlag == cl::Optional) && in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h115 ZeroOrMore = 0x01, // Zero or more occurrences allowed enumerator
1746 : Option(ZeroOrMore, NotHidden), Parser(*this) {
1902 : Option(ZeroOrMore, NotHidden), Parser(*this) {
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp791 return O->getNumOccurrencesFlag() == cl::ZeroOrMore || in EatsUnboundedNumberOfValues()
1754 case cl::ZeroOrMore: // Zero or more will take all they can get... in ParseCommandLineOptions()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp283 cl::ZeroOrMore, cl::desc("Enable MemProf context disambiguation"));
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp41 "enable-infer-alignment-pass", cl::init(true), cl::Hidden, cl::ZeroOrMore,
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp715 "debuginfod", cl::ZeroOrMore, in run()