Mercurial > hg > CbC > CbC_llvm
annotate libcxx/utils/symcheck-blacklists/osx_blacklist.txt @ 266:00f31e85ec16 default tip
Added tag current for changeset 31d058e83c98
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 14 Oct 2023 10:13:55 +0900 |
parents | 1d019706d866 |
children |
rev | line source |
---|---|
150 | 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 |