Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp81 const u64 UnsignedNum = (Num == INT64_MIN) in appendSignedDecimal() local
84 return appendNumber(Buffer, BufferEnd, UnsignedNum, 10, MinNumberLength, in appendSignedDecimal()