Searched refs:GenericOptionValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h350 struct GenericOptionValue { struct in namespace:llvm::cl
351 virtual ~GenericOptionValue() {}
352 virtual bool compare(const GenericOptionValue &V) const = 0;
362 struct OptionValueBase : public GenericOptionValue {
376 virtual bool compare(const GenericOptionValue& /*V*/) const { return false; }
381 class OptionValueCopy : public GenericOptionValue {
400 virtual bool compare(const GenericOptionValue &V) const {
556 virtual const GenericOptionValue &getOptionValue(unsigned N) const = 0;
563 void printGenericOptionDiff(const Option &O, const GenericOptionValue &V,
564 const GenericOptionValue
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp61 void GenericOptionValue::anchor() {}
1116 printGenericOptionDiff(const Option &O, const GenericOptionValue &Value,
1117 const GenericOptionValue &Default,

Completed in 126 milliseconds