Searched refs:ValueDisallowed (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 600 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 D | CommandLine.h | 138 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator 793 return ValueDisallowed;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | CommandLine.rst | 992 ``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
|