Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp600 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption()
668 case ValueDisallowed: in ProvideOption()
2400 cl::location(UncategorizedNormalPrinter), cl::Hidden, cl::ValueDisallowed,
2406 cl::ValueDisallowed, cl::cat(GenericCategory),
2414 cl::location(WrappedNormalPrinter), cl::ValueDisallowed,
2422 cl::location(WrappedHiddenPrinter), cl::Hidden, cl::ValueDisallowed,
2559 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h138 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator
793 return ValueDisallowed;
/netbsd-src/external/apache2/llvm/dist/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