Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp21 static char *append_str(const char *s, char *buf, const char *end) { in append_str() function
39 buf = append_str("ubsan: ", buf, end); in format_msg()
40 buf = append_str(kind, buf, end); in format_msg()
41 buf = append_str(" by 0x", buf, end); in format_msg()
43 buf = append_str("\n", buf, end); in format_msg()