Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp848 bool UnboundedFound = false; in ParseCommandLineOptions() local
861 } else if (UnboundedFound && !Opt->hasArgStr()) { in ParseCommandLineOptions()
874 UnboundedFound |= EatsUnboundedNumberOfValues(Opt); in ParseCommandLineOptions()
876 HasUnlimitedPositionals = UnboundedFound || ConsumeAfterOpt; in ParseCommandLineOptions()