Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp1162 bool UnboundedFound = false; in ParseCommandLineOptions() local
1177 } else if (UnboundedFound && !Opt->hasArgStr()) { in ParseCommandLineOptions()
1192 UnboundedFound |= EatsUnboundedNumberOfValues(Opt); in ParseCommandLineOptions()
1194 HasUnlimitedPositionals = UnboundedFound || ConsumeAfterOpt; in ParseCommandLineOptions()