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 54 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
  /external/llvm/lib/Support/
CommandLine.cpp 120 Option *CAOpt = 0; // The ConsumeAfter option if it exists.
144 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) {
146 O->error("Cannot specify more than one option with cl::ConsumeAfter!");
568 if (PositionalOpts[0]->getNumOccurrencesFlag() == cl::ConsumeAfter) {
570 "Cannot specify cl::ConsumeAfter without a positional argument!");
582 // ConsumeAfter cannot be combined with "optional" positional options
588 "cl::ConsumeAfter option is active!");
746 // Positional args have already been handled if ConsumeAfter is specified.
803 // 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 = 0x04
    [all...]

Completed in 59 milliseconds