81 | 228M | } bool const& inline_check_non_fatal<bool const&>(bool const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 103 | { | 74 | 103 | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 103 | return std::forward<T>(val); | 81 | 103 | } |
bool&& inline_check_non_fatal<bool>(bool&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 221M | { | 74 | 221M | if (!val) { | 75 | 9 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 9 | assertion_fail(loc, assertion); | 77 | 9 | } | 78 | 9 | throw NonFatalCheckError{assertion, loc}; | 79 | 9 | } | 80 | 221M | return std::forward<T>(val); | 81 | 221M | } |
bool& inline_check_non_fatal<bool&>(bool&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 6.01M | { | 74 | 6.01M | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 6.01M | return std::forward<T>(val); | 81 | 6.01M | } |
ValidationSignals* const& inline_check_non_fatal<ValidationSignals* const&>(ValidationSignals* const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 13.8k | { | 74 | 13.8k | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 13.8k | return std::forward<T>(val); | 81 | 13.8k | } |
CBlockIndex const*&& inline_check_non_fatal<CBlockIndex const*>(CBlockIndex const*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 168k | { | 74 | 168k | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 168k | return std::forward<T>(val); | 81 | 168k | } |
CBlockIndex const*& inline_check_non_fatal<CBlockIndex const*&>(CBlockIndex const*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 127 | { | 74 | 127 | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 127 | return std::forward<T>(val); | 81 | 127 | } |
node::BlockManager*&& inline_check_non_fatal<node::BlockManager*>(node::BlockManager*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 11 | { | 74 | 11 | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 11 | return std::forward<T>(val); | 81 | 11 | } |
Unexecuted instantiation: std::shared_ptr<CTransaction const>&& inline_check_non_fatal<std::shared_ptr<CTransaction const>>(std::shared_ptr<CTransaction const>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) CBlockIndex*& inline_check_non_fatal<CBlockIndex*&>(CBlockIndex*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 2.09k | { | 74 | 2.09k | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 2.09k | return std::forward<T>(val); | 81 | 2.09k | } |
std::optional<interfaces::BlockRef>&& inline_check_non_fatal<std::optional<interfaces::BlockRef>>(std::optional<interfaces::BlockRef>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 2.11k | { | 74 | 2.11k | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 2.11k | return std::forward<T>(val); | 81 | 2.11k | } |
std::unique_ptr<ValidationSignals, std::default_delete<ValidationSignals>>& inline_check_non_fatal<std::unique_ptr<ValidationSignals, std::default_delete<ValidationSignals>>&>(std::unique_ptr<ValidationSignals, std::default_delete<ValidationSignals>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 4.01k | { | 74 | 4.01k | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 4.01k | return std::forward<T>(val); | 81 | 4.01k | } |
CBlockIndex*&& inline_check_non_fatal<CBlockIndex*>(CBlockIndex*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 16.5k | { | 74 | 16.5k | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 16.5k | return std::forward<T>(val); | 81 | 16.5k | } |
CBlockIndex* const& inline_check_non_fatal<CBlockIndex* const&>(CBlockIndex* const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 12 | { | 74 | 12 | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 12 | return std::forward<T>(val); | 81 | 12 | } |
std::unique_ptr<node::Warnings, std::default_delete<node::Warnings>>& inline_check_non_fatal<std::unique_ptr<node::Warnings, std::default_delete<node::Warnings>>&>(std::unique_ptr<node::Warnings, std::default_delete<node::Warnings>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 16.2k | { | 74 | 16.2k | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 16.2k | return std::forward<T>(val); | 81 | 16.2k | } |
std::optional<kernel::CCoinsStats>& inline_check_non_fatal<std::optional<kernel::CCoinsStats>&>(std::optional<kernel::CCoinsStats>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 37 | { | 74 | 37 | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 37 | return std::forward<T>(val); | 81 | 37 | } |
std::unique_ptr<ValidationSignals, std::default_delete<ValidationSignals>> const& inline_check_non_fatal<std::unique_ptr<ValidationSignals, std::default_delete<ValidationSignals>> const&>(std::unique_ptr<ValidationSignals, std::default_delete<ValidationSignals>> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 141 | { | 74 | 141 | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 141 | return std::forward<T>(val); | 81 | 141 | } |
std::optional<CFeeRate> const& inline_check_non_fatal<std::optional<CFeeRate> const&>(std::optional<CFeeRate> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 25 | { | 74 | 25 | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 25 | return std::forward<T>(val); | 81 | 25 | } |
std::unique_ptr<interfaces::BlockTemplate, std::default_delete<interfaces::BlockTemplate>>& inline_check_non_fatal<std::unique_ptr<interfaces::BlockTemplate, std::default_delete<interfaces::BlockTemplate>>&>(std::unique_ptr<interfaces::BlockTemplate, std::default_delete<interfaces::BlockTemplate>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 39.4k | { | 74 | 39.4k | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 39.4k | return std::forward<T>(val); | 81 | 39.4k | } |
std::unique_ptr<CScheduler, std::default_delete<CScheduler>> const& inline_check_non_fatal<std::unique_ptr<CScheduler, std::default_delete<CScheduler>> const&>(std::unique_ptr<CScheduler, std::default_delete<CScheduler>> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 12 | { | 74 | 12 | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 12 | return std::forward<T>(val); | 81 | 12 | } |
std::optional<CMutableTransaction>&& inline_check_non_fatal<std::optional<CMutableTransaction>>(std::optional<CMutableTransaction>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 45 | { | 74 | 45 | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 45 | return std::forward<T>(val); | 81 | 45 | } |
std::optional<PrecomputedTransactionData> const& inline_check_non_fatal<std::optional<PrecomputedTransactionData> const&>(std::optional<PrecomputedTransactionData> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 9 | { | 74 | 9 | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 9 | return std::forward<T>(val); | 81 | 9 | } |
std::function<bool ()>& inline_check_non_fatal<std::function<bool ()>&>(std::function<bool ()>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 985 | { | 74 | 985 | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 985 | return std::forward<T>(val); | 81 | 985 | } |
wallet::DescriptorScriptPubKeyMan*& inline_check_non_fatal<wallet::DescriptorScriptPubKeyMan*&>(wallet::DescriptorScriptPubKeyMan*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 278 | { | 74 | 278 | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 278 | return std::forward<T>(val); | 81 | 278 | } |
JSONRPCRequest const*& inline_check_non_fatal<JSONRPCRequest const*&>(JSONRPCRequest const*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 45.2k | { | 74 | 45.2k | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 45.2k | return std::forward<T>(val); | 81 | 45.2k | } |
UniValue const*& inline_check_non_fatal<UniValue const*&>(UniValue const*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 42.4k | { | 74 | 42.4k | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 42.4k | return std::forward<T>(val); | 81 | 42.4k | } |
std::optional<arith_uint256>&& inline_check_non_fatal<std::optional<arith_uint256>>(std::optional<arith_uint256>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 73 | 19.5k | { | 74 | 19.5k | if (!val) { | 75 | 0 | if constexpr (G_ABORT_ON_FAILED_ASSUME) { | 76 | 0 | assertion_fail(loc, assertion); | 77 | 0 | } | 78 | 0 | throw NonFatalCheckError{assertion, loc}; | 79 | 0 | } | 80 | 19.5k | return std::forward<T>(val); | 81 | 19.5k | } |
|
97 | 2.39G | } bool&& inline_assertion_check<false, bool>(bool&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2.27G | { | 91 | 2.27G | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2.27G | if (!val) { | 93 | 1 | assertion_fail(loc, assertion); | 94 | 1 | } | 95 | 2.27G | } | 96 | 2.27G | return std::forward<T>(val); | 97 | 2.27G | } |
bool& inline_assertion_check<true, bool&>(bool&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 601 | { | 91 | 601 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 601 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 601 | } | 96 | 601 | return std::forward<T>(val); | 97 | 601 | } |
bool&& inline_assertion_check<true, bool>(bool&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 15.4M | { | 91 | 15.4M | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 15.4M | if (!val) { | 93 | 1 | assertion_fail(loc, assertion); | 94 | 1 | } | 95 | 15.4M | } | 96 | 15.4M | return std::forward<T>(val); | 97 | 15.4M | } |
std::unique_ptr<ChainstateManager, std::default_delete<ChainstateManager>>& inline_assertion_check<true, std::unique_ptr<ChainstateManager, std::default_delete<ChainstateManager>>&>(std::unique_ptr<ChainstateManager, std::default_delete<ChainstateManager>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 894k | { | 91 | 894k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 894k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 894k | } | 96 | 894k | return std::forward<T>(val); | 97 | 894k | } |
std::unique_ptr<LevelDBContext, std::default_delete<LevelDBContext>> const& inline_assertion_check<true, std::unique_ptr<LevelDBContext, std::default_delete<LevelDBContext>> const&>(std::unique_ptr<LevelDBContext, std::default_delete<LevelDBContext>> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 11.2M | { | 91 | 11.2M | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 11.2M | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 11.2M | } | 96 | 11.2M | return std::forward<T>(val); | 97 | 11.2M | } |
int&& inline_assertion_check<false, int>(int&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 45.8M | { | 91 | 45.8M | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 45.8M | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 45.8M | } | 96 | 45.8M | return std::forward<T>(val); | 97 | 45.8M | } |
unsigned char const& inline_assertion_check<false, unsigned char const&>(unsigned char const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 1.28M | { | 91 | 1.28M | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 1.28M | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 1.28M | } | 96 | 1.28M | return std::forward<T>(val); | 97 | 1.28M | } |
CCoinsView*& inline_assertion_check<true, CCoinsView*&>(CCoinsView*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 452k | { | 91 | 452k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 452k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 452k | } | 96 | 452k | return std::forward<T>(val); | 97 | 452k | } |
std::shared_ptr<ThreadPool>& inline_assertion_check<true, std::shared_ptr<ThreadPool>&>(std::shared_ptr<ThreadPool>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 1.26k | { | 91 | 1.26k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 1.26k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 1.26k | } | 96 | 1.26k | return std::forward<T>(val); | 97 | 1.26k | } |
std::unique_ptr<CoinsViews, std::default_delete<CoinsViews>>& inline_assertion_check<true, std::unique_ptr<CoinsViews, std::default_delete<CoinsViews>>&>(std::unique_ptr<CoinsViews, std::default_delete<CoinsViews>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2.20M | { | 91 | 2.20M | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2.20M | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2.20M | } | 96 | 2.20M | return std::forward<T>(val); | 97 | 2.20M | } |
std::unique_ptr<CCoinsViewCache, std::default_delete<CCoinsViewCache>>& inline_assertion_check<true, std::unique_ptr<CCoinsViewCache, std::default_delete<CCoinsViewCache>>&>(std::unique_ptr<CCoinsViewCache, std::default_delete<CCoinsViewCache>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2.20M | { | 91 | 2.20M | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2.20M | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2.20M | } | 96 | 2.20M | return std::forward<T>(val); | 97 | 2.20M | } |
std::optional<arith_uint256> const& inline_assertion_check<true, std::optional<arith_uint256> const&>(std::optional<arith_uint256> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 221k | { | 91 | 221k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 221k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 221k | } | 96 | 221k | return std::forward<T>(val); | 97 | 221k | } |
std::optional<uint256> const& inline_assertion_check<true, std::optional<uint256> const&>(std::optional<uint256> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 168k | { | 91 | 168k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 168k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 168k | } | 96 | 168k | return std::forward<T>(val); | 97 | 168k | } |
std::unique_ptr<CTxMemPool, std::default_delete<CTxMemPool>>& inline_assertion_check<true, std::unique_ptr<CTxMemPool, std::default_delete<CTxMemPool>>&>(std::unique_ptr<CTxMemPool, std::default_delete<CTxMemPool>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 25 | { | 91 | 25 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 25 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 25 | } | 96 | 25 | return std::forward<T>(val); | 97 | 25 | } |
std::optional<uint256>&& inline_assertion_check<true, std::optional<uint256>>(std::optional<uint256>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 131 | { | 91 | 131 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 131 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 131 | } | 96 | 131 | return std::forward<T>(val); | 97 | 131 | } |
std::function<bool ()>& inline_assertion_check<true, std::function<bool ()>&>(std::function<bool ()>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 1.31k | { | 91 | 1.31k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 1.31k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 1.31k | } | 96 | 1.31k | return std::forward<T>(val); | 97 | 1.31k | } |
std::unique_ptr<node::Warnings, std::default_delete<node::Warnings>>& inline_assertion_check<true, std::unique_ptr<node::Warnings, std::default_delete<node::Warnings>>&>(std::unique_ptr<node::Warnings, std::default_delete<node::Warnings>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 1.31k | { | 91 | 1.31k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 1.31k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 1.31k | } | 96 | 1.31k | return std::forward<T>(val); | 97 | 1.31k | } |
util::SignalInterrupt*& inline_assertion_check<true, util::SignalInterrupt*&>(util::SignalInterrupt*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 85.5k | { | 91 | 85.5k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 85.5k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 85.5k | } | 96 | 85.5k | return std::forward<T>(val); | 97 | 85.5k | } |
node::ReadRawError*&& inline_assertion_check<true, node::ReadRawError*>(node::ReadRawError*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 14 | { | 91 | 14 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 14 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 14 | } | 96 | 14 | return std::forward<T>(val); | 97 | 14 | } |
unsigned long& inline_assertion_check<false, unsigned long&>(unsigned long&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 17.5M | { | 91 | 17.5M | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 17.5M | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 17.5M | } | 96 | 17.5M | return std::forward<T>(val); | 97 | 17.5M | } |
Unexecuted instantiation: unsigned long const& inline_assertion_check<false, unsigned long const&>(unsigned long const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) std::optional<int>&& inline_assertion_check<true, std::optional<int>>(std::optional<int>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2 | { | 91 | 2 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2 | } | 96 | 2 | return std::forward<T>(val); | 97 | 2 | } |
std::optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>&& inline_assertion_check<true, std::optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>>(std::optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2 | { | 91 | 2 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2 | } | 96 | 2 | return std::forward<T>(val); | 97 | 2 | } |
std::optional<Coin>&& inline_assertion_check<true, std::optional<Coin>>(std::optional<Coin>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 1 | { | 91 | 1 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 1 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 1 | } | 96 | 1 | return std::forward<T>(val); | 97 | 1 | } |
std::optional<unsigned int>&& inline_assertion_check<true, std::optional<unsigned int>>(std::optional<unsigned int>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 3 | { | 91 | 3 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 3 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 3 | } | 96 | 3 | return std::forward<T>(val); | 97 | 3 | } |
CBlockIndex*&& inline_assertion_check<true, CBlockIndex*>(CBlockIndex*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 142k | { | 91 | 142k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 142k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 142k | } | 96 | 142k | return std::forward<T>(val); | 97 | 142k | } |
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*&& inline_assertion_check<true, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 3 | { | 91 | 3 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 3 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 3 | } | 96 | 3 | return std::forward<T>(val); | 97 | 3 | } |
util::Expected<std::future<void>, ThreadPool::SubmitError>&& inline_assertion_check<true, util::Expected<std::future<void>, ThreadPool::SubmitError>>(util::Expected<std::future<void>, ThreadPool::SubmitError>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 353 | { | 91 | 353 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 353 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 353 | } | 96 | 353 | return std::forward<T>(val); | 97 | 353 | } |
std::optional<BCLog::LogFlags>&& inline_assertion_check<true, std::optional<BCLog::LogFlags>>(std::optional<BCLog::LogFlags>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 30 | { | 91 | 30 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 30 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 30 | } | 96 | 30 | return std::forward<T>(val); | 97 | 30 | } |
std::shared_ptr<BCLog::LogRateLimiter>& inline_assertion_check<true, std::shared_ptr<BCLog::LogRateLimiter>&>(std::shared_ptr<BCLog::LogRateLimiter>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 1 | { | 91 | 1 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 1 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 1 | } | 96 | 1 | return std::forward<T>(val); | 97 | 1 | } |
CBlockIndex*& inline_assertion_check<true, CBlockIndex*&>(CBlockIndex*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 311k | { | 91 | 311k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 311k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 311k | } | 96 | 311k | return std::forward<T>(val); | 97 | 311k | } |
CTxMemPoolEntry const*&& inline_assertion_check<true, CTxMemPoolEntry const*>(CTxMemPoolEntry const*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 111 | { | 91 | 111 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 111 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 111 | } | 96 | 111 | return std::forward<T>(val); | 97 | 111 | } |
ArgsManager*& inline_assertion_check<true, ArgsManager*&>(ArgsManager*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 10.1k | { | 91 | 10.1k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 10.1k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 10.1k | } | 96 | 10.1k | return std::forward<T>(val); | 97 | 10.1k | } |
std::optional<std::vector<std::byte, std::allocator<std::byte>>>&& inline_assertion_check<true, std::optional<std::vector<std::byte, std::allocator<std::byte>>>>(std::optional<std::vector<std::byte, std::allocator<std::byte>>>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 3.73k | { | 91 | 3.73k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 3.73k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 3.73k | } | 96 | 3.73k | return std::forward<T>(val); | 97 | 3.73k | } |
unsigned long const& inline_assertion_check<true, unsigned long const&>(unsigned long const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 30 | { | 91 | 30 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 30 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 30 | } | 96 | 30 | return std::forward<T>(val); | 97 | 30 | } |
ThreadPool::SubmitError*&& inline_assertion_check<true, ThreadPool::SubmitError*>(ThreadPool::SubmitError*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 5 | { | 91 | 5 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 5 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 5 | } | 96 | 5 | return std::forward<T>(val); | 97 | 5 | } |
ThreadPool::SubmitError const*&& inline_assertion_check<true, ThreadPool::SubmitError const*>(ThreadPool::SubmitError const*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2 | { | 91 | 2 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2 | } | 96 | 2 | return std::forward<T>(val); | 97 | 2 | } |
util::Expected<std::future<bool>, ThreadPool::SubmitError>&& inline_assertion_check<true, util::Expected<std::future<bool>, ThreadPool::SubmitError>>(util::Expected<std::future<bool>, ThreadPool::SubmitError>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2 | { | 91 | 2 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2 | } | 96 | 2 | return std::forward<T>(val); | 97 | 2 | } |
util::Expected<std::future<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>, ThreadPool::SubmitError>&& inline_assertion_check<true, util::Expected<std::future<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>, ThreadPool::SubmitError>>(util::Expected<std::future<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>, ThreadPool::SubmitError>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 1 | { | 91 | 1 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 1 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 1 | } | 96 | 1 | return std::forward<T>(val); | 97 | 1 | } |
util::Expected<std::vector<std::future<int>, std::allocator<std::future<int>>>, ThreadPool::SubmitError>&& inline_assertion_check<true, util::Expected<std::vector<std::future<int>, std::allocator<std::future<int>>>, ThreadPool::SubmitError>>(util::Expected<std::vector<std::future<int>, std::allocator<std::future<int>>>, ThreadPool::SubmitError>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2 | { | 91 | 2 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2 | } | 96 | 2 | return std::forward<T>(val); | 97 | 2 | } |
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const*&& inline_assertion_check<true, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const*>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 4 | { | 91 | 4 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 4 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 4 | } | 96 | 4 | return std::forward<T>(val); | 97 | 4 | } |
std::unique_ptr<int, std::default_delete<int>>*&& inline_assertion_check<true, std::unique_ptr<int, std::default_delete<int>>*>(std::unique_ptr<int, std::default_delete<int>>*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 3 | { | 91 | 3 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 3 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 3 | } | 96 | 3 | return std::forward<T>(val); | 97 | 3 | } |
std::unique_ptr<int, std::default_delete<int>>&& inline_assertion_check<true, std::unique_ptr<int, std::default_delete<int>>>(std::unique_ptr<int, std::default_delete<int>>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2 | { | 91 | 2 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2 | } | 96 | 2 | return std::forward<T>(val); | 97 | 2 | } |
std::unique_ptr<int, std::default_delete<int>> const& inline_assertion_check<true, std::unique_ptr<int, std::default_delete<int>> const&>(std::unique_ptr<int, std::default_delete<int>> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2 | { | 91 | 2 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2 | } | 96 | 2 | return std::forward<T>(val); | 97 | 2 | } |
bool const& inline_assertion_check<true, bool const&>(bool const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2 | { | 91 | 2 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2 | } | 96 | 2 | return std::forward<T>(val); | 97 | 2 | } |
util_tests.cpp:util_tests::(anonymous namespace)::NoCopyOrMove& inline_assertion_check<true, util_tests::(anonymous namespace)::NoCopyOrMove&>(util_tests::(anonymous namespace)::NoCopyOrMove&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 6 | { | 91 | 6 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 6 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 6 | } | 96 | 6 | return std::forward<T>(val); | 97 | 6 | } |
int&& inline_assertion_check<true, int>(int&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2 | { | 91 | 2 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2 | } | 96 | 2 | return std::forward<T>(val); | 97 | 2 | } |
Chainstate*&& inline_assertion_check<true, Chainstate*>(Chainstate*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 7 | { | 91 | 7 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 7 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 7 | } | 96 | 7 | return std::forward<T>(val); | 97 | 7 | } |
std::optional<uint256> const&& inline_assertion_check<true, std::optional<uint256> const>(std::optional<uint256> const&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 4 | { | 91 | 4 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 4 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 4 | } | 96 | 4 | return std::forward<T>(val); | 97 | 4 | } |
std::unique_ptr<wallet::WalletDatabase, std::default_delete<wallet::WalletDatabase>> const& inline_assertion_check<true, std::unique_ptr<wallet::WalletDatabase, std::default_delete<wallet::WalletDatabase>> const&>(std::unique_ptr<wallet::WalletDatabase, std::default_delete<wallet::WalletDatabase>> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2 | { | 91 | 2 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2 | } | 96 | 2 | return std::forward<T>(val); | 97 | 2 | } |
std::unique_ptr<wallet::SQLiteDatabase, std::default_delete<wallet::SQLiteDatabase>> const& inline_assertion_check<true, std::unique_ptr<wallet::SQLiteDatabase, std::default_delete<wallet::SQLiteDatabase>> const&>(std::unique_ptr<wallet::SQLiteDatabase, std::default_delete<wallet::SQLiteDatabase>> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2 | { | 91 | 2 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2 | } | 96 | 2 | return std::forward<T>(val); | 97 | 2 | } |
util::Result<std::variant<CNoDestination, PubKeyDestination, PKHash, ScriptHash, WitnessV0ScriptHash, WitnessV0KeyHash, WitnessV1Taproot, PayToAnchor, WitnessUnknown>>&& inline_assertion_check<true, util::Result<std::variant<CNoDestination, PubKeyDestination, PKHash, ScriptHash, WitnessV0ScriptHash, WitnessV0KeyHash, WitnessV1Taproot, PayToAnchor, WitnessUnknown>>>(util::Result<std::variant<CNoDestination, PubKeyDestination, PKHash, ScriptHash, WitnessV0ScriptHash, WitnessV0KeyHash, WitnessV1Taproot, PayToAnchor, WitnessUnknown>>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 6.11k | { | 91 | 6.11k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 6.11k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 6.11k | } | 96 | 6.11k | return std::forward<T>(val); | 97 | 6.11k | } |
util::Result<wallet::CoinsResult>&& inline_assertion_check<true, util::Result<wallet::CoinsResult>>(util::Result<wallet::CoinsResult>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 1 | { | 91 | 1 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 1 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 1 | } | 96 | 1 | return std::forward<T>(val); | 97 | 1 | } |
std::optional<OutputType>&& inline_assertion_check<true, std::optional<OutputType>>(std::optional<OutputType>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 180 | { | 91 | 180 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 180 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 180 | } | 96 | 180 | return std::forward<T>(val); | 97 | 180 | } |
util::Result<std::reference_wrapper<wallet::DescriptorScriptPubKeyMan>>&& inline_assertion_check<true, util::Result<std::reference_wrapper<wallet::DescriptorScriptPubKeyMan>>>(util::Result<std::reference_wrapper<wallet::DescriptorScriptPubKeyMan>>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 27 | { | 91 | 27 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 27 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 27 | } | 96 | 27 | return std::forward<T>(val); | 97 | 27 | } |
Unexecuted instantiation: std::atomic<bool>& inline_assertion_check<true, std::atomic<bool>&>(std::atomic<bool>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) CTxMemPool*&& inline_assertion_check<true, CTxMemPool*>(CTxMemPool*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 1.21k | { | 91 | 1.21k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 1.21k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 1.21k | } | 96 | 1.21k | return std::forward<T>(val); | 97 | 1.21k | } |
util::Result<node::BlockCreateOptions>& inline_assertion_check<true, util::Result<node::BlockCreateOptions>&>(util::Result<node::BlockCreateOptions>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 1.21k | { | 91 | 1.21k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 1.21k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 1.21k | } | 96 | 1.21k | return std::forward<T>(val); | 97 | 1.21k | } |
std::unique_ptr<interfaces::BlockTemplate, std::default_delete<interfaces::BlockTemplate>>& inline_assertion_check<true, std::unique_ptr<interfaces::BlockTemplate, std::default_delete<interfaces::BlockTemplate>>&>(std::unique_ptr<interfaces::BlockTemplate, std::default_delete<interfaces::BlockTemplate>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 7.22k | { | 91 | 7.22k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 7.22k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 7.22k | } | 96 | 7.22k | return std::forward<T>(val); | 97 | 7.22k | } |
util::Result<void> const& inline_assertion_check<true, util::Result<void> const&>(util::Result<void> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 176 | { | 91 | 176 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 176 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 176 | } | 96 | 176 | return std::forward<T>(val); | 97 | 176 | } |
std::optional<PresaltedSipHasher>& inline_assertion_check<true, std::optional<PresaltedSipHasher>&>(std::optional<PresaltedSipHasher>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 124k | { | 91 | 124k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 124k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 124k | } | 96 | 124k | return std::forward<T>(val); | 97 | 124k | } |
CBlockIndex const*&& inline_assertion_check<true, CBlockIndex const*>(CBlockIndex const*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 9.33k | { | 91 | 9.33k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 9.33k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 9.33k | } | 96 | 9.33k | return std::forward<T>(val); | 97 | 9.33k | } |
CBlockIndex const*& inline_assertion_check<true, CBlockIndex const*&>(CBlockIndex const*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 138k | { | 91 | 138k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 138k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 138k | } | 96 | 138k | return std::forward<T>(val); | 97 | 138k | } |
CBlock const* const& inline_assertion_check<true, CBlock const* const&>(CBlock const* const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 7.57k | { | 91 | 7.57k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 7.57k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 7.57k | } | 96 | 7.57k | return std::forward<T>(val); | 97 | 7.57k | } |
CBlockUndo const* const& inline_assertion_check<true, CBlockUndo const* const&>(CBlockUndo const* const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 7.93k | { | 91 | 7.93k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 7.93k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 7.93k | } | 96 | 7.93k | return std::forward<T>(val); | 97 | 7.93k | } |
uint256 const* const& inline_assertion_check<true, uint256 const* const&>(uint256 const* const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 207k | { | 91 | 207k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 207k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 207k | } | 96 | 207k | return std::forward<T>(val); | 97 | 207k | } |
std::optional<util::SignalInterrupt>& inline_assertion_check<true, std::optional<util::SignalInterrupt>&>(std::optional<util::SignalInterrupt>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 23 | { | 91 | 23 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 23 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 23 | } | 96 | 23 | return std::forward<T>(val); | 97 | 23 | } |
util::Result<void>&& inline_assertion_check<true, util::Result<void>>(util::Result<void>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 3.17k | { | 91 | 3.17k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 3.17k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 3.17k | } | 96 | 3.17k | return std::forward<T>(val); | 97 | 3.17k | } |
std::unique_ptr<ValidationSignals, std::default_delete<ValidationSignals>>& inline_assertion_check<true, std::unique_ptr<ValidationSignals, std::default_delete<ValidationSignals>>&>(std::unique_ptr<ValidationSignals, std::default_delete<ValidationSignals>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2.00k | { | 91 | 2.00k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2.00k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2.00k | } | 96 | 2.00k | return std::forward<T>(val); | 97 | 2.00k | } |
std::unique_ptr<node::KernelNotifications, std::default_delete<node::KernelNotifications>>& inline_assertion_check<true, std::unique_ptr<node::KernelNotifications, std::default_delete<node::KernelNotifications>>&>(std::unique_ptr<node::KernelNotifications, std::default_delete<node::KernelNotifications>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 1.03k | { | 91 | 1.03k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 1.03k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 1.03k | } | 96 | 1.03k | return std::forward<T>(val); | 97 | 1.03k | } |
bool& inline_assertion_check<false, bool&>(bool&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 423k | { | 91 | 423k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 423k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 423k | } | 96 | 423k | return std::forward<T>(val); | 97 | 423k | } |
net_processing.cpp:(anonymous namespace)::CNodeState*&& inline_assertion_check<true, (anonymous namespace)::CNodeState*>((anonymous namespace)::CNodeState*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 57.2k | { | 91 | 57.2k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 57.2k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 57.2k | } | 96 | 57.2k | return std::forward<T>(val); | 97 | 57.2k | } |
net_processing.cpp:std::shared_ptr<(anonymous namespace)::Peer>&& inline_assertion_check<true, std::shared_ptr<(anonymous namespace)::Peer>>(std::shared_ptr<(anonymous namespace)::Peer>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 4 | { | 91 | 4 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 4 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 4 | } | 96 | 4 | return std::forward<T>(val); | 97 | 4 | } |
CBlockIndex*&& inline_assertion_check<false, CBlockIndex*>(CBlockIndex*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 17.8k | { | 91 | 17.8k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 17.8k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 17.8k | } | 96 | 17.8k | return std::forward<T>(val); | 97 | 17.8k | } |
unsigned int&& inline_assertion_check<false, unsigned int>(unsigned int&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 17.3M | { | 91 | 17.3M | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 17.3M | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 17.3M | } | 96 | 17.3M | return std::forward<T>(val); | 97 | 17.3M | } |
std::optional<AssumeutxoData> const& inline_assertion_check<true, std::optional<AssumeutxoData> const&>(std::optional<AssumeutxoData> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 6 | { | 91 | 6 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 6 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 6 | } | 96 | 6 | return std::forward<T>(val); | 97 | 6 | } |
std::optional<node::BlockfileCursor>& inline_assertion_check<true, std::optional<node::BlockfileCursor>&>(std::optional<node::BlockfileCursor>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 111k | { | 91 | 111k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 111k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 111k | } | 96 | 111k | return std::forward<T>(val); | 97 | 111k | } |
std::unique_ptr<node::KernelNotifications, std::default_delete<node::KernelNotifications>> const& inline_assertion_check<true, std::unique_ptr<node::KernelNotifications, std::default_delete<node::KernelNotifications>> const&>(std::unique_ptr<node::KernelNotifications, std::default_delete<node::KernelNotifications>> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 56.2k | { | 91 | 56.2k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 56.2k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 56.2k | } | 96 | 56.2k | return std::forward<T>(val); | 97 | 56.2k | } |
util::SignalInterrupt* const& inline_assertion_check<true, util::SignalInterrupt* const&>(util::SignalInterrupt* const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 8.29k | { | 91 | 8.29k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 8.29k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 8.29k | } | 96 | 8.29k | return std::forward<T>(val); | 97 | 8.29k | } |
Unexecuted instantiation: node::NodeContext*& inline_assertion_check<true, node::NodeContext*&>(node::NodeContext*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Unexecuted instantiation: node::NodeContext*&& inline_assertion_check<true, node::NodeContext*>(node::NodeContext*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Unexecuted instantiation: interfaces::WalletLoader*& inline_assertion_check<true, interfaces::WalletLoader*&>(interfaces::WalletLoader*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) std::unique_ptr<ChainstateManager, std::default_delete<ChainstateManager>> const& inline_assertion_check<true, std::unique_ptr<ChainstateManager, std::default_delete<ChainstateManager>> const&>(std::unique_ptr<ChainstateManager, std::default_delete<ChainstateManager>> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 100k | { | 91 | 100k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 100k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 100k | } | 96 | 100k | return std::forward<T>(val); | 97 | 100k | } |
std::optional<unsigned long> const& inline_assertion_check<true, std::optional<unsigned long> const&>(std::optional<unsigned long> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 127k | { | 91 | 127k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 127k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 127k | } | 96 | 127k | return std::forward<T>(val); | 97 | 127k | } |
std::optional<uint256> const& inline_assertion_check<false, std::optional<uint256> const&>(std::optional<uint256> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 69 | { | 91 | 69 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 69 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 69 | } | 96 | 69 | return std::forward<T>(val); | 97 | 69 | } |
std::optional<uint256>&& inline_assertion_check<false, std::optional<uint256>>(std::optional<uint256>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 47.9k | { | 91 | 47.9k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 47.9k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 47.9k | } | 96 | 47.9k | return std::forward<T>(val); | 97 | 47.9k | } |
bool const& inline_assertion_check<false, bool const&>(bool const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 495k | { | 91 | 495k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 495k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 495k | } | 96 | 495k | return std::forward<T>(val); | 97 | 495k | } |
node::ReadRawError const*&& inline_assertion_check<true, node::ReadRawError const*>(node::ReadRawError const*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 12 | { | 91 | 12 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 12 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 12 | } | 96 | 12 | return std::forward<T>(val); | 97 | 12 | } |
TxGraph::Ref const*& inline_assertion_check<false, TxGraph::Ref const*&>(TxGraph::Ref const*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2.74k | { | 91 | 2.74k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2.74k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2.74k | } | 96 | 2.74k | return std::forward<T>(val); | 97 | 2.74k | } |
txgraph.cpp:(anonymous namespace)::Cluster*& inline_assertion_check<false, (anonymous namespace)::Cluster*&>((anonymous namespace)::Cluster*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 168k | { | 91 | 168k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 168k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 168k | } | 96 | 168k | return std::forward<T>(val); | 97 | 168k | } |
Unexecuted instantiation: std::unique_ptr<CTxMemPool::ChangeSet, std::default_delete<CTxMemPool::ChangeSet>>& inline_assertion_check<false, std::unique_ptr<CTxMemPool::ChangeSet, std::default_delete<CTxMemPool::ChangeSet>>&>(std::unique_ptr<CTxMemPool::ChangeSet, std::default_delete<CTxMemPool::ChangeSet>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) std::shared_ptr<CBlock const>& inline_assertion_check<true, std::shared_ptr<CBlock const>&>(std::shared_ptr<CBlock const>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 111k | { | 91 | 111k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 111k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 111k | } | 96 | 111k | return std::forward<T>(val); | 97 | 111k | } |
uint256 const*& inline_assertion_check<true, uint256 const*&>(uint256 const*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 48.5k | { | 91 | 48.5k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 48.5k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 48.5k | } | 96 | 48.5k | return std::forward<T>(val); | 97 | 48.5k | } |
std::optional<int> const& inline_assertion_check<true, std::optional<int> const&>(std::optional<int> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 433k | { | 91 | 433k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 433k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 433k | } | 96 | 433k | return std::forward<T>(val); | 97 | 433k | } |
CBlockIndex* const& inline_assertion_check<false, CBlockIndex* const&>(CBlockIndex* const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 320k | { | 91 | 320k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 320k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 320k | } | 96 | 320k | return std::forward<T>(val); | 97 | 320k | } |
std::unique_ptr<Chainstate, std::default_delete<Chainstate>>&& inline_assertion_check<true, std::unique_ptr<Chainstate, std::default_delete<Chainstate>>>(std::unique_ptr<Chainstate, std::default_delete<Chainstate>>&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 2 | { | 91 | 2 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 2 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 2 | } | 96 | 2 | return std::forward<T>(val); | 97 | 2 | } |
std::unique_ptr<util::TaskRunnerInterface, std::default_delete<util::TaskRunnerInterface>>& inline_assertion_check<true, std::unique_ptr<util::TaskRunnerInterface, std::default_delete<util::TaskRunnerInterface>>&>(std::unique_ptr<util::TaskRunnerInterface, std::default_delete<util::TaskRunnerInterface>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 1.30k | { | 91 | 1.30k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 1.30k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 1.30k | } | 96 | 1.30k | return std::forward<T>(val); | 97 | 1.30k | } |
std::optional<long> const& inline_assertion_check<true, std::optional<long> const&>(std::optional<long> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 3.58k | { | 91 | 3.58k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 3.58k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 3.58k | } | 96 | 3.58k | return std::forward<T>(val); | 97 | 3.58k | } |
CScheduler*& inline_assertion_check<true, CScheduler*&>(CScheduler*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 7 | { | 91 | 7 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 7 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 7 | } | 96 | 7 | return std::forward<T>(val); | 97 | 7 | } |
wallet::CWalletTx const*&& inline_assertion_check<true, wallet::CWalletTx const*>(wallet::CWalletTx const*&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 5 | { | 91 | 5 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 5 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 5 | } | 96 | 5 | return std::forward<T>(val); | 97 | 5 | } |
std::unique_ptr<wallet::SQliteExecHandler, std::default_delete<wallet::SQliteExecHandler>>& inline_assertion_check<true, std::unique_ptr<wallet::SQliteExecHandler, std::default_delete<wallet::SQliteExecHandler>>&>(std::unique_ptr<wallet::SQliteExecHandler, std::default_delete<wallet::SQliteExecHandler>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 145k | { | 91 | 145k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 145k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 145k | } | 96 | 145k | return std::forward<T>(val); | 97 | 145k | } |
unsigned long&& inline_assertion_check<true, unsigned long>(unsigned long&&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 637 | { | 91 | 637 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 637 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 637 | } | 96 | 637 | return std::forward<T>(val); | 97 | 637 | } |
ArgsManager* const& inline_assertion_check<true, ArgsManager* const&>(ArgsManager* const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 999 | { | 91 | 999 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 999 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 999 | } | 96 | 999 | return std::forward<T>(val); | 97 | 999 | } |
wallet::LegacyDataSPKM*& inline_assertion_check<false, wallet::LegacyDataSPKM*&>(wallet::LegacyDataSPKM*&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 80 | { | 91 | 80 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 80 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 80 | } | 96 | 80 | return std::forward<T>(val); | 97 | 80 | } |
util::Expected<std::vector<wallet::WalletDescInfo, std::allocator<wallet::WalletDescInfo>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>& inline_assertion_check<true, util::Expected<std::vector<wallet::WalletDescInfo, std::allocator<wallet::WalletDescInfo>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>&>(util::Expected<std::vector<wallet::WalletDescInfo, std::allocator<wallet::WalletDescInfo>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 7 | { | 91 | 7 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 7 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 7 | } | 96 | 7 | return std::forward<T>(val); | 97 | 7 | } |
std::shared_ptr<CTransaction const>& inline_assertion_check<true, std::shared_ptr<CTransaction const>&>(std::shared_ptr<CTransaction const>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 4 | { | 91 | 4 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 4 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 4 | } | 96 | 4 | return std::forward<T>(val); | 97 | 4 | } |
std::optional<fs::path> const& inline_assertion_check<true, std::optional<fs::path> const&>(std::optional<fs::path> const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 3.45k | { | 91 | 3.45k | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 3.45k | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 3.45k | } | 96 | 3.45k | return std::forward<T>(val); | 97 | 3.45k | } |
std::optional<std::pair<XOnlyPubKey, bool>>& inline_assertion_check<false, std::optional<std::pair<XOnlyPubKey, bool>>&>(std::optional<std::pair<XOnlyPubKey, bool>>&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 907 | { | 91 | 907 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 907 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 907 | } | 96 | 907 | return std::forward<T>(val); | 97 | 907 | } |
std::map<uint256, MuSig2SecNonce, std::less<uint256>, std::allocator<std::pair<uint256 const, MuSig2SecNonce>>>* const& inline_assertion_check<false, std::map<uint256, MuSig2SecNonce, std::less<uint256>, std::allocator<std::pair<uint256 const, MuSig2SecNonce>>>* const&>(std::map<uint256, MuSig2SecNonce, std::less<uint256>, std::allocator<std::pair<uint256 const, MuSig2SecNonce>>>* const&, std::source_location const&, std::basic_string_view<char, std::char_traits<char>>) Line | Count | Source | 90 | 539 | { | 91 | 539 | if (IS_ASSERT || std::is_constant_evaluated() || G_ABORT_ON_FAILED_ASSUME) { | 92 | 539 | if (!val) { | 93 | 0 | assertion_fail(loc, assertion); | 94 | 0 | } | 95 | 539 | } | 96 | 539 | return std::forward<T>(val); | 97 | 539 | } |
|