Searched refs:GenericOptionValue (Results 1 – 2 of 2) sorted by relevance
354 struct GenericOptionValue { struct355 virtual bool compare(const GenericOptionValue &V) const = 0;358 ~GenericOptionValue() = default;359 GenericOptionValue() = default;360 GenericOptionValue(const GenericOptionValue&) = default;361 GenericOptionValue &operator=(const GenericOptionValue &) = default; argument372 struct OptionValueBase : public GenericOptionValue {385 bool compare(const GenericOptionValue & /*V*/) const override { in compare()394 template <class DataType> class OptionValueCopy : public GenericOptionValue {420 bool compare(const GenericOptionValue &V) const override { in compare()[all …]
67 void GenericOptionValue::anchor() {} in anchor()1383 const Option &O, const GenericOptionValue &Value, in printGenericOptionDiff()1384 const GenericOptionValue &Default, size_t GlobalWidth) const { in printGenericOptionDiff()