Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp30 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(true),
34 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(false),
/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp210 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption()
281 case ValueDisallowed: in ProvideOption()
1305 cl::location(NormalPrinter), cl::ValueDisallowed);
1309 cl::location(HiddenPrinter), cl::Hidden, cl::ValueDisallowed);
1405 cl::location(VersionPrinterInstance), cl::ValueDisallowed);
/external/llvm/lib/Support/
DCommandLine.cpp472 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption()
539 case ValueDisallowed: in ProvideOption()
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/
DCommandLine.cpp492 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed; in LookupNearestOption()
558 case ValueDisallowed: in ProvideOption()
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-subzero/include/llvm/Support/
DCommandLine.h122 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator
709 return ValueDisallowed;
/external/llvm/include/llvm/Support/
DCommandLine.h117 ValueDisallowed = 0x03 // A value may not be specified (for flags) enumerator
695 return ValueDisallowed;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h106 ValueDisallowed = 0x18, // A value may not be specified (for flags) enumerator
581 return ValueDisallowed;
/external/llvm/docs/
DCommandLine.rst997 ``cl::ValueDisallowed``, obviously).
1125 .. _cl::ValueDisallowed:
1127 * The **cl::ValueDisallowed** modifier (which is the default for `unnamed
1133 want them to. As mentioned above, you can specify the `cl::ValueDisallowed`_
1172 **cl::Prefix** options must not have the **cl::ValueDisallowed** modifier