Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp144 else if (O->getNumOccurrencesFlag() == cl::ConsumeAfter) { in GetOptionInfo()
568 if (PositionalOpts[0]->getNumOccurrencesFlag() == cl::ConsumeAfter) { in ParseCommandLineOptions()
884 case ConsumeAfter: break; in addOccurrence()
1258 PositionalOpts[0]->getNumOccurrencesFlag() == ConsumeAfter) in operator =()
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp62 cl::list<std::string> Argv(cl::ConsumeAfter,
/external/llvm/docs/
DCommandLine.rst762 .. _cl::ConsumeAfter:
765 The ``cl::ConsumeAfter`` modifier
768 The ``cl::ConsumeAfter`` `formatting option`_ is used to construct programs that
785 cl::list<string> Argv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
804 There are several limitations to when ``cl::ConsumeAfter`` options can be
805 specified. For example, only one ``cl::ConsumeAfter`` can be specified per
807 not be any `cl::list`_ positional arguments, and the ``cl::ConsumeAfter`` option
1032 * The **cl::ConsumeAfter** modifier is described in the `Positional arguments
1103 * The **cl::ConsumeAfter** modifier specifies that this option is used to
/external/llvm/tools/lli/
Dlli.cpp71 InputArgv(cl::ConsumeAfter, cl::desc("<program arguments>..."));
/external/llvm/include/llvm/Support/
DCommandLine.h98 ConsumeAfter = 0x04 enumerator