Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp32 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed,
/external/llvm/lib/Support/
DCommandLine.cpp213 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption()
284 case ValueDisallowed: in ProvideOption()
1293 cl::location(NormalPrinter), cl::ValueDisallowed);
1297 cl::location(HiddenPrinter), cl::Hidden, cl::ValueDisallowed);
1393 cl::location(VersionPrinterInstance), cl::ValueDisallowed);
/external/llvm/include/llvm/Support/
DCommandLine.h103 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator
580 return ValueDisallowed;
/external/llvm/docs/
DCommandLine.rst944 ``cl::ValueDisallowed``, obviously).
1067 .. _cl::ValueDisallowed:
1069 * The **cl::ValueDisallowed** modifier (which is the default for `unnamed
1075 want them to. As mentioned above, you can specify the `cl::ValueDisallowed`_
1114 **cl::Prefix** options must not have the **cl::ValueDisallowed** modifier