Home
last modified time | relevance | path

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

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