Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp1482 bool UnboundedFound = false; in ParseCommandLineOptions() local
1497 } else if (UnboundedFound && !Opt->hasArgStr()) { in ParseCommandLineOptions()
1512 UnboundedFound |= EatsUnboundedNumberOfValues(Opt); in ParseCommandLineOptions()
1514 HasUnlimitedPositionals = UnboundedFound || ConsumeAfterOpt; in ParseCommandLineOptions()