Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DNativeFormatting.cpp41 int InitialDigits = ((Buffer.size() - 1) % 3) + 1; in writeWithCommas() local
42 ThisGroup = Buffer.take_front(InitialDigits); in writeWithCommas()
45 Buffer = Buffer.drop_front(InitialDigits); in writeWithCommas()