Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp151 bool have_width = (*cur >= '0' && *cur <= '9'); in VSNPrintf() local
154 if (have_width) { in VSNPrintf()
170 const bool have_flags = have_width || have_length; in VSNPrintf()
208 CHECK(!have_width || left_justified); in VSNPrintf()