Home
last modified time | relevance | path

Searched refs:ValueDisallowed (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp34 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(true),
41 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(false),
/external/llvm/lib/Support/
DCommandLine.cpp304 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/
DCommandLine.h112 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator
630 return ValueDisallowed;
/external/llvm/docs/
DCommandLine.rst997 ``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