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

  /external/llvm/lib/Support/
CommandLine.cpp 150 Option *CAOpt = nullptr; // The ConsumeAfter option if it exists.
175 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) {
177 O->error("Cannot specify more than one option with cl::ConsumeAfter!");
779 if (PositionalOpts[0]->getNumOccurrencesFlag() == cl::ConsumeAfter) {
781 "Cannot specify cl::ConsumeAfter without a positional argument!");
793 // ConsumeAfter cannot be combined with "optional" positional options
799 "cl::ConsumeAfter option is active!");
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 66 cl::list<std::string> Argv(cl::ConsumeAfter,
  /external/llvm/tools/lli/
lli.cpp 73 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
  /external/llvm/include/llvm/Support/
CommandLine.h 89 // ConsumeAfter - Indicates that this option is fed anything that follows the
91 // there are zero positional arguments, and a ConsumeAfter option is used).
94 // passed, unprocessed, to the ConsumeAfter option.
96 ConsumeAfter = 0x04
    [all...]

Completed in 229 milliseconds