Searched refs:GenericOptionValue (Results 1 – 2 of 2) sorted by relevance
356 struct GenericOptionValue { struct357 virtual bool compare(const GenericOptionValue &V) const = 0;360 ~GenericOptionValue() = default;361 GenericOptionValue() = default;362 GenericOptionValue(const GenericOptionValue&) = default;363 GenericOptionValue &operator=(const GenericOptionValue &) = default; argument374 struct OptionValueBase : public GenericOptionValue {387 bool compare(const GenericOptionValue & /*V*/) const override { in compare()396 template <class DataType> class OptionValueCopy : public GenericOptionValue {422 bool compare(const GenericOptionValue &V) const override { in compare()[all …]
68 void GenericOptionValue::anchor() {} in anchor()1364 const Option &O, const GenericOptionValue &Value, in printGenericOptionDiff()1365 const GenericOptionValue &Default, size_t GlobalWidth) const { in printGenericOptionDiff()