Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp566 Option *ConsumeAfterOpt = 0; in ParseCommandLineOptions() local
571 ConsumeAfterOpt = PositionalOpts[0]; in ParseCommandLineOptions()
576 for (size_t i = ConsumeAfterOpt != 0, e = PositionalOpts.size(); in ParseCommandLineOptions()
581 else if (ConsumeAfterOpt) { in ParseCommandLineOptions()
601 HasUnlimitedPositionals = UnboundedFound || ConsumeAfterOpt; in ParseCommandLineOptions()
652 ConsumeAfterOpt != 0) { in ParseCommandLineOptions()
745 } else if (ConsumeAfterOpt == 0) { in ParseCommandLineOptions()
780 assert(ConsumeAfterOpt && NumPositionalRequired <= PositionalVals.size()); in ParseCommandLineOptions()
805 ErrorParsing |= ProvidePositionalOption(ConsumeAfterOpt, in ParseCommandLineOptions()