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

/external/llvm/include/llvm/Support/
H A DCommandLine.h419 struct GenericOptionValue { struct in namespace:llvm
420 virtual bool compare(const GenericOptionValue &V) const = 0;
423 ~GenericOptionValue() = default;
424 GenericOptionValue() = default;
425 GenericOptionValue(const GenericOptionValue&) = default;
426 GenericOptionValue &operator=(const GenericOptionValue &) = default;
437 struct OptionValueBase : public GenericOptionValue {
450 bool compare(const GenericOptionValue
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h438 struct GenericOptionValue { struct in namespace:llvm
439 virtual bool compare(const GenericOptionValue &V) const = 0;
442 GenericOptionValue() = default;
443 GenericOptionValue(const GenericOptionValue&) = default;
444 ~GenericOptionValue() = default;
445 GenericOptionValue &operator=(const GenericOptionValue &) = default;
456 struct OptionValueBase : public GenericOptionValue {
469 bool compare(const GenericOptionValue
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h326 struct GenericOptionValue { struct in namespace:llvm::cl
327 virtual ~GenericOptionValue() {}
328 virtual bool compare(const GenericOptionValue &V) const = 0;
336 struct OptionValueBase : public GenericOptionValue {
350 virtual bool compare(const GenericOptionValue& /*V*/) const { return false; }
355 class OptionValueCopy : public GenericOptionValue {
374 virtual bool compare(const GenericOptionValue &V) const {
527 virtual const GenericOptionValue &getOptionValue(unsigned N) const = 0;
534 void printGenericOptionDiff(const Option &O, const GenericOptionValue &V,
535 const GenericOptionValue
[all...]
/external/llvm/lib/Support/
H A DCommandLine.cpp69 void GenericOptionValue::anchor() {}
1588 const Option &O, const GenericOptionValue &Value,
1589 const GenericOptionValue &Default, size_t GlobalWidth) const {
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp83 void GenericOptionValue::anchor() {}
1613 const Option &O, const GenericOptionValue &Value,
1614 const GenericOptionValue &Default, size_t GlobalWidth) const {
/external/swiftshader/third_party/LLVM/lib/Support/
H A DCommandLine.cpp1112 printGenericOptionDiff(const Option &O, const GenericOptionValue &Value,
1113 const GenericOptionValue &Default,

Completed in 117 milliseconds