Home
last modified time | relevance | path

Searched defs:OptionValueBase (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h336 struct OptionValueBase : public GenericOptionValue { struct
338 typedef OptionValue<DataType> WrapperType;
340 bool hasValue() const { return false; } in hasValue()
342 const DataType &getValue() const { assert(false && "no default value"); } in getValue()
346 void setValue(const DT& /*V*/) {} in setValue()
348 bool compare(const DataType &/*V*/) const { return false; } in compare()
350 virtual bool compare(const GenericOptionValue& /*V*/) const { return false; } in compare()
/external/llvm/include/llvm/Support/
DCommandLine.h437 struct OptionValueBase : public GenericOptionValue { struct
455 ~OptionValueBase() = default; argument