Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2135 char *tmp_fmt = build_format_string(); in format() local
2137 snprintf(str + str_off, str_off < size ? size - str_off : 0, tmp_fmt, in format()
2139 free(tmp_fmt); in format()
2144 char *tmp_fmt = build_format_string(); in format() local
2148 tmp_fmt, width, arg); in format()
2151 tmp_fmt, arg); in format()
2153 free(tmp_fmt); in format()