Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp601 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption()
669 case ValueDisallowed: in ProvideOption()
2594 cl::ValueDisallowed,
2603 cl::ValueDisallowed,
2614 cl::ValueDisallowed,
2626 cl::ValueDisallowed,
2655 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h133 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator
797 return ValueDisallowed;
/openbsd-src/gnu/llvm/llvm/docs/
H A DCommandLine.rst992 ``cl::ValueDisallowed``, obviously).
1145 .. _cl::ValueDisallowed:
1147 * The **cl::ValueDisallowed** modifier (which is the default for `unnamed
1153 want them to. As mentioned above, you can specify the `cl::ValueDisallowed`_
1192 **cl::Prefix** options must not have the **cl::ValueDisallowed** modifier