Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCommandLine.h394 template <class DataType> class OptionValueCopy : public GenericOptionValue {
399 ~OptionValueCopy() = default;
400 OptionValueCopy(const OptionValueCopy&) = default;
401 OptionValueCopy &operator=(const OptionValueCopy&) = default;
404 OptionValueCopy() : Valid(false) {} in OptionValueCopy() function
421 const OptionValueCopy<DataType> &VC = in compare()
422 static_cast<const OptionValueCopy<DataType> &>(V); in compare()
431 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {
459 : OptionValueCopy<cl::boolOrDefault> {
475 struct OptionValue<std::string> final : OptionValueCopy<std::string> {