Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1392 bool UnboundedFound = false; in ParseCommandLineOptions() local
1407 } else if (UnboundedFound && !Opt->hasArgStr()) { in ParseCommandLineOptions()
1422 UnboundedFound |= EatsUnboundedNumberOfValues(Opt); in ParseCommandLineOptions()
1424 HasUnlimitedPositionals = UnboundedFound || ConsumeAfterOpt; in ParseCommandLineOptions()