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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc134 bool have_width = (*cur >= '0' && *cur <= '9'); local
137 if (have_width) {
154 bool have_flags = have_width | have_z | have_ll;

Completed in 44 milliseconds