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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp119 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { function in namespace:__sanitizer
193 result += AppendPointer(&buff, buff_end, va_arg(args, uptr));

Completed in 105 milliseconds