Home
last modified time | relevance | path

Searched refs:OptionValue (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCommandLine.h512 // OptionValue class
528 template <class DataType> struct OptionValue;
535 using WrapperType = OptionValue<DataType>;
604 struct OptionValue final
606 OptionValue() = default;
608 OptionValue(const DataType &V) { this->setValue(V); } in OptionValue() function
611 template <class DT> OptionValue<DataType> &operator=(const DT &V) { in operator =()
620 struct OptionValue<cl::boolOrDefault> final
624 OptionValue() = default;
626 OptionValue(cons function
643 OptionValue(const std::string &V) { this->setValue(V); } OptionValue() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h435 // OptionValue class
451 template <class DataType> struct OptionValue;
458 typedef OptionValue<DataType> WrapperType;
527 struct OptionValue final
529 OptionValue() = default;
531 OptionValue(const DataType &V) { this->setValue(V); } in OptionValue() function
534 template <class DT> OptionValue<DataType> &operator=(const DT &V) { in operator =()
543 struct OptionValue<cl::boolOrDefault> final
547 OptionValue() = default;
549 OptionValue(cons function
566 OptionValue(const std::string &V) { this->setValue(V); } OptionValue() function
[all...]
/third_party/libfuse/example/
H A Dcxxopts.hpp1038 class OptionValue class
1167 const OptionValue&
1226 std::unordered_map<std::shared_ptr<OptionDetails>, OptionValue> m_results;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp84 void OptionValue<boolOrDefault>::anchor() {} in anchor()
85 void OptionValue<std::string>::anchor() {} in anchor()
1647 void parser<T>::printOptionDiff(const Option &O, T V, OptionValue<T> D, \
1676 const OptionValue<std::string> &D, in printOptionDiff()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DCommandLine.cpp80 void OptionValue<boolOrDefault>::anchor() {} in anchor()
81 void OptionValue<std::string>::anchor() {} in anchor()
2018 void parser<T>::printOptionDiff(const Option &O, T V, OptionValue<T> D, \
2050 const OptionValue<std::string> &D, in printOptionDiff()

Completed in 24 milliseconds