MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / throw_oom_exception

Function throw_oom_exception

ir/state.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using namespace std;
17
18static void throw_oom_exception() {
19 throw AliveException("Out of memory; skipping function.", false);
20}
21
22namespace IR {
23

Callers 3

state.cppFile · 0.85
startBBMethod · 0.85
rewriteUndefMethod · 0.85

Calls 1

AliveExceptionClass · 0.85

Tested by

no test coverage detected