Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCommandLine.h374 struct OptionValueBase : public GenericOptionValue { struct
392 ~OptionValueBase() = default; argument
433 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {
437 ~OptionValueBase() = default;
438 OptionValueBase() = default;
439 OptionValueBase(const OptionValueBase&) = default;
440 OptionValueBase &operator=(const OptionValueBase&) = default;
446 : OptionValueBase<DataType, std::is_class<DataType>::value> {