Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp488 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption()
556 case ValueDisallowed: in ProvideOption()
2070 cl::location(UncategorizedNormalPrinter), cl::Hidden, cl::ValueDisallowed,
2076 cl::ValueDisallowed, cl::cat(GenericCategory),
2084 cl::location(WrappedNormalPrinter), cl::ValueDisallowed,
2089 cl::location(WrappedHiddenPrinter), cl::Hidden, cl::ValueDisallowed,
2204 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCommandLine.h140 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator
737 return ValueDisallowed;