1327952Sdim[cfi-unrelated-cast]
2341825Sdim# The specification of std::get_temporary_buffer mandates a cast to
3344779Sdim# uninitialized T* (libstdc++, MSVC stdlib).
4292925Sdimfun:_ZSt20get_temporary_buffer*
5341825Sdimfun:*get_temporary_buffer@.*@std@@*
6292925Sdim
7344779Sdim# STL address-of magic (libstdc++).
8292925Sdimfun:*__addressof*
9292925Sdim
10292925Sdim# Windows C++ stdlib headers that contain bad unrelated casts.
11292925Sdimsrc:*xmemory0
12292925Sdimsrc:*xstddef
13321369Sdim
14321369Sdim# std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_inplace() (libstdc++).
15321369Sdim# This ctor is used by std::make_shared and needs to cast to uninitialized T*
16321369Sdim# in order to call std::allocator_traits<T>::construct.
17321369Sdimfun:_ZNSt23_Sp_counted_ptr_inplace*
18