Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp130 const char *keep_going_str = (*halt_on_error_) ? "false" : "true"; in Format() local
131 return FormatString(buffer, size, keep_going_str); in Format()