Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DScratchBuffer.cpp21 static const unsigned ScratchBufSize = 4060; variable
26 BytesUsed = ScratchBufSize; in ScratchBuffer()
35 if (BytesUsed+Len+2 > ScratchBufSize) in getToken()
71 if (RequestLen < ScratchBufSize) in AllocScratchBuffer()
72 RequestLen = ScratchBufSize; in AllocScratchBuffer()