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 | 304 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption() 375 case ValueDisallowed: in ProvideOption() 1686 cl::location(UncategorizedNormalPrinter), cl::Hidden, cl::ValueDisallowed, 1692 cl::ValueDisallowed, cl::cat(GenericCategory)); 1699 cl::location(WrappedNormalPrinter), cl::ValueDisallowed, 1704 cl::location(WrappedHiddenPrinter), cl::Hidden, cl::ValueDisallowed, 1816 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 112 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator 630 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
|