Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp458 explicit RunOnDestruction(Fn fn) : fn_(fn) {} in RunOnDestruction()
459 ~RunOnDestruction() { fn_(); } in ~RunOnDestruction()
462 Fn fn_; member in fuzzer::RunOnDestruction
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h1050 explicit RunOnDestruction(Fn fn) : fn_(fn) {} in RunOnDestruction()
1051 ~RunOnDestruction() { fn_(); } in ~RunOnDestruction()
1054 Fn fn_;