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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp604 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
672 case ValueDisallowed:
675 " with ValueDisallowed modifier!");
2395 cl::location(UncategorizedNormalPrinter), cl::Hidden, cl::ValueDisallowed,
2401 cl::ValueDisallowed, cl::cat(GenericCategory),
2409 cl::location(WrappedNormalPrinter), cl::ValueDisallowed,
2417 cl::location(WrappedHiddenPrinter), cl::Hidden, cl::ValueDisallowed,
2554 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h142 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator in enum:llvm::cl::ValueExpected
784 return ValueDisallowed;

Completed in 114 milliseconds