xref: /minix3/external/bsd/libc++/dist/libcxx/utils/sym_check/osx_blacklist.txt (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1# all guard variables
2__ZGVNSt3__
3# all vtables
4__ZTV
5# all VTT
6__ZTT
7# all non-virtual thunks
8__ZTh
9# all virtual thunks
10__ZTv
11# typeinfo for std::__1::__types
12#    There are no std::__types
13__ZTINSt3__1[0-9][0-9]*__
14# typeinfo name for std::__1::__types
15__ZTSNSt3__1[0-9][0-9]*__
16# anything using __hidden_allocator
17.*__hidden_allocator
18# anything using __sso_allocator
19.*__sso_allocator
20