reinterpret_cast_ptr   88 Source/core/fetch/CachedMetadata.h         return *reinterpret_cast_ptr<unsigned*>(const_cast<char*>(m_serializedData.data() + position));
reinterpret_cast_ptr  288 Source/platform/graphics/gpu/WebGLImageConversion.cpp     const uint32_t* source32 = reinterpret_cast_ptr<const uint32_t*>(source);
reinterpret_cast_ptr  289 Source/platform/graphics/gpu/WebGLImageConversion.cpp     uint32_t* destination32 = reinterpret_cast_ptr<uint32_t*>(destination);
reinterpret_cast_ptr  566 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp     decoder_error_mgr *err = reinterpret_cast_ptr<decoder_error_mgr *>(cinfo->err);
reinterpret_cast_ptr   84 Source/platform/image-encoders/skia/JPEGImageEncoder.cpp     const SkPMColor* input = reinterpret_cast_ptr<const SkPMColor*>(pixels);
reinterpret_cast_ptr  239 Source/wtf/ListHashSet.h         Node* pool() { return reinterpret_cast_ptr<Node*>(m_pool.pool); }
reinterpret_cast_ptr  495 Source/wtf/Vector.h         T* inlineBuffer() { return reinterpret_cast_ptr<T*>(m_inlineBuffer.buffer); }
reinterpret_cast_ptr  496 Source/wtf/Vector.h         const T* inlineBuffer() const { return reinterpret_cast_ptr<const T*>(m_inlineBuffer.buffer); }
reinterpret_cast_ptr   91 Source/wtf/text/ASCIIFastPath.h         allCharBits |= *(reinterpret_cast_ptr<const MachineWord*>(characters));
reinterpret_cast_ptr  138 Source/wtf/text/TextCodecLatin1.cpp                     MachineWord chunk = *reinterpret_cast_ptr<const MachineWord*>(source);
reinterpret_cast_ptr  189 Source/wtf/text/TextCodecLatin1.cpp                     MachineWord chunk = *reinterpret_cast_ptr<const MachineWord*>(source);
reinterpret_cast_ptr  302 Source/wtf/text/TextCodecUTF8.cpp                         MachineWord chunk = *reinterpret_cast_ptr<const MachineWord*>(source);
reinterpret_cast_ptr  379 Source/wtf/text/TextCodecUTF8.cpp                         MachineWord chunk = *reinterpret_cast_ptr<const MachineWord*>(source);