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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp167 const bool have_length = have_z || have_ll; local
168 const bool have_flags = have_width || have_length;
197 RAW_CHECK_MSG(!have_length, kPrintfFormatsHelp);

Completed in 163 milliseconds