Searched refs:ValueDisallowed (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 34 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(true), 41 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(false),
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 252 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption() 322 case ValueDisallowed: in ProvideOption() 1632 cl::location(UncategorizedNormalPrinter), cl::Hidden, cl::ValueDisallowed); 1637 cl::location(UncategorizedHiddenPrinter), cl::Hidden, cl::ValueDisallowed); 1644 cl::location(WrappedNormalPrinter), cl::ValueDisallowed); 1648 cl::location(WrappedHiddenPrinter), cl::Hidden, cl::ValueDisallowed); 1764 cl::location(VersionPrinterInstance), cl::ValueDisallowed);
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 103 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator 618 return ValueDisallowed;
|
/external/llvm/docs/ |
D | CommandLine.rst | 997 ``cl::ValueDisallowed``, obviously). 1125 .. _cl::ValueDisallowed: 1127 * The **cl::ValueDisallowed** modifier (which is the default for `unnamed 1133 want them to. As mentioned above, you can specify the `cl::ValueDisallowed`_ 1172 **cl::Prefix** options must not have the **cl::ValueDisallowed** modifier
|