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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1400 bool UnboundedFound = false; local
1415 } else if (UnboundedFound && !Opt->hasArgStr()) {
1430 UnboundedFound |= EatsUnboundedNumberOfValues(Opt);
1432 HasUnlimitedPositionals = UnboundedFound || ConsumeAfterOpt;

Completed in 52 milliseconds