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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc148 bool have_z = (*cur == 'z'); local
149 cur += have_z;
150 bool have_ll = !have_z && (cur[0] == 'l' && cur[1] == 'l');
154 bool have_flags = have_width | have_z | have_ll;
160 : have_z ? va_arg(args, sptr)
169 : have_z ? va_arg(args, uptr)

Completed in 185 milliseconds