| Home | Sort by: relevance | last modified time | path |
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ | |
| FuzzerUtilFuchsia.cpp | 354 explicit RunOnDestruction(Fn fn) : fn_(fn) {} 355 ~RunOnDestruction() { fn_(); } 358 Fn fn_; member in class:fuzzer::RunOnDestruction |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
| sanitizer_common.h | 908 explicit RunOnDestruction(Fn fn) : fn_(fn) {} 909 ~RunOnDestruction() { fn_(); } 912 Fn fn_; member in class:__sanitizer::RunOnDestruction |