Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/include/sanitizer/
H A Ddfsan_interface.h32 typedef void(SANITIZER_CDECL *dfsan_conditional_callback_t)( typedef
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp669 static dfsan_conditional_callback_t conditional_callback = nullptr; typedef