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

/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DScratchBuffer.cpp19 // ScratchBufSize - The size of each chunk of scratch memory. Slightly less
21 static const unsigned ScratchBufSize = 4060; variable
26 BytesUsed = ScratchBufSize;
35 if (BytesUsed+Len+2 > ScratchBufSize)
71 if (RequestLen < ScratchBufSize)
72 RequestLen = ScratchBufSize;

Completed in 125 milliseconds