Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp600 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption()
668 case ValueDisallowed: in ProvideOption()
2464 cl::ValueDisallowed,
2473 cl::ValueDisallowed,
2484 cl::ValueDisallowed,
2496 cl::ValueDisallowed,
2525 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h138 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator
793 return ValueDisallowed;