Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp1557 bool UnboundedFound = false; in ParseCommandLineOptions() local
1572 } else if (UnboundedFound && !Opt->hasArgStr()) { in ParseCommandLineOptions()
1587 UnboundedFound |= EatsUnboundedNumberOfValues(Opt); in ParseCommandLineOptions()
1589 HasUnlimitedPositionals = UnboundedFound || ConsumeAfterOpt; in ParseCommandLineOptions()