Searched refs:dfsan_conditional_callback_t (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/include/sanitizer/
H A Ddfsan_interface.h31 typedef void (*dfsan_conditional_callback_t)(dfsan_label label, typedef
93 void dfsan_set_conditional_callback(dfsan_conditional_callback_t callback);
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan.cpp669 typedef void (*dfsan_conditional_callback_t)(dfsan_label label, typedef in namespace:__dfsan
671 static dfsan_conditional_callback_t conditional_callback = nullptr;
712 __dfsan::dfsan_conditional_callback_t callback) {

Completed in 87 milliseconds