51 | 544k | } lldb_private::Cloneable<lldb_private::OptionValueArray, lldb_private::OptionValue>::Clone() const Line | Count | Source | 44 | 11.6k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 11.6k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 11.6k | "Derived class must be derived from this."); | 49 | | | 50 | 11.6k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 11.6k | } |
lldb_private::Cloneable<lldb_private::OptionValueUInt64, lldb_private::OptionValue>::Clone() const Line | Count | Source | 44 | 78.8k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 78.8k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 78.8k | "Derived class must be derived from this."); | 49 | | | 50 | 78.8k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 78.8k | } |
lldb_private::Cloneable<lldb_private::OptionValueString, lldb_private::OptionValue>::Clone() const Line | Count | Source | 44 | 8.98k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 8.98k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 8.98k | "Derived class must be derived from this."); | 49 | | | 50 | 8.98k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 8.98k | } |
lldb_private::Cloneable<lldb_private::OptionValueDictionary, lldb_private::OptionValue>::Clone() const Line | Count | Source | 44 | 8.95k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 8.95k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 8.95k | "Derived class must be derived from this."); | 49 | | | 50 | 8.95k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 8.95k | } |
Unexecuted instantiation: lldb_private::Cloneable<lldb_private::OptionValueProperties, lldb_private::OptionValue>::Clone() const lldb_private::Cloneable<lldb_private::OptionValueFileSpecList, lldb_private::OptionValue>::Clone() const Line | Count | Source | 44 | 26.8k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 26.8k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 26.8k | "Derived class must be derived from this."); | 49 | | | 50 | 26.8k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 26.8k | } |
Unexecuted instantiation: lldb_private::Cloneable<ProcessExperimentalOptionValueProperties, lldb_private::OptionValueProperties>::Clone() const lldb_private::Cloneable<ProcessOptionValueProperties, lldb_private::OptionValueProperties>::Clone() const Line | Count | Source | 44 | 2.67k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 2.67k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 2.67k | "Derived class must be derived from this."); | 49 | | | 50 | 2.67k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 2.67k | } |
Unexecuted instantiation: lldb_private::Cloneable<TargetExperimentalOptionValueProperties, lldb_private::OptionValueProperties>::Clone() const lldb_private::Cloneable<TargetOptionValueProperties, lldb_private::OptionValueProperties>::Clone() const Line | Count | Source | 44 | 8.95k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 8.95k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 8.95k | "Derived class must be derived from this."); | 49 | | | 50 | 8.95k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 8.95k | } |
Unexecuted instantiation: lldb_private::Cloneable<lldb_private::OptionValueFormat, lldb_private::OptionValue>::Clone() const lldb_private::Cloneable<lldb_private::OptionValueSInt64, lldb_private::OptionValue>::Clone() const Line | Count | Source | 44 | 26.8k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 26.8k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 26.8k | "Derived class must be derived from this."); | 49 | | | 50 | 26.8k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 26.8k | } |
Unexecuted instantiation: lldb_private::Cloneable<lldb_private::OptionValueArch, lldb_private::OptionValue>::Clone() const lldb_private::Cloneable<lldb_private::OptionValueArgs, lldb_private::OptionValueArray>::Clone() const Line | Count | Source | 44 | 8.95k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 8.95k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 8.95k | "Derived class must be derived from this."); | 49 | | | 50 | 8.95k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 8.95k | } |
lldb_private::Cloneable<lldb_private::OptionValueBoolean, lldb_private::OptionValue>::Clone() const Line | Count | Source | 44 | 210k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 210k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 210k | "Derived class must be derived from this."); | 49 | | | 50 | 210k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 210k | } |
Unexecuted instantiation: lldb_private::Cloneable<lldb_private::OptionValueChar, lldb_private::OptionValue>::Clone() const lldb_private::Cloneable<lldb_private::OptionValueLanguage, lldb_private::OptionValue>::Clone() const Line | Count | Source | 44 | 8.95k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 8.95k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 8.95k | "Derived class must be derived from this."); | 49 | | | 50 | 8.95k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 8.95k | } |
lldb_private::Cloneable<lldb_private::OptionValuePathMappings, lldb_private::OptionValue>::Clone() const Line | Count | Source | 44 | 8.95k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 8.95k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 8.95k | "Derived class must be derived from this."); | 49 | | | 50 | 8.95k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 8.95k | } |
Unexecuted instantiation: lldb_private::Cloneable<lldb_private::OptionValueRegex, lldb_private::OptionValue>::Clone() const Unexecuted instantiation: lldb_private::Cloneable<lldb_private::OptionValueUUID, lldb_private::OptionValue>::Clone() const lldb_private::Cloneable<ThreadOptionValueProperties, lldb_private::OptionValueProperties>::Clone() const Line | Count | Source | 44 | 2.86k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 2.86k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 2.86k | "Derived class must be derived from this."); | 49 | | | 50 | 2.86k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 2.86k | } |
lldb_private::Cloneable<lldb_private::OptionValueFileSpec, lldb_private::OptionValue>::Clone() const Line | Count | Source | 44 | 47.4k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 47.4k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 47.4k | "Derived class must be derived from this."); | 49 | | | 50 | 47.4k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 47.4k | } |
Unexecuted instantiation: lldb_private::Cloneable<lldb_private::OptionValueFormatEntity, lldb_private::OptionValue>::Clone() const lldb_private::Cloneable<lldb_private::OptionValueEnumeration, lldb_private::OptionValue>::Clone() const Line | Count | Source | 44 | 83.2k | std::shared_ptr<typename Base::TopmostBase> Clone() const override { | 45 | | // std::is_base_of requires derived type to be complete, that's why class | 46 | | // scope static_assert cannot be used. | 47 | 83.2k | static_assert(std::is_base_of<Cloneable, Derived>::value, | 48 | 83.2k | "Derived class must be derived from this."); | 49 | | | 50 | 83.2k | return std::make_shared<Derived>(static_cast<const Derived &>(*this)); | 51 | 83.2k | } |
Unexecuted instantiation: lldb_private::Cloneable<lldb_private::OptionValueFileColonLine, lldb_private::OptionValue>::Clone() const |