Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCommandLine.h456 struct OptionValueBase : public GenericOptionValue { struct
474 ~OptionValueBase() = default; argument
515 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {
519 OptionValueBase() = default;
520 OptionValueBase(const OptionValueBase&) = default;
521 ~OptionValueBase() = default;
522 OptionValueBase &operator=(const OptionValueBase&) = default;
528 : OptionValueBase<DataType, std::is_class<DataType>::value> {
/external/llvm/include/llvm/Support/
DCommandLine.h437 struct OptionValueBase : public GenericOptionValue { struct
455 ~OptionValueBase() = default; argument
496 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {
500 ~OptionValueBase() = default;
501 OptionValueBase() = default;
502 OptionValueBase(const OptionValueBase&) = default;
503 OptionValueBase &operator=(const OptionValueBase&) = default;
509 : OptionValueBase<DataType, std::is_class<DataType>::value> {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCommandLine.h336 struct OptionValueBase : public GenericOptionValue { struct
384 struct OptionValueBase<DataType, false> : OptionValueCopy<DataType> {
390 struct OptionValue : OptionValueBase<DataType, is_class<DataType>::value> {