Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp31 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed,
/external/llvm/lib/Support/
DCommandLine.cpp213 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption()
284 case ValueDisallowed: in ProvideOption()
1301 cl::location(NormalPrinter), cl::ValueDisallowed);
1305 cl::location(HiddenPrinter), cl::Hidden, cl::ValueDisallowed);
1401 cl::location(VersionPrinterInstance), cl::ValueDisallowed);
/external/llvm/include/llvm/Support/
DCommandLine.h105 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator
583 return ValueDisallowed;