Home
last modified time | relevance | path

Searched defs:OptionValueBase (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h456 struct OptionValueBase : public GenericOptionValue { struct
474 ~OptionValueBase() = default; argument
/external/llvm/include/llvm/Support/
DCommandLine.h437 struct OptionValueBase : public GenericOptionValue { struct
455 ~OptionValueBase() = default; argument