reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1008 CharByteWidth = Target.getCharWidth(); 1011 CharByteWidth = Target.getWCharWidth(); 1014 CharByteWidth = Target.getChar16Width(); 1017 CharByteWidth = Target.getChar32Width(); 1020 assert((CharByteWidth & 7) == 0 && "Assumes character size is byte multiple"); 1021 CharByteWidth /= 8; 1022 assert((CharByteWidth == 1 || CharByteWidth == 2 || CharByteWidth == 4) && 1022 assert((CharByteWidth == 1 || CharByteWidth == 2 || CharByteWidth == 4) && 1022 assert((CharByteWidth == 1 || CharByteWidth == 2 || CharByteWidth == 4) && 1024 return CharByteWidth;