Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCommandLine.h396 template <class DataType> class OptionValueCopy : public GenericOptionValue {
401 ~OptionValueCopy() = default;
402 OptionValueCopy(const OptionValueCopy&) = default;
403 OptionValueCopy &operator=(const OptionValueCopy&) = default;
406 OptionValueCopy() : Valid(false) {} in OptionValueCopy() function
423 const OptionValueCopy<DataType> &VC = in compare()
424 static_cast<const OptionValueCopy<DataType> &>(V); in compare()
433 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {
461 : OptionValueCopy<cl::boolOrDefault> {
477 struct OptionValue<std::string> final : OptionValueCopy<std::string> {