Home
last modified time | relevance | path

Searched refs:OptionValue (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h451 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); }
534 template <class DT> OptionValue<DataType> &operator=(const DT &V) {
543 struct OptionValue<cl::boolOrDefault> final
547 OptionValue() = default;
549 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); }
551 OptionValue<cl::boolOrDefault> &operator=(const cl::boolOrDefault &V) {
[all …]
/external/llvm/include/llvm/Support/
DCommandLine.h432 template <class DataType> struct OptionValue;
439 typedef OptionValue<DataType> WrapperType;
508 struct OptionValue final
510 OptionValue() = default;
512 OptionValue(const DataType &V) { this->setValue(V); }
514 template <class DT> OptionValue<DataType> &operator=(const DT &V) {
523 struct OptionValue<cl::boolOrDefault> final
527 OptionValue() {}
529 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); }
530 OptionValue<cl::boolOrDefault> &operator=(const cl::boolOrDefault &V) {
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h528 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); }
611 template <class DT> OptionValue<DataType> &operator=(const DT &V) {
620 struct OptionValue<cl::boolOrDefault> final
624 OptionValue() = default;
626 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); }
628 OptionValue<cl::boolOrDefault> &operator=(const cl::boolOrDefault &V) {
[all …]
/external/armnn/third-party/cxxopts/
Dcxxopts.hpp1113 class OptionValue class
1225 using ParsedHashMap = std::unordered_map<size_t, OptionValue>;
1266 const OptionValue&
2058 m_parsed.emplace(hash, OptionValue()); in finalise_aliases()
/external/llvm/lib/Support/
DCommandLine.cpp70 void OptionValue<boolOrDefault>::anchor() {} in anchor()
71 void OptionValue<std::string>::anchor() {} in anchor()
1617 void parser<T>::printOptionDiff(const Option &O, T V, OptionValue<T> D, \
1646 const OptionValue<std::string> &D, in PRINT_OPT_DIFF()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp83 void OptionValue<boolOrDefault>::anchor() {} in anchor()
84 void OptionValue<std::string>::anchor() {} in anchor()
1632 void parser<T>::printOptionDiff(const Option &O, T V, OptionValue<T> D, \
1661 const OptionValue<std::string> &D, in PRINT_OPT_DIFF()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
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 PRINT_OPT_DIFF()