Searched refs:wchar_tByteWidth (Results 1 – 2 of 2) sorted by relevance
150 unsigned wchar_tByteWidth; variable160 MaxTokenLength(0), SizeBound(0), wchar_tByteWidth(0), in SM()177 return GetStringLength() / wchar_tByteWidth; in GetNumStringChars()
844 MaxTokenLength(0), SizeBound(0), wchar_tByteWidth(0), in StringLiteralParser()897 wchar_tByteWidth = ~0U; in init()899 wchar_tByteWidth = Target.getWCharWidth(); in init()900 assert((wchar_tByteWidth & 7) == 0 && "Assumes wchar_t is byte multiple!"); in init()901 wchar_tByteWidth /= 8; in init()907 SizeBound *= wchar_tByteWidth; in init()980 for (unsigned i = 1, e = wchar_tByteWidth; i != e; ++i) in init()1003 for (unsigned i = 1, e = wchar_tByteWidth; i != e; ++i) in init()1012 ResultBuf[0] /= wchar_tByteWidth; in init()