Home | History | Annotate | Download | only in Support

Lines Matching refs:GenericOptionValue

444 struct GenericOptionValue {
445 GenericOptionValue &V) const = 0;
448 GenericOptionValue() = default;
449 GenericOptionValue(const GenericOptionValue&) = default;
450 ~GenericOptionValue() = default;
451 GenericOptionValue &operator=(const GenericOptionValue &) = default;
462 struct OptionValueBase : public GenericOptionValue {
475 bool compare(const GenericOptionValue & /*V*/) const override {
484 template <class DataType> class OptionValueCopy : public GenericOptionValue {
510 bool compare(const GenericOptionValue &V) const override {
667 virtual const GenericOptionValue &getOptionValue(unsigned N) const = 0;
674 void printGenericOptionDiff(const Option &O, const GenericOptionValue &V,
675 const GenericOptionValue &Default,
755 const GenericOptionValue &getOptionValue(unsigned N) const override {