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

/external/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp30 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(true),
34 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(false),
/external/llvm/lib/Support/
H A DCommandLine.cpp472 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
539 case ValueDisallowed:
542 " with ValueDisallowed modifier!");
1951 cl::location(UncategorizedNormalPrinter), cl::Hidden, cl::ValueDisallowed,
1957 cl::ValueDisallowed, cl::cat(GenericCategory),
1965 cl::location(WrappedNormalPrinter), cl::ValueDisallowed,
1970 cl::location(WrappedHiddenPrinter), cl::Hidden, cl::ValueDisallowed,
2084 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp492 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
558 case ValueDisallowed:
561 " with ValueDisallowed modifier!");
1978 cl::location(UncategorizedNormalPrinter), cl::Hidden, cl::ValueDisallowed,
1984 cl::ValueDisallowed, cl::cat(GenericCategory),
1992 cl::location(WrappedNormalPrinter), cl::ValueDisallowed,
1997 cl::location(WrappedHiddenPrinter), cl::Hidden, cl::ValueDisallowed,
2111 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp210 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
281 case ValueDisallowed:
284 " with ValueDisallowed modifier!");
1305 cl::location(NormalPrinter), cl::ValueDisallowed);
1309 cl::location(HiddenPrinter), cl::Hidden, cl::ValueDisallowed);
1405 cl::location(VersionPrinterInstance), cl::ValueDisallowed);
/external/llvm/include/llvm/Support/
H A DCommandLine.h117 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator in enum:llvm::cl::ValueExpected
695 return ValueDisallowed;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h106 ValueDisallowed = 0x18, // A value may not be specified (for flags) enumerator in enum:llvm::cl::ValueExpected
581 return ValueDisallowed;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h122 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator in enum:llvm::cl::ValueExpected
709 return ValueDisallowed;

Completed in 158 milliseconds