#include <util/check.h>
#include <bitcoin-build-config.h>
#include <clientversion.h>
#include <tinyformat.h>
#include <cstdio>
#include <cstdlib>
#include <source_location>
#include <string>
#include <string_view>
Go to the source code of this file.
◆ assertion_fail()
| void assertion_fail |
( |
const std::source_location & |
loc, |
|
|
std::string_view |
assertion |
|
) |
| |
Internal helper.
Definition at line 34 of file check.cpp.
◆ StrFormatInternalBug()
| std::string StrFormatInternalBug |
( |
std::string_view |
msg, |
|
|
const std::source_location & |
loc |
|
) |
| |
◆ g_detail_test_only_CheckFailuresAreExceptionsNotAborts
| bool g_detail_test_only_CheckFailuresAreExceptionsNotAborts {false} |
◆ g_enable_dynamic_fuzz_determinism
| std::atomic<bool> g_enable_dynamic_fuzz_determinism {false} |