Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Ddfsan_interface.h32 typedef void(SANITIZER_CDECL *dfsan_conditional_callback_t)( typedef
/freebsd-src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp666 typedef void (*dfsan_conditional_callback_t)(dfsan_label label, global() typedef