1# The stdext namespace contains Microsoft standard library extensions.
2type:stdext::*
3
4# Types with an uuid attribute, i.e. COM types.
5type:attr:uuid
6
7# STL allocators (T *allocator<T *>::allocate(size_type, const void*)).
8# The type signature mandates a cast from uninitialized void* to T*.
9# size_type can either be unsigned int (j) or unsigned long (m).
10fun:*8allocateEjPKv
11fun:*8allocateEmPKv
12
13# std::get_temporary_buffer, likewise (libstdc++, libc++).
14fun:_ZSt20get_temporary_buffer*
15fun:_ZNSt3__120get_temporary_buffer*
16
17# STL address-of magic (libstdc++, libc++).
18fun:*__addressof*
19fun:_ZNSt3__19addressof*
20
21# Windows C++ stdlib headers that contain bad unrelated casts.
22src:*xmemory0
23src:*xstddef
24
25# b/119127110
26fun:*internal_default_instance*
27