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

  /external/llvm/tools/lli/
lli.cpp 53 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
  /external/llvm/lib/Support/
CommandLine.cpp 117 Option *CAOpt = 0; // The ConsumeAfter option if it exists.
141 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) {
143 O->error("Cannot specify more than one option with cl::ConsumeAfter!");
571 if (PositionalOpts[0]->getNumOccurrencesFlag() == cl::ConsumeAfter) {
573 "Cannot specify cl::ConsumeAfter without a positional argument!");
585 // ConsumeAfter cannot be combined with "optional" positional options
591 "cl::ConsumeAfter option is active!");
749 // Positional args have already been handled if ConsumeAfter is specified.
806 // cl::ConsumeAfter command line option...
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 62 cl::list<std::string> Argv(cl::ConsumeAfter,
  /external/llvm/include/llvm/Support/
CommandLine.h 91 // ConsumeAfter - Indicates that this option is fed anything that follows the
93 // there are zero positional arguments, and a ConsumeAfter option is used).
96 // passed, unprocessed, to the ConsumeAfter option.
98 ConsumeAfter = 0x05,
    [all...]

Completed in 42 milliseconds