Home
last modified time | relevance | path

Searched defs:RunOnDestruction (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp406 class RunOnDestruction { class
408 explicit RunOnDestruction(Fn fn) : fn_(fn) {} in RunOnDestruction() function in fuzzer::RunOnDestruction
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h1031 explicit RunOnDestruction(Fn fn) : fn_(fn) {} in RunOnDestruction() function