Home
last modified time | relevance | path

Searched refs:StaticDeathCallback (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h113 static void StaticDeathCallback();
H A DFuzzerLoop.cpp142 EF->__sanitizer_set_death_callback(StaticDeathCallback); in Fuzzer()
171 void Fuzzer::StaticDeathCallback() { in StaticDeathCallback() function in fuzzer::Fuzzer