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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp151 const bool HaveLL = !HaveZ && (Cur[0] == 'l' && Cur[1] == 'l'); local
152 Cur += HaveLL * 2;
155 const bool HaveLength = HaveZ || HaveLL;
161 DVal = HaveLL ? va_arg(Args, s64)
169 UVal = HaveLL ? va_arg(Args, u64)

Completed in 177 milliseconds