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()
1301 cl::location(NormalPrinter), cl::ValueDisallowed);
1305 cl::location(HiddenPrinter), cl::Hidden, cl::ValueDisallowed);
1401 cl::location(VersionPrinterInstance), cl::ValueDisallowed);
/external/llvm/include/llvm/Support/
DCommandLine.h105 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator
583 return ValueDisallowed;
/external/llvm/docs/
DCommandLine.rst948 ``cl::ValueDisallowed``, obviously).
1071 .. _cl::ValueDisallowed:
1073 * The **cl::ValueDisallowed** modifier (which is the default for `unnamed
1079 want them to. As mentioned above, you can specify the `cl::ValueDisallowed`_
1118 **cl::Prefix** options must not have the **cl::ValueDisallowed** modifier