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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp163 bool have_ll = !have_z && (cur[0] == 'l' && cur[1] == 'l'); local
164 cur += have_ll * 2;
167 const bool have_length = have_z || have_ll;
173 dval = have_ll ? va_arg(args, s64)
183 uval = have_ll ? va_arg(args, u64)

Completed in 160 milliseconds