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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp161 bool have_z = (*cur == 'z'); local
162 cur += have_z;
163 bool have_ll = !have_z && (cur[0] == 'l' && cur[1] == 'l');
167 const bool have_length = have_z || have_ll;
174 : have_z ? va_arg(args, sptr)
184 : have_z ? va_arg(args, uptr)

Completed in 100 milliseconds