Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp165 bool have_ll = cur[0] == 'l' && cur[1] == 'l'; in VSNPrintf() local
166 cur += have_ll * 2; in VSNPrintf()
167 const bool have_length = have_z || have_l || have_ll; in VSNPrintf()
173 s64 dval = have_ll ? va_arg(args, s64) in VSNPrintf()
184 u64 uval = have_ll ? va_arg(args, u64) in VSNPrintf()