Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h535 template <class DataType> struct OptionValue;
542 using WrapperType = OptionValue<DataType>;
611 struct OptionValue final
613 OptionValue() = default;
615 OptionValue(const DataType &V) { this->setValue(V); }
618 template <class DT> OptionValue<DataType> &operator=(const DT &V) {
627 struct OptionValue<cl::boolOrDefault> final
631 OptionValue() = default;
633 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); }
635 OptionValue<cl::boolOrDefault> &operator=(const cl::boolOrDefault &V) {
[all …]
/netbsd-src/external/bsd/elftosb/dist/common/
H A DOptionDictionary.h92 struct OptionValue struct
98 OptionValue() : m_value(0), m_isLocked(false) {} in OptionValue() function
101 typedef std::map<std::string, OptionValue> option_map_t; //!< Map from option name to value.
H A DOptionDictionary.cpp85 OptionValue newValue; in setOption()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp80 void OptionValue<boolOrDefault>::anchor() {} in anchor()
81 void OptionValue<std::string>::anchor() {} in anchor()
2055 void parser<T>::printOptionDiff(const Option &O, T V, OptionValue<T> D, \
2087 const OptionValue<std::string> &D, in PRINT_OPT_DIFF()
/netbsd-src/external/mpl/dhcp/dist/contrib/ldap/
H A Ddhcp.schema40 …Each value represents a single option and contains (OptionTag, Length, OptionValue) encoded in the…