Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp156 const bool HaveLength = HaveZ || HaveLL; in formatString() local
157 const bool HaveFlags = HaveWidth || HaveLength; in formatString()
185 RAW_CHECK_MSG(!HaveLength, PrintfFormatsHelp); in formatString()