Home
last modified time | relevance | path

Searched refs:__msan_set_keep_going (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/include/sanitizer/
H A Dmsan_interface.h76 void __msan_set_keep_going(int keep_going);
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interface_internal.h127 void __msan_set_keep_going(int keep_going);
H A Dmsan.cpp490 void __msan_set_keep_going(int keep_going) { in __msan_set_keep_going() function