Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCommandLine.h372 struct OptionValueBase : public GenericOptionValue { struct
390 ~OptionValueBase() = default; argument
431 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {
435 ~OptionValueBase() = default;
436 OptionValueBase() = default;
437 OptionValueBase(const OptionValueBase&) = default;
438 OptionValueBase &operator=(const OptionValueBase&) = default;
444 : OptionValueBase<DataType, std::is_class<DataType>::value> {