HomeSort by relevance Sort by last modified time
    Searched refs:getNumOccurrencesFlag (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
CommandLine.cpp 144 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) {
417 return O->getNumOccurrencesFlag() == cl::Required ||
418 O->getNumOccurrencesFlag() == cl::OneOrMore;
422 return O->getNumOccurrencesFlag() == cl::ZeroOrMore ||
423 O->getNumOccurrencesFlag() == cl::OneOrMore;
568 if (PositionalOpts[0]->getNumOccurrencesFlag() == cl::ConsumeAfter) {
760 bool Done = PositionalOpts[i]->getNumOccurrencesFlag() == cl::Required;
762 switch (PositionalOpts[i]->getNumOccurrencesFlag()) {
813 switch (I->second->getNumOccurrencesFlag()) {
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 183 inline enum NumOccurrencesFlag getNumOccurrencesFlag() const {
    [all...]

Completed in 434 milliseconds