Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp144 const bool HavePrecision = (Cur[0] == '.' && Cur[1] == '*'); in formatString() local
146 if (HavePrecision) { in formatString()