MCPcopy Create free account
hub / github.com/boost-ext/sml / clobber

Function clobber

benchmark/connection/boost_sml.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#if defined(TEST_PERF) or defined(TEST_GBENCH)
8 static void clobber() { asm volatile("" : : : "memory"); }
9 const auto establish = []{ clobber(); };
10 const auto close = []{ clobber(); };
11 const auto is_valid = [](auto const&) { clobber(); return true; };

Callers 1

boost_sml.cppFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected