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

/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp116 char *BOut = Buffer; local
120 *BOut++ = '\\'; // Two \ becomes one
125 *BOut = hexDigitValue(BIn[1]) * 16 + hexDigitValue(BIn[2]);
127 ++BOut;
129 *BOut++ = *BIn++;
132 *BOut++ = *BIn++;
135 Str.resize(BOut-Buffer);

Completed in 96 milliseconds