Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCommandLine.h484 struct OptionValueBase : public GenericOptionValue { struct
502 ~OptionValueBase() = default; argument
543 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {
547 OptionValueBase() = default;
548 OptionValueBase(const OptionValueBase&) = default;
549 OptionValueBase &operator=(const OptionValueBase &) = default;
550 ~OptionValueBase() = default;
556 : OptionValueBase<DataType, std::is_class<DataType>::value> {