Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h359 struct OptionValueBase : public GenericOptionValue { struct
361 typedef OptionValue<DataType> WrapperType;
363 bool hasValue() const { return false; } in hasValue()
365 const DataType &getValue() const { llvm_unreachable("no default value"); } in getValue()
368 template <class DT> void setValue(const DT & /*V*/) {} in setValue()
370 bool compare(const DataType & /*V*/) const { return false; } in compare()
372 bool compare(const GenericOptionValue & /*V*/) const override { in compare()