Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc120 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer() function
194 result += AppendPointer(&buff, buff_end, va_arg(args, uptr)); in VSNPrintf()