Home | History | Annotate | Line # | Download | only in testsuite
demangle-expected revision 1.8
      1  1.1  christos # This file holds test cases for the demangler.
      2  1.1  christos # Each test case looks like this:
      3  1.1  christos #  options
      4  1.1  christos #  input to be demangled
      5  1.1  christos #  expected output
      6  1.1  christos #
      7  1.1  christos #  Supported options:
      8  1.1  christos #    --format=<name>     Sets the demangling style.
      9  1.1  christos #    --no-params         There are two lines of expected output; the first
     10  1.1  christos #                        is with DMGL_PARAMS, the second is without it.
     11  1.1  christos #    --is-v3-ctor        Calls is_gnu_v3_mangled_ctor on input; expected
     12  1.1  christos #                        output is an integer representing ctor_kind.
     13  1.1  christos #    --is-v3-dtor        Likewise, but for dtors.
     14  1.1  christos #    --ret-postfix       Passes the DMGL_RET_POSTFIX option
     15  1.1  christos #
     16  1.1  christos #  For compatibility, just in case it matters, the options line may be
     17  1.1  christos #  empty, to mean --format=auto.  If it doesn't start with --, then it
     18  1.1  christos #  may contain only a format name.
     19  1.1  christos #
     20  1.1  christos # A line starting with `#' is ignored.
     21  1.1  christos # However, blank lines in this file are NOT ignored.
     22  1.1  christos #
     23  1.1  christos #
     24  1.8  christos # Tests integer overflow problem PR70492
     25  1.8  christos 
     26  1.8  christos __vt_90000000000cafebabe
     27  1.8  christos __vt_90000000000cafebabe
     28  1.1  christos #
     29  1.8  christos # Tests write access violation PR70498
     30  1.8  christos 
     31  1.8  christos _Z80800000000000000000000
     32  1.8  christos _Z80800000000000000000000
     33  1.1  christos #
     34  1.8  christos # Tests write access violation PR70926
     35  1.8  christos 
     36  1.8  christos 0__Ot2m02R5T0000500000
     37  1.8  christos 0__Ot2m02R5T0000500000
     38  1.1  christos #
     39  1.8  christos 
     40  1.8  christos 0__GT50000000000_
     41  1.8  christos 0__GT50000000000_
     42  1.1  christos #
     43  1.8  christos 
     44  1.8  christos __t2m05B500000000000000000_
     45  1.8  christos __t2m05B500000000000000000_
     46  1.8  christos ##
     47  1.8  christos ## Tests stack overflow PR71696
     48  1.1  christos #
     49  1.8  christos #__10%0__S4_0T0T0
     50  1.8  christos #%0<>::%0(%0<>)
     51  1.8  christos # Could crash
     52  1.8  christos 
     53  1.8  christos _
     54  1.8  christos _
     55  1.8  christos # Could crash
     56  1.8  christos 
     57  1.8  christos _vt
     58  1.8  christos _vt
     59  1.8  christos # Could crash
     60  1.8  christos 
     61  1.8  christos _$_1Acitz
     62  1.8  christos _$_1Acitz
     63  1.8  christos # Could crash
     64  1.8  christos 
     65  1.8  christos _$_H1R
     66  1.8  christos _$_H1R
     67  1.8  christos # Could crash
     68  1.8  christos 
     69  1.8  christos _Q8ccQ4M2e.
     70  1.8  christos _Q8ccQ4M2e.
     71  1.1  christos #
     72  1.8  christos # demangler/80513 Test for bogus characters after __thunk_
     73  1.8  christos 
     74  1.8  christos __thunk_16a_$_1x
     75  1.8  christos __thunk_16a_$_1x
     76  1.6  christos #
     77  1.8  christos # demangler/80513 Test for overflow in consume_count
     78  1.8  christos 
     79  1.8  christos __thunk_4294967297__$_1x
     80  1.8  christos __thunk_4294967297__$_1x
     81  1.1  christos #
     82  1.1  christos --format=gnu-v3 --no-params
     83  1.1  christos _Z3fo5n
     84  1.1  christos fo5(__int128)
     85  1.1  christos fo5
     86  1.1  christos #
     87  1.1  christos --format=gnu-v3 --no-params
     88  1.1  christos _Z3fo5o
     89  1.1  christos fo5(unsigned __int128)
     90  1.1  christos fo5
     91  1.1  christos #
     92  1.1  christos --format=java
     93  1.1  christos _ZN4java3awt10ScrollPane7addImplEPNS0_9ComponentEPNS_4lang6ObjectEi
     94  1.1  christos java.awt.ScrollPane.addImpl(java.awt.Component, java.lang.Object, int)
     95  1.1  christos #
     96  1.1  christos --format=java
     97  1.1  christos _ZN4java3awt4geom15AffineTransform9getMatrixEP6JArrayIdE
     98  1.1  christos java.awt.geom.AffineTransform.getMatrix(double[])
     99  1.1  christos #
    100  1.1  christos --format=java
    101  1.1  christos _ZN23Mangle$Inner$InnerInner3fooEP6JArrayIPS0_IiEEdPS0_IPS0_IPS0_IPS0_IPN4java4lang6StringEEEEEPS0_IPS0_IPN6MangleEEE
    102  1.1  christos Mangle$Inner$InnerInner.foo(int[][], double, java.lang.String[][][][], Mangle[][])
    103  1.1  christos #
    104  1.1  christos --format=java
    105  1.1  christos _ZN6JArray1tEP6JArrayIPS_E
    106  1.1  christos JArray.t(JArray[])
    107  1.1  christos #
    108  1.1  christos --format=java
    109  1.1  christos _ZN4Prim1iEibcdfwPN4java4lang6StringEsx
    110  1.1  christos Prim.i(int, boolean, byte, double, float, char, java.lang.String, short, long)
    111  1.1  christos #
    112  1.1  christos --format=java
    113  1.1  christos _ZN4java4util14Map__U24_Entry11class__U24_E
    114  1.1  christos java.util.Map$Entry.class$
    115  1.1  christos #
    116  1.1  christos --format=java
    117  1.1  christos _ZN3org7eclipse3cdt5debug8internal4core5model9CVariable6sizeof$Ev
    118  1.1  christos org.eclipse.cdt.debug.internal.core.model.CVariable.sizeof()
    119  1.1  christos #
    120  1.8  christos --format=auto --no-params
    121  1.1  christos _Utf58_0_1__1_2147483647__2147483648
    122  1.1  christos _Utf58_0_1__1_2147483647__2147483648
    123  1.1  christos _Utf58_0_1__1_2147483647__2147483648
    124  1.1  christos #
    125  1.1  christos --format=gnu-v3 --no-params
    126  1.1  christos St9bad_alloc
    127  1.1  christos std::bad_alloc
    128  1.1  christos std::bad_alloc
    129  1.1  christos #
    130  1.1  christos --format=gnu-v3 --no-params
    131  1.1  christos _ZN1f1fE
    132  1.1  christos f::f
    133  1.1  christos f::f
    134  1.1  christos #
    135  1.1  christos --format=gnu-v3 --no-params
    136  1.1  christos _Z1fv
    137  1.1  christos f()
    138  1.1  christos f
    139  1.1  christos #
    140  1.1  christos --format=gnu-v3 --no-params
    141  1.1  christos _Z1fi
    142  1.1  christos f(int)
    143  1.1  christos f
    144  1.1  christos #
    145  1.1  christos --format=gnu-v3 --no-params
    146  1.1  christos _Z3foo3bar
    147  1.1  christos foo(bar)
    148  1.1  christos foo
    149  1.1  christos #
    150  1.1  christos --format=gnu-v3 --no-params
    151  1.1  christos _Zrm1XS_
    152  1.1  christos operator%(X, X)
    153  1.1  christos operator%
    154  1.1  christos #
    155  1.1  christos --format=gnu-v3 --no-params
    156  1.1  christos _ZplR1XS0_
    157  1.1  christos operator+(X&, X&)
    158  1.1  christos operator+
    159  1.1  christos #
    160  1.1  christos --format=gnu-v3 --no-params
    161  1.1  christos _ZlsRK1XS1_
    162  1.1  christos operator<<(X const&, X const&)
    163  1.1  christos operator<<
    164  1.1  christos #
    165  1.1  christos --format=gnu-v3 --no-params
    166  1.1  christos _ZN3FooIA4_iE3barE
    167  1.1  christos Foo<int [4]>::bar
    168  1.1  christos Foo<int [4]>::bar
    169  1.1  christos #
    170  1.1  christos --format=gnu-v3 --no-params
    171  1.1  christos _Z1fIiEvi
    172  1.1  christos void f<int>(int)
    173  1.1  christos f<int>
    174  1.1  christos #
    175  1.1  christos --format=gnu-v3 --no-params
    176  1.1  christos _Z5firstI3DuoEvS0_
    177  1.1  christos void first<Duo>(Duo)
    178  1.1  christos first<Duo>
    179  1.1  christos #
    180  1.1  christos --format=gnu-v3 --no-params
    181  1.1  christos _Z5firstI3DuoEvT_
    182  1.1  christos void first<Duo>(Duo)
    183  1.1  christos first<Duo>
    184  1.1  christos #
    185  1.1  christos --format=gnu-v3 --no-params
    186  1.1  christos _Z3fooIiFvdEiEvv
    187  1.1  christos void foo<int, void (double), int>()
    188  1.1  christos foo<int, void (double), int>
    189  1.1  christos #
    190  1.1  christos --format=gnu-v3 --no-params
    191  1.1  christos _Z1fIFvvEEvv
    192  1.1  christos void f<void ()>()
    193  1.1  christos f<void ()>
    194  1.1  christos #
    195  1.1  christos --format=gnu-v3 --no-params
    196  1.1  christos _ZN1N1fE
    197  1.1  christos N::f
    198  1.1  christos N::f
    199  1.1  christos #
    200  1.1  christos --format=gnu-v3 --no-params
    201  1.1  christos _ZN6System5Sound4beepEv
    202  1.1  christos System::Sound::beep()
    203  1.1  christos System::Sound::beep
    204  1.1  christos #
    205  1.1  christos --format=gnu-v3 --no-params
    206  1.1  christos _ZN5Arena5levelE
    207  1.1  christos Arena::level
    208  1.1  christos Arena::level
    209  1.1  christos #
    210  1.1  christos --format=gnu-v3 --no-params
    211  1.1  christos _ZN5StackIiiE5levelE
    212  1.1  christos Stack<int, int>::level
    213  1.1  christos Stack<int, int>::level
    214  1.1  christos #
    215  1.1  christos --format=gnu-v3 --no-params
    216  1.1  christos _Z1fI1XEvPVN1AIT_E1TE
    217  1.1  christos void f<X>(A<X>::T volatile*)
    218  1.1  christos f<X>
    219  1.1  christos #
    220  1.1  christos --format=gnu-v3 --no-params
    221  1.1  christos _ZngILi42EEvN1AIXplT_Li2EEE1TE
    222  1.1  christos void operator-<42>(A<(42)+(2)>::T)
    223  1.1  christos operator-<42>
    224  1.1  christos #
    225  1.1  christos --format=gnu-v3 --no-params
    226  1.1  christos _Z4makeI7FactoryiET_IT0_Ev
    227  1.1  christos Factory<int> make<Factory, int>()
    228  1.1  christos make<Factory, int>
    229  1.1  christos #
    230  1.1  christos --format=gnu-v3 --no-params
    231  1.1  christos _Z4makeI7FactoryiET_IT0_Ev
    232  1.1  christos Factory<int> make<Factory, int>()
    233  1.1  christos make<Factory, int>
    234  1.1  christos #
    235  1.1  christos --format=gnu-v3 --no-params
    236  1.1  christos _Z3foo5Hello5WorldS0_S_
    237  1.1  christos foo(Hello, World, World, Hello)
    238  1.1  christos foo
    239  1.1  christos #
    240  1.1  christos --format=gnu-v3 --no-params
    241  1.1  christos _Z3fooPM2ABi
    242  1.1  christos foo(int AB::**)
    243  1.1  christos foo
    244  1.1  christos #
    245  1.1  christos --format=gnu-v3 --no-params
    246  1.1  christos _ZlsRSoRKSs
    247  1.1  christos operator<<(std::ostream&, std::string const&)
    248  1.1  christos operator<<
    249  1.1  christos #
    250  1.1  christos --format=gnu-v3 --no-params
    251  1.1  christos _ZTI7a_class
    252  1.1  christos typeinfo for a_class
    253  1.1  christos typeinfo for a_class
    254  1.1  christos #
    255  1.1  christos --format=gnu-v3 --no-params
    256  1.1  christos U4_farrVKPi
    257  1.1  christos int* const volatile restrict _far
    258  1.1  christos int* const volatile restrict _far
    259  1.1  christos # 
    260  1.1  christos --format=gnu-v3 --no-params
    261  1.1  christos _Z3fooILi2EEvRAplT_Li1E_i
    262  1.1  christos void foo<2>(int (&) [(2)+(1)])
    263  1.1  christos foo<2>
    264  1.6  christos #
    265  1.6  christos --format=gnu-v3 --no-params
    266  1.6  christos _Z3fooILi2EEvOAplT_Li1E_i
    267  1.6  christos void foo<2>(int (&&) [(2)+(1)])
    268  1.6  christos foo<2>
    269  1.1  christos # 
    270  1.1  christos --format=gnu-v3 --no-params
    271  1.1  christos _Z1fM1AKFvvE
    272  1.1  christos f(void (A::*)() const)
    273  1.1  christos f
    274  1.1  christos #
    275  1.1  christos --format=gnu-v3 --no-params
    276  1.1  christos _Z3fooc
    277  1.1  christos foo(char)
    278  1.1  christos foo
    279  1.1  christos #
    280  1.1  christos --format=gnu-v3 --no-params
    281  1.1  christos _Z2f0u8char16_t
    282  1.1  christos f0(char16_t)
    283  1.1  christos f0
    284  1.1  christos #
    285  1.1  christos --format=gnu-v3 --no-params
    286  1.1  christos _Z2f0Pu8char16_t
    287  1.1  christos f0(char16_t*)
    288  1.1  christos f0
    289  1.1  christos #
    290  1.1  christos --format=gnu-v3 --no-params
    291  1.1  christos _Z2f0u8char32_t
    292  1.1  christos f0(char32_t)
    293  1.1  christos f0
    294  1.1  christos #
    295  1.1  christos --format=gnu-v3 --no-params
    296  1.1  christos _Z2f0Pu8char32_t
    297  1.1  christos f0(char32_t*)
    298  1.1  christos f0
    299  1.1  christos #
    300  1.1  christos --format=gnu-v3 --no-params
    301  1.1  christos 2CBIL_Z3foocEE
    302  1.1  christos CB<foo(char)>
    303  1.1  christos CB<foo(char)>
    304  1.1  christos #
    305  1.1  christos --format=gnu-v3 --no-params
    306  1.1  christos 2CBIL_Z7IsEmptyEE
    307  1.1  christos CB<IsEmpty>
    308  1.1  christos CB<IsEmpty>
    309  1.1  christos #
    310  1.1  christos --format=gnu-v3 --no-params
    311  1.1  christos _ZZN1N1fEiE1p
    312  1.1  christos N::f(int)::p
    313  1.1  christos N::f(int)::p
    314  1.1  christos #
    315  1.1  christos --format=gnu-v3 --no-params
    316  1.1  christos _ZZN1N1fEiEs
    317  1.1  christos N::f(int)::string literal
    318  1.1  christos N::f(int)::string literal
    319  1.1  christos # 
    320  1.1  christos --format=gnu-v3 --no-params
    321  1.1  christos _Z1fPFvvEM1SFvvE
    322  1.1  christos f(void (*)(), void (S::*)())
    323  1.1  christos f
    324  1.1  christos #
    325  1.1  christos --format=gnu-v3 --no-params
    326  1.1  christos _ZN1N1TIiiE2mfES0_IddE
    327  1.1  christos N::T<int, int>::mf(N::T<double, double>)
    328  1.1  christos N::T<int, int>::mf
    329  1.1  christos # 
    330  1.1  christos --format=gnu-v3 --no-params
    331  1.1  christos _ZSt5state
    332  1.1  christos std::state
    333  1.1  christos std::state
    334  1.1  christos # 
    335  1.1  christos --format=gnu-v3 --no-params
    336  1.1  christos _ZNSt3_In4wardE
    337  1.1  christos std::_In::ward
    338  1.1  christos std::_In::ward
    339  1.1  christos #
    340  1.1  christos --format=gnu-v3 --no-params
    341  1.1  christos _Z1fKPFiiE
    342  1.1  christos f(int (* const)(int))
    343  1.1  christos f
    344  1.1  christos #
    345  1.1  christos --format=gnu-v3 --no-params
    346  1.1  christos _Z1fAszL_ZZNK1N1A1fEvE3foo_0E_i
    347  1.1  christos f(int [sizeof (N::A::f() const::foo)])
    348  1.1  christos f
    349  1.1  christos #
    350  1.1  christos --format=gnu-v3 --no-params
    351  1.1  christos _Z1fA37_iPS_
    352  1.1  christos f(int [37], int (*) [37])
    353  1.1  christos f
    354  1.1  christos #
    355  1.1  christos --format=gnu-v3 --no-params
    356  1.1  christos _Z1fM1AFivEPS0_
    357  1.1  christos f(int (A::*)(), int (*)())
    358  1.1  christos f
    359  1.1  christos #
    360  1.1  christos --format=gnu-v3 --no-params
    361  1.1  christos _Z1fPFPA1_ivE
    362  1.1  christos f(int (*(*)()) [1])
    363  1.1  christos f
    364  1.1  christos #
    365  1.1  christos --format=gnu-v3 --no-params
    366  1.1  christos _Z1fPKM1AFivE
    367  1.1  christos f(int (A::* const*)())
    368  1.1  christos f
    369  1.1  christos #
    370  1.1  christos --format=gnu-v3 --no-params
    371  1.1  christos _Z1jM1AFivEPS1_
    372  1.1  christos j(int (A::*)(), int (A::**)())
    373  1.1  christos j
    374  1.1  christos #
    375  1.1  christos --format=gnu-v3 --no-params
    376  1.1  christos _Z1sPA37_iPS0_
    377  1.1  christos s(int (*) [37], int (**) [37])
    378  1.1  christos s
    379  1.1  christos #
    380  1.1  christos --format=gnu-v3 --no-params
    381  1.1  christos _Z3fooA30_A_i
    382  1.1  christos foo(int [30][])
    383  1.1  christos foo
    384  1.1  christos #
    385  1.1  christos --format=gnu-v3 --no-params
    386  1.1  christos _Z3kooPA28_A30_i
    387  1.1  christos koo(int (*) [28][30])
    388  1.1  christos koo
    389  1.1  christos #
    390  1.1  christos --format=gnu-v3 --no-params
    391  1.1  christos _ZlsRKU3fooU4bart1XS0_
    392  1.1  christos operator<<(X bart foo const&, X bart)
    393  1.1  christos operator<<
    394  1.1  christos #
    395  1.1  christos --format=gnu-v3 --no-params
    396  1.1  christos _ZlsRKU3fooU4bart1XS2_
    397  1.1  christos operator<<(X bart foo const&, X bart foo const)
    398  1.1  christos operator<<
    399  1.1  christos #
    400  1.1  christos --format=gnu-v3 --no-params
    401  1.1  christos _Z1fM1AKFivE
    402  1.1  christos f(int (A::*)() const)
    403  1.1  christos f
    404  1.1  christos #
    405  1.1  christos --format=gnu-v3 --no-params
    406  1.1  christos _Z3absILi11EEvv
    407  1.1  christos void abs<11>()
    408  1.1  christos abs<11>
    409  1.1  christos #
    410  1.1  christos --format=gnu-v3 --no-params
    411  1.1  christos _ZN1AIfEcvT_IiEEv
    412  1.1  christos A<float>::operator int<int>()
    413  1.1  christos A<float>::operator int<int>
    414  1.1  christos #
    415  1.1  christos --format=gnu-v3 --no-params
    416  1.1  christos _ZN12libcw_app_ct10add_optionIS_EEvMT_FvPKcES3_cS3_S3_
    417  1.1  christos void libcw_app_ct::add_option<libcw_app_ct>(void (libcw_app_ct::*)(char const*), char const*, char, char const*, char const*)
    418  1.1  christos libcw_app_ct::add_option<libcw_app_ct>
    419  1.1  christos #
    420  1.1  christos --format=gnu-v3 --no-params
    421  1.1  christos _ZGVN5libcw24_GLOBAL__N_cbll.cc0ZhUKa23compiler_bug_workaroundISt6vectorINS_13omanip_id_tctINS_5debug32memblk_types_manipulator_data_ctEEESaIS6_EEE3idsE
    422  1.1  christos guard variable for libcw::(anonymous namespace)::compiler_bug_workaround<std::vector<libcw::omanip_id_tct<libcw::debug::memblk_types_manipulator_data_ct>, std::allocator<libcw::omanip_id_tct<libcw::debug::memblk_types_manipulator_data_ct> > > >::ids
    423  1.1  christos guard variable for libcw::(anonymous namespace)::compiler_bug_workaround<std::vector<libcw::omanip_id_tct<libcw::debug::memblk_types_manipulator_data_ct>, std::allocator<libcw::omanip_id_tct<libcw::debug::memblk_types_manipulator_data_ct> > > >::ids
    424  1.1  christos #
    425  1.1  christos --format=gnu-v3 --no-params
    426  1.1  christos _ZN5libcw5debug13cwprint_usingINS_9_private_12GlobalObjectEEENS0_17cwprint_using_tctIT_EERKS5_MS5_KFvRSt7ostreamE
    427  1.1  christos libcw::debug::cwprint_using_tct<libcw::_private_::GlobalObject> libcw::debug::cwprint_using<libcw::_private_::GlobalObject>(libcw::_private_::GlobalObject const&, void (libcw::_private_::GlobalObject::*)(std::ostream&) const)
    428  1.1  christos libcw::debug::cwprint_using<libcw::_private_::GlobalObject>
    429  1.1  christos #
    430  1.1  christos --format=gnu-v3 --no-params
    431  1.1  christos _ZNKSt14priority_queueIP27timer_event_request_base_ctSt5dequeIS1_SaIS1_EE13timer_greaterE3topEv
    432  1.1  christos std::priority_queue<timer_event_request_base_ct*, std::deque<timer_event_request_base_ct*, std::allocator<timer_event_request_base_ct*> >, timer_greater>::top() const
    433  1.1  christos std::priority_queue<timer_event_request_base_ct*, std::deque<timer_event_request_base_ct*, std::allocator<timer_event_request_base_ct*> >, timer_greater>::top
    434  1.1  christos #
    435  1.1  christos --format=gnu-v3 --no-params
    436  1.1  christos _ZNKSt15_Deque_iteratorIP15memory_block_stRKS1_PS2_EeqERKS5_
    437  1.1  christos std::_Deque_iterator<memory_block_st*, memory_block_st* const&, memory_block_st* const*>::operator==(std::_Deque_iterator<memory_block_st*, memory_block_st* const&, memory_block_st* const*> const&) const
    438  1.1  christos std::_Deque_iterator<memory_block_st*, memory_block_st* const&, memory_block_st* const*>::operator==
    439  1.1  christos #
    440  1.1  christos --format=gnu-v3 --no-params
    441  1.1  christos _ZNKSt17__normal_iteratorIPK6optionSt6vectorIS0_SaIS0_EEEmiERKS6_
    442  1.1  christos std::__normal_iterator<option const*, std::vector<option, std::allocator<option> > >::operator-(std::__normal_iterator<option const*, std::vector<option, std::allocator<option> > > const&) const
    443  1.1  christos std::__normal_iterator<option const*, std::vector<option, std::allocator<option> > >::operator-
    444  1.1  christos #
    445  1.1  christos --format=gnu-v3 --no-params
    446  1.1  christos _ZNSbIcSt11char_traitsIcEN5libcw5debug27no_alloc_checking_allocatorEE12_S_constructIPcEES6_T_S7_RKS3_
    447  1.1  christos char* std::basic_string<char, std::char_traits<char>, libcw::debug::no_alloc_checking_allocator>::_S_construct<char*>(char*, char*, libcw::debug::no_alloc_checking_allocator const&)
    448  1.1  christos std::basic_string<char, std::char_traits<char>, libcw::debug::no_alloc_checking_allocator>::_S_construct<char*>
    449  1.1  christos #
    450  1.1  christos --format=gnu-v3 --no-params
    451  1.1  christos _Z1fI1APS0_PKS0_EvT_T0_T1_PA4_S3_M1CS8_
    452  1.1  christos void f<A, A*, A const*>(A, A*, A const*, A const* (*) [4], A const* (* C::*) [4])
    453  1.1  christos f<A, A*, A const*>
    454  1.1  christos #
    455  1.1  christos --format=gnu-v3 --no-params
    456  1.1  christos _Z3fooiPiPS_PS0_PS1_PS2_PS3_PS4_PS5_PS6_PS7_PS8_PS9_PSA_PSB_PSC_
    457  1.1  christos foo(int, int*, int**, int***, int****, int*****, int******, int*******, int********, int*********, int**********, int***********, int************, int*************, int**************, int***************)
    458  1.1  christos foo
    459  1.1  christos #
    460  1.1  christos --format=gnu-v3 --no-params
    461  1.1  christos _ZSt1BISt1DIP1ARKS2_PS3_ES0_IS2_RS2_PS2_ES2_ET0_T_SB_SA_PT1_
    462  1.1  christos std::D<A*, A*&, A**> std::B<std::D<A*, A* const&, A* const*>, std::D<A*, A*&, A**>, A*>(std::D<A*, A* const&, A* const*>, std::D<A*, A* const&, A* const*>, std::D<A*, A*&, A**>, A**)
    463  1.1  christos std::B<std::D<A*, A* const&, A* const*>, std::D<A*, A*&, A**>, A*>
    464  1.1  christos #
    465  1.1  christos --format=gnu-v3 --no-params
    466  1.1  christos _X11TransParseAddress
    467  1.1  christos _X11TransParseAddress
    468  1.1  christos _X11TransParseAddress
    469  1.1  christos #
    470  1.1  christos --format=gnu-v3 --no-params
    471  1.1  christos _ZNSt13_Alloc_traitsISbIcSt18string_char_traitsIcEN5libcw5debug9_private_17allocator_adaptorIcSt24__default_alloc_templateILb0ELi327664EELb1EEEENS5_IS9_S7_Lb1EEEE15_S_instancelessE
    472  1.1  christos std::_Alloc_traits<std::basic_string<char, std::string_char_traits<char>, libcw::debug::_private_::allocator_adaptor<char, std::__default_alloc_template<false, 327664>, true> >, libcw::debug::_private_::allocator_adaptor<std::basic_string<char, std::string_char_traits<char>, libcw::debug::_private_::allocator_adaptor<char, std::__default_alloc_template<false, 327664>, true> >, std::__default_alloc_template<false, 327664>, true> >::_S_instanceless
    473  1.1  christos std::_Alloc_traits<std::basic_string<char, std::string_char_traits<char>, libcw::debug::_private_::allocator_adaptor<char, std::__default_alloc_template<false, 327664>, true> >, libcw::debug::_private_::allocator_adaptor<std::basic_string<char, std::string_char_traits<char>, libcw::debug::_private_::allocator_adaptor<char, std::__default_alloc_template<false, 327664>, true> >, std::__default_alloc_template<false, 327664>, true> >::_S_instanceless
    474  1.1  christos #
    475  1.1  christos --format=gnu-v3 --no-params
    476  1.1  christos _GLOBAL__I__Z2fnv
    477  1.1  christos global constructors keyed to fn()
    478  1.1  christos global constructors keyed to fn()
    479  1.1  christos #
    480  1.1  christos --format=gnu-v3 --no-params
    481  1.1  christos _Z1rM1GFivEMS_KFivES_M1HFivES1_4whatIKS_E5what2IS8_ES3_
    482  1.1  christos r(int (G::*)(), int (G::*)() const, G, int (H::*)(), int (G::*)(), what<G const>, what2<G const>, int (G::*)() const)
    483  1.1  christos r
    484  1.1  christos #
    485  1.1  christos # This is from the gdb testsuite gdb.cp/cplusfuncs.exp.
    486  1.1  christos --format=gnu-v3 --no-params
    487  1.1  christos _Z10hairyfunc5PFPFilEPcE
    488  1.1  christos hairyfunc5(int (*(*)(char*))(long))
    489  1.1  christos hairyfunc5
    490  1.1  christos #
    491  1.1  christos # This is from gcc PR 8861
    492  1.1  christos --format=gnu-v3 --no-params
    493  1.1  christos _Z1fILi1ELc120EEv1AIXplT_cviLd810000000000000000703DAD7A370C5EEE
    494  1.1  christos void f<1, (char)120>(A<(1)+((int)((double)[810000000000000000703DAD7A370C5]))>)
    495  1.1  christos f<1, (char)120>
    496  1.1  christos #
    497  1.1  christos # This is also from gcc PR 8861
    498  1.1  christos --format=gnu-v3 --no-params
    499  1.1  christos _Z1fILi1EEv1AIXplT_cvingLf3f800000EEE
    500  1.1  christos void f<1>(A<(1)+((int)(-((float)[3f800000])))>)
    501  1.1  christos f<1>
    502  1.1  christos #
    503  1.1  christos # This is from a libstdc++ debug mode patch.
    504  1.1  christos --format=gnu-v3 --no-params
    505  1.1  christos _ZNK11__gnu_debug16_Error_formatter14_M_format_wordImEEvPciPKcT_
    506  1.1  christos void __gnu_debug::_Error_formatter::_M_format_word<unsigned long>(char*, int, char const*, unsigned long) const
    507  1.1  christos __gnu_debug::_Error_formatter::_M_format_word<unsigned long>
    508  1.1  christos #
    509  1.1  christos # The new demangler used to core dump on this.
    510  1.1  christos --format=gnu-v3 --no-params
    511  1.1  christos _ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPSt4pairISsPFbP6sqlitePPcEESt6vectorIS9_SaIS9_EEEESE_ET0_T_SG_SF_
    512  1.1  christos __gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > > std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > >, __gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > > >(__gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > >, __gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > >, __gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > >)
    513  1.1  christos std::uninitialized_copy<__gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > >, __gnu_cxx::__normal_iterator<std::pair<std::string, bool (*)(sqlite*, char**)>*, std::vector<std::pair<std::string, bool (*)(sqlite*, char**)>, std::allocator<std::pair<std::string, bool (*)(sqlite*, char**)> > > > >
    514  1.1  christos #
    515  1.1  christos # The new demangler used to fail on this.
    516  1.1  christos --format=gnu-v3 --no-params
    517  1.1  christos _Z1fP1cIPFiiEE
    518  1.1  christos f(c<int (*)(int)>*)
    519  1.1  christos f
    520  1.1  christos #
    521  1.1  christos # Wrap expressions using '>' in an extra layer of parens to avoid
    522  1.1  christos # confusion with the '>' which ends the template parameters.
    523  1.1  christos --format=gnu-v3 --no-params
    524  1.1  christos _Z4dep9ILi3EEvP3fooIXgtT_Li2EEE
    525  1.1  christos void dep9<3>(foo<((3)>(2))>*)
    526  1.1  christos dep9<3>
    527  1.1  christos #
    528  1.1  christos # Watch out for templated version of `operator<'--it needs an extra
    529  1.1  christos # space.
    530  1.1  christos --format=gnu-v3 --no-params
    531  1.1  christos _ZStltI9file_pathSsEbRKSt4pairIT_T0_ES6_
    532  1.1  christos bool std::operator< <file_path, std::string>(std::pair<file_path, std::string> const&, std::pair<file_path, std::string> const&)
    533  1.1  christos std::operator< <file_path, std::string>
    534  1.1  christos #
    535  1.1  christos # More hairy qualifier handling.
    536  1.1  christos --format=gnu-v3 --no-params
    537  1.1  christos _Z9hairyfuncM1YKFPVPFrPA2_PM1XKFKPA3_ilEPcEiE
    538  1.1  christos hairyfunc(int (* const (X::** (* restrict (* volatile* (Y::*)(int) const)(char*)) [2])(long) const) [3])
    539  1.1  christos hairyfunc
    540  1.1  christos #
    541  1.1  christos # Check that negative numbers are handled correctly.
    542  1.1  christos --format=gnu-v3 --no-params
    543  1.1  christos _Z1fILin1EEvv
    544  1.1  christos void f<-1>()
    545  1.1  christos f<-1>
    546  1.1  christos #
    547  1.1  christos # Check a destructor of a standard substitution.
    548  1.1  christos --format=gnu-v3 --no-params
    549  1.1  christos _ZNSdD0Ev
    550  1.1  christos std::basic_iostream<char, std::char_traits<char> >::~basic_iostream()
    551  1.1  christos std::basic_iostream<char, std::char_traits<char> >::~basic_iostream
    552  1.1  christos #
    553  1.1  christos # Another case where we got member function qualifiers wrong.
    554  1.1  christos --format=gnu-v3 --no-params
    555  1.1  christos _ZNK15nsBaseHashtableI15nsUint32HashKey8nsCOMPtrI4IFooEPS2_E13EnumerateReadEPF15PLDHashOperatorRKjS4_PvES9_
    556  1.1  christos nsBaseHashtable<nsUint32HashKey, nsCOMPtr<IFoo>, IFoo*>::EnumerateRead(PLDHashOperator (*)(unsigned int const&, IFoo*, void*), void*) const
    557  1.1  christos nsBaseHashtable<nsUint32HashKey, nsCOMPtr<IFoo>, IFoo*>::EnumerateRead
    558  1.1  christos #
    559  1.1  christos # Another member function qualifier test case, when the member function
    560  1.1  christos # returns a pointer to function.
    561  1.1  christos --format=gnu-v3 --no-params
    562  1.1  christos _ZNK1C1fIiEEPFivEv
    563  1.1  christos int (*C::f<int>() const)()
    564  1.1  christos C::f<int>
    565  1.1  christos #
    566  1.1  christos # Another case where we got member function qualifiers wrong.
    567  1.1  christos --format=gnu-v3 --no-params
    568  1.1  christos _ZZ3BBdI3FooEvvENK3Fob3FabEv
    569  1.8  christos BBd<Foo>()::Fob::Fab() const
    570  1.8  christos BBd<Foo>()::Fob::Fab
    571  1.1  christos #
    572  1.1  christos # The same idea one level deeper.
    573  1.1  christos --format=gnu-v3 --no-params
    574  1.1  christos _ZZZ3BBdI3FooEvvENK3Fob3FabEvENK3Gob3GabEv
    575  1.8  christos BBd<Foo>()::Fob::Fab() const::Gob::Gab() const
    576  1.8  christos BBd<Foo>()::Fob::Fab() const::Gob::Gab
    577  1.1  christos #
    578  1.1  christos # Yet another member function qualifier problem.
    579  1.1  christos --format=gnu-v3 --no-params
    580  1.1  christos _ZNK5boost6spirit5matchI13rcs_deltatextEcvMNS0_4impl5dummyEFvvEEv
    581  1.1  christos boost::spirit::match<rcs_deltatext>::operator void (boost::spirit::impl::dummy::*)()() const
    582  1.1  christos boost::spirit::match<rcs_deltatext>::operator void (boost::spirit::impl::dummy::*)()
    583  1.1  christos #
    584  1.1  christos # Multi-dimensional arrays with qualifiers on the inner dimensions.
    585  1.1  christos --format=gnu-v3 --no-params
    586  1.1  christos _Z3fooIA6_KiEvA9_KT_rVPrS4_
    587  1.1  christos void foo<int const [6]>(int const [9][6], int restrict const (* volatile restrict) [9][6])
    588  1.1  christos foo<int const [6]>
    589  1.1  christos #
    590  1.1  christos # From PR libstdc++/12736
    591  1.1  christos --format=gnu-v3 --no-params
    592  1.1  christos _Z3fooIA3_iEvRKT_
    593  1.1  christos void foo<int [3]>(int const (&) [3])
    594  1.1  christos foo<int [3]>
    595  1.1  christos #
    596  1.1  christos # Related to PR libstdc++/12736
    597  1.1  christos --format=gnu-v3 --no-params
    598  1.1  christos _Z3fooIPA3_iEvRKT_
    599  1.1  christos void foo<int (*) [3]>(int (* const&) [3])
    600  1.1  christos foo<int (*) [3]>
    601  1.1  christos #
    602  1.1  christos # This used to crash the demangler--PR 16240
    603  1.1  christos --format=gnu-v3 --no-params
    604  1.1  christos _ZN13PatternDriver23StringScalarDeleteValueC1ERKNS_25ConflateStringScalarValueERKNS_25AbstractStringScalarValueERKNS_12TemplateEnumINS_12pdcomplementELZNS_16complement_namesEELZNS_14COMPLEMENTENUMEEEE
    605  1.1  christos PatternDriver::StringScalarDeleteValue::StringScalarDeleteValue(PatternDriver::ConflateStringScalarValue const&, PatternDriver::AbstractStringScalarValue const&, PatternDriver::TemplateEnum<PatternDriver::pdcomplement, PatternDriver::complement_names, PatternDriver::COMPLEMENTENUM> const&)
    606  1.1  christos PatternDriver::StringScalarDeleteValue::StringScalarDeleteValue
    607  1.1  christos #
    608  1.1  christos # This used to cause the demangler to walk into undefined memory--PR 22268
    609  1.1  christos --format=gnu-v3 --no-params
    610  1.1  christos ALsetchannels
    611  1.1  christos ALsetchannels
    612  1.1  christos ALsetchannels
    613  1.1  christos # Test GNU V3 constructor and destructor identification.
    614  1.1  christos # 0 means it is not a constructor/destructor.
    615  1.1  christos # Other integers correspond to enum gnu_v3_{c,d}tor_kinds in demangle.h.
    616  1.1  christos --is-v3-ctor
    617  1.1  christos _GLOBAL__I__Z2fnv
    618  1.1  christos 0
    619  1.1  christos #
    620  1.1  christos --is-v3-dtor
    621  1.1  christos _GLOBAL__I__Z2fnv
    622  1.1  christos 0
    623  1.1  christos #
    624  1.1  christos --is-v3-ctor
    625  1.1  christos _ZNSdC1Ev
    626  1.1  christos 1
    627  1.1  christos #
    628  1.1  christos --is-v3-dtor
    629  1.1  christos _ZNSdC1Ev
    630  1.1  christos 0
    631  1.1  christos #
    632  1.1  christos --is-v3-ctor
    633  1.1  christos _ZNSdD0Ev
    634  1.1  christos 0
    635  1.1  christos #
    636  1.1  christos --is-v3-dtor
    637  1.1  christos _ZNSdD0Ev
    638  1.1  christos 1
    639  1.1  christos #
    640  1.1  christos --is-v3-ctor
    641  1.1  christos _ZNSdC2Ev
    642  1.1  christos 2
    643  1.1  christos #
    644  1.1  christos --is-v3-dtor
    645  1.1  christos _ZNSdC2Ev
    646  1.1  christos 0
    647  1.1  christos #
    648  1.1  christos --is-v3-ctor
    649  1.1  christos _ZNSdD1Ev
    650  1.1  christos 0
    651  1.1  christos #
    652  1.1  christos --is-v3-dtor
    653  1.1  christos _ZNSdD1Ev
    654  1.1  christos 2
    655  1.1  christos #
    656  1.1  christos # This used to cause a crash. It doesn't follow the C++ encoding so
    657  1.1  christos # the demangled name should be identical to the original symbol name.
    658  1.1  christos --format=auto --no-params
    659  1.1  christos _test_array__L_1__B23b___clean.6
    660  1.1  christos _test_array__L_1__B23b___clean.6
    661  1.1  christos _test_array__L_1__B23b___clean.6
    662  1.1  christos #
    663  1.1  christos --format=java
    664  1.1  christos _ZGAN4java4lang5Class7forNameEPNS0_6StringE
    665  1.1  christos hidden alias for java.lang.Class.forName(java.lang.String)
    666  1.1  christos #
    667  1.1  christos # Test cases to verify encoding that determines if a return type is present
    668  1.1  christos # Related to PR9861
    669  1.1  christos --format=java
    670  1.1  christos _ZN4java4lang4Math4acosEJdd
    671  1.1  christos java.lang.Math.acos(double)double
    672  1.1  christos #
    673  1.1  christos --format=auto
    674  1.1  christos _ZN4java4lang4Math4acosEJdd
    675  1.1  christos double java::lang::Math::acos(double)
    676  1.1  christos #
    677  1.1  christos --format=auto
    678  1.1  christos _ZN4java4lang4Math4acosEJvd
    679  1.1  christos void java::lang::Math::acos(double)
    680  1.1  christos #
    681  1.1  christos --format=auto --ret-postfix
    682  1.1  christos _ZN4java4lang4Math4acosEJdd
    683  1.1  christos java::lang::Math::acos(double)double
    684  1.1  christos #
    685  1.1  christos --format=gnu-v3 --no-params --ret-postfix
    686  1.1  christos _Z4makeI7FactoryiET_IT0_Ev
    687  1.1  christos make<Factory, int>()Factory<int>
    688  1.1  christos make<Factory, int>
    689  1.1  christos #
    690  1.1  christos # From PR 28797
    691  1.1  christos --format=auto --no-params
    692  1.1  christos _Z1fM1AKiPKS1_
    693  1.1  christos f(int const A::*, int const A::* const*)
    694  1.1  christos f
    695  1.1  christos # This used to cause a core dump in the demangler -- PR 29176
    696  1.1  christos --format=auto --no-params
    697  1.1  christos SASDASDFASDF_sdfsdf
    698  1.1  christos SASDASDFASDF_sdfsdf
    699  1.1  christos SASDASDFASDF_sdfsdf
    700  1.1  christos # These are all cases of invalid manglings where the demangler would read
    701  1.1  christos # past the end of the string.
    702  1.1  christos # d_name wasn't honouring a NULL from d_substitution
    703  1.1  christos --format=gnu-v3
    704  1.1  christos _ZSA
    705  1.1  christos _ZSA
    706  1.1  christos # d_expr_primary wasn't honouring NULL from cplus_demangle_mangled_name
    707  1.1  christos --format=gnu-v3
    708  1.1  christos _ZN1fIL_
    709  1.1  christos _ZN1fIL_
    710  1.1  christos # d_operator_name was taking two characters in a row
    711  1.1  christos --format=gnu-v3
    712  1.1  christos _Za
    713  1.1  christos _Za
    714  1.1  christos # d_prefix wasn't honouring NULL from d_substitution
    715  1.1  christos --format=gnu-v3
    716  1.1  christos _ZNSA
    717  1.1  christos _ZNSA
    718  1.1  christos # d_prefix wasn't honouring NULL from d_template_param
    719  1.1  christos --format=gnu-v3
    720  1.1  christos _ZNT
    721  1.1  christos _ZNT
    722  1.1  christos # Dereferencing NULL in d_pointer_to_member_type
    723  1.1  christos --format=gnu-v3
    724  1.1  christos _Z1aMark
    725  1.1  christos _Z1aMark
    726  1.1  christos # <local-source-name> test 1
    727  1.1  christos --format=gnu-v3
    728  1.1  christos _ZL3foo_2
    729  1.1  christos foo
    730  1.1  christos # <local-source-name> test 2
    731  1.1  christos --format=gnu-v3
    732  1.1  christos _ZZL3foo_2vE4var1
    733  1.1  christos foo()::var1
    734  1.1  christos # <local-source-name> test 3
    735  1.1  christos --format=gnu-v3
    736  1.1  christos _ZZL3foo_2vE4var1_0
    737  1.1  christos foo()::var1
    738  1.1  christos # <local-source-name> test 4
    739  1.1  christos --format=gnu-v3
    740  1.1  christos _ZZN7myspaceL3foo_1EvEN11localstruct1fEZNS_3fooEvE16otherlocalstruct
    741  1.1  christos myspace::foo()::localstruct::f(myspace::foo()::otherlocalstruct)
    742  1.1  christos # Java resource name
    743  1.1  christos --format=gnu-v3
    744  1.1  christos _ZGr32_java$Sutil$Siso4217$_properties
    745  1.1  christos java resource java/util/iso4217.properties
    746  1.1  christos # decltype/param placeholder test
    747  1.1  christos --format=gnu-v3
    748  1.1  christos _Z3addIidEDTplfp_fp0_ET_T0_
    749  1.1  christos decltype ({parm#1}+{parm#2}) add<int, double>(int, double)
    750  1.1  christos # decltype scope test
    751  1.1  christos --format=gnu-v3
    752  1.1  christos _Z1fI1SENDtfp_E4typeET_
    753  1.1  christos decltype ({parm#1})::type f<S>(S)
    754  1.1  christos # decltype/fn call test
    755  1.1  christos --format=gnu-v3
    756  1.1  christos _Z4add3IidEDTclL_Z1gEfp_fp0_EET_T0_
    757  1.1  christos decltype (g({parm#1}, {parm#2})) add3<int, double>(int, double)
    758  1.1  christos # 'this' test
    759  1.1  christos --format=gnu-v3
    760  1.1  christos _ZN1A1fIiEEDTcldtdtdefpT1b1fIT_EEEv
    761  1.1  christos decltype ((((*this).b).(f<int>))()) A::f<int>()
    762  1.1  christos # new (2008) built in types test
    763  1.1  christos --format=gnu-v3
    764  1.1  christos _Z1fDfDdDeDhDsDi
    765  1.1  christos f(decimal32, decimal64, decimal128, half, char16_t, char32_t)
    766  1.1  christos # pack expansion test
    767  1.1  christos --format=gnu-v3
    768  1.1  christos _Z1fIIPiPfPdEEvDpT_
    769  1.1  christos void f<int*, float*, double*>(int*, float*, double*)
    770  1.1  christos # '.' test
    771  1.1  christos --format=gnu-v3
    772  1.1  christos _Z1hI1AIiEdEDTcldtfp_1gIT0_EEET_S2_
    773  1.1  christos decltype (({parm#1}.(g<double>))()) h<A<int>, double>(A<int>, double)
    774  1.1  christos # test for typed function in decltype
    775  1.1  christos --format=gnu-v3
    776  1.1  christos _ZN1AIiE1jIiEEDTplfp_clL_Z1xvEEET_
    777  1.1  christos decltype ({parm#1}+(x())) A<int>::j<int>(int)
    778  1.1  christos # typed function in decltype with an argument list
    779  1.1  christos --format=gnu-v3
    780  1.1  christos _Z1tIlEDTplcvT_Li5EclL_Z1qsELi6EEEv
    781  1.1  christos decltype (((long)(5))+(q(6))) t<long>()
    782  1.1  christos # test for expansion of function parameter pack
    783  1.1  christos --format=gnu-v3
    784  1.1  christos _Z1gIJidEEDTclL_Z1fEspplfp_Li1EEEDpT_
    785  1.1  christos decltype (f(({parm#1}+(1))...)) g<int, double>(int, double)
    786  1.1  christos # lambda tests
    787  1.1  christos --format=gnu-v3
    788  1.1  christos _ZZ1giENKUlvE_clEv
    789  1.1  christos g(int)::{lambda()#1}::operator()() const
    790  1.1  christos --format=gnu-v3
    791  1.1  christos _Z4algoIZ1giEUlvE0_EiT_
    792  1.1  christos int algo<g(int)::{lambda()#2}>(g(int)::{lambda()#2})
    793  1.1  christos --format=gnu-v3
    794  1.1  christos _ZZN1S1fEiiEd0_NKUlvE0_clEv
    795  1.1  christos S::f(int, int)::{default arg#2}::{lambda()#2}::operator()() const
    796  1.1  christos --format=gnu-v3
    797  1.1  christos _ZNK1SIiE1xMUlvE1_clEv
    798  1.1  christos S<int>::x::{lambda()#3}::operator()() const
    799  1.1  christos --format=gnu-v3
    800  1.1  christos _ZN8functionC1IZN1CIiE4testES_Ed_UliE_EET_
    801  1.1  christos function::function<C<int>::test(function)::{default arg#1}::{lambda(int)#1}>(C<int>::test(function)::{default arg#1}::{lambda(int)#1})
    802  1.1  christos --format=gnu-v3
    803  1.1  christos _Z1fN1SUt_E
    804  1.1  christos f(S::{unnamed type#1})
    805  1.1  christos --format=gnu-v3
    806  1.1  christos _Z1fDv32_f
    807  1.1  christos f(float __vector(32))
    808  1.1  christos --format=gnu-v3
    809  1.1  christos _Z1fIfLi4EEvDv_T0__T_
    810  1.1  christos void f<float, 4>(float __vector(4))
    811  1.1  christos --format=gnu-v3
    812  1.1  christos _Z1fI1AEDTclonplfp_fp_EET_
    813  1.1  christos decltype ((operator+)({parm#1}, {parm#1})) f<A>(A)
    814  1.1  christos --format=gnu-v3
    815  1.1  christos _Z1hI1AEDTcldtfp_miEET_
    816  1.1  christos decltype (({parm#1}.(operator-))()) h<A>(A)
    817  1.1  christos --format=gnu-v3
    818  1.1  christos _Z1fDn
    819  1.1  christos f(decltype(nullptr))
    820  1.1  christos --format=gnu-v3
    821  1.1  christos _Z1fIRiEvOT_b
    822  1.1  christos void f<int&>(int&, bool)
    823  1.1  christos --format=gnu-v3
    824  1.1  christos _ZN5aaaaa6bbbbbb5cccccIN23ddddddddddddddddddddddd3eeeENS2_4ffff16ggggggggggggggggENS0_9hhhhhhhhhES6_S6_S6_S6_S6_S6_S6_EE
    825  1.1  christos aaaaa::bbbbbb::ccccc<ddddddddddddddddddddddd::eee, ddddddddddddddddddddddd::ffff::gggggggggggggggg, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh, aaaaa::bbbbbb::hhhhhhhhh>
    826  1.1  christos --format=gnu-v3
    827  1.1  christos _Z5outerIsEcPFilE
    828  1.1  christos char outer<short>(int (*)(long))
    829  1.1  christos --format=gnu-v3
    830  1.1  christos _Z5outerPFsiEl
    831  1.1  christos outer(short (*)(int), long)
    832  1.1  christos --format=gnu-v3
    833  1.1  christos _Z6outer2IsEPFilES1_
    834  1.1  christos int (*outer2<short>(int (*)(long)))(long)
    835  1.1  christos --format=gnu-v3 --ret-postfix
    836  1.1  christos _Z5outerIsEcPFilE
    837  1.1  christos outer<short>(int (*)(long))char
    838  1.1  christos --format=gnu-v3 --ret-postfix
    839  1.1  christos _Z5outerPFsiEl
    840  1.1  christos outer(short (*)(int), long)
    841  1.1  christos --format=gnu-v3 --ret-postfix
    842  1.1  christos _Z6outer2IsEPFilES1_
    843  1.1  christos outer2<short>(int (*)(long))int (*)(long)
    844  1.1  christos --format=gnu-v3 --ret-drop
    845  1.1  christos _Z5outerIsEcPFilE
    846  1.1  christos outer<short>(int (*)(long))
    847  1.1  christos --format=gnu-v3 --ret-drop
    848  1.1  christos _Z5outerPFsiEl
    849  1.1  christos outer(short (*)(int), long)
    850  1.1  christos --format=gnu-v3 --ret-drop
    851  1.1  christos _Z6outer2IsEPFilES1_
    852  1.1  christos outer2<short>(int (*)(long))
    853  1.1  christos #
    854  1.1  christos --format=gnu-v3 --no-params
    855  1.1  christos _ZN1KIXadL_ZN1S1mEiEEE1fEv
    856  1.1  christos K<&S::m>::f()
    857  1.1  christos K<&S::m>::f
    858  1.1  christos --format=gnu-v3
    859  1.1  christos _ZN1KILi1EXadL_ZN1S1mEiEEE1fEv
    860  1.1  christos K<1, &S::m>::f()
    861  1.1  christos # Here the `(int)' argument list of `S::m' is already removed.
    862  1.1  christos --format=gnu-v3
    863  1.1  christos _ZN1KILi1EXadL_ZN1S1mEEEE1fEv
    864  1.1  christos K<1, &S::m>::f()
    865  1.1  christos #
    866  1.1  christos # Used to crash -- binutils PR 13030.
    867  1.1  christos --format=gnu-v3
    868  1.1  christos _ZSt10_ConstructI10CellBorderIS0_EEvPT_DpOT0_
    869  1.1  christos _ZSt10_ConstructI10CellBorderIS0_EEvPT_DpOT0_
    870  1.1  christos # A pack expansion is substitutable.
    871  1.1  christos --format=gnu-v3
    872  1.1  christos _Z1fIJiEiEv1AIJDpT_EET0_S4_
    873  1.1  christos void f<int, int>(A<int>, int, int)
    874  1.1  christos # So is decltype.
    875  1.1  christos --format=gnu-v3
    876  1.1  christos _Z1fIiiEDTcvT__EET0_S2_
    877  1.1  christos decltype ((int)()) f<int, int>(int, int)
    878  1.1  christos # And vector.
    879  1.1  christos --format=gnu-v3
    880  1.1  christos _Z1fDv4_iS_
    881  1.1  christos f(int __vector(4), int __vector(4))
    882  1.1  christos --format=gnu-v3
    883  1.1  christos _Z2f1Ii1AEDTdsfp_fp0_ET0_MS2_T_
    884  1.1  christos decltype ({parm#1}.*{parm#2}) f1<int, A>(A, int A::*)
    885  1.1  christos --format=gnu-v3
    886  1.1  christos _Z2f2IiEDTquL_Z1bEfp_trET_
    887  1.1  christos decltype (b?{parm#1} : (throw)) f2<int>(int)
    888  1.1  christos --format=gnu-v3
    889  1.1  christos _Z6check1IiEvP6helperIXsznw_T_EEE
    890  1.1  christos void check1<int>(helper<sizeof (new int)>*)
    891  1.1  christos --format=gnu-v3
    892  1.1  christos _Z6check2IiEvP6helperIXszgsnw_T_piEEE
    893  1.1  christos void check2<int>(helper<sizeof (::new int())>*)
    894  1.1  christos --format=gnu-v3
    895  1.1  christos _Z6check3IiEvP6helperIXsznwadL_Z1iE_T_piLi1EEEE
    896  1.1  christos void check3<int>(helper<sizeof (new (&i) int(1))>*)
    897  1.1  christos --format=gnu-v3
    898  1.1  christos _Z6check4IiEvP6helperIXszna_A1_T_EEE
    899  1.1  christos void check4<int>(helper<sizeof (new int [1])>*)
    900  1.1  christos --format=gnu-v3
    901  1.1  christos _Z6check5IiEvP6helperIXszna_A1_T_piEEE
    902  1.1  christos void check5<int>(helper<sizeof (new int [1]())>*)
    903  1.1  christos --format=gnu-v3
    904  1.1  christos _Z1fIiEDTcmgsdlfp_psfp_EPT_
    905  1.1  christos decltype ((::delete {parm#1}),(+{parm#1})) f<int>(int*)
    906  1.1  christos --format=gnu-v3
    907  1.1  christos _Z1fIiEDTcmdafp_psfp_EPT_
    908  1.1  christos decltype ((delete[] {parm#1}),(+{parm#1})) f<int>(int*)
    909  1.1  christos --format=gnu-v3
    910  1.1  christos _ZN1AdlEPv
    911  1.1  christos A::operator delete(void*)
    912  1.1  christos --format=gnu-v3
    913  1.1  christos _Z2f1IiEDTppfp_ET_
    914  1.1  christos decltype ({parm#1}++) f1<int>(int)
    915  1.1  christos --format=gnu-v3
    916  1.1  christos _Z2f1IiEDTpp_fp_ET_
    917  1.1  christos decltype (++{parm#1}) f1<int>(int)
    918  1.1  christos --format=gnu-v3
    919  1.1  christos _Z2f1IiEDTcl1gfp_ilEEET_
    920  1.1  christos decltype (g({parm#1}, {})) f1<int>(int)
    921  1.1  christos --format=gnu-v3
    922  1.1  christos _Z2f1IiEDTnw_T_ilEES0_
    923  1.1  christos decltype (new int{}) f1<int>(int)
    924  1.1  christos --format=gnu-v3
    925  1.1  christos _Zli2_wPKc
    926  1.1  christos operator"" _w(char const*)
    927  1.1  christos --format=gnu-v3
    928  1.1  christos _Z1fIiEDTnw_Dapifp_EET_
    929  1.1  christos decltype (new auto({parm#1})) f<int>(int)
    930  1.1  christos --format=gnu-v3
    931  1.1  christos _Z1fIiERDaRKT_S1_
    932  1.1  christos auto& f<int>(int const&, int)
    933  1.1  christos --format=gnu-v3
    934  1.7  christos _Z1gIiEDcRKT_S0_
    935  1.7  christos decltype(auto) g<int>(int const&, int)
    936  1.7  christos --format=gnu-v3
    937  1.1  christos _Z1gILi1EEvR1AIXT_EER1BIXscbT_EE
    938  1.1  christos void g<1>(A<1>&, B<static_cast<bool>(1)>&)
    939  1.1  christos --format=gnu-v3
    940  1.1  christos _ZNKSt7complexIiE4realB5cxx11Ev
    941  1.1  christos std::complex<int>::real[abi:cxx11]() const
    942  1.1  christos #
    943  1.5  christos # Some more crashes revealed by fuzz-testing:
    944  1.5  christos # Check for NULL pointer when demangling trinary operators
    945  1.5  christos --format=gnu-v3
    946  1.5  christos _Z1fAv32_f
    947  1.5  christos _Z1fAv32_f
    948  1.5  christos # Do not overflow when decoding identifier length
    949  1.5  christos --format=gnu-v3
    950  1.5  christos _Z11111111111
    951  1.5  christos _Z11111111111
    952  1.5  christos # Check out-of-bounds access when decoding braced initializer list
    953  1.5  christos --format=gnu-v3
    954  1.5  christos _ZDTtl
    955  1.5  christos _ZDTtl
    956  1.5  christos # Check for NULL pointer when demangling DEMANGLE_COMPONENT_LOCAL_NAME
    957  1.5  christos --format=gnu-v3
    958  1.5  christos _ZZN1fEEd_lEv
    959  1.5  christos _ZZN1fEEd_lEv
    960  1.5  christos # Handle DEMANGLE_COMPONENT_FIXED_TYPE in d_find_pack
    961  1.5  christos --format=gnu-v3
    962  1.5  christos _Z1fDpDFT_
    963  1.5  christos _Z1fDpDFT_
    964  1.5  christos # Likewise, DEMANGLE_COMPONENT_DEFAULT_ARG
    965  1.5  christos --format=gnu-v3
    966  1.5  christos _Z1fIDpZ1fEd_E
    967  1.5  christos _Z1fIDpZ1fEd_E
    968  1.5  christos # Likewise, DEMANGLE_COMPONENT_NUMBER
    969  1.5  christos --format=gnu-v3
    970  1.5  christos _Z1fDpDv1_c
    971  1.5  christos f((char __vector(1))...)
    972  1.5  christos #
    973  1.1  christos # Ada (GNAT) tests.
    974  1.1  christos #
    975  1.1  christos # Simple test.
    976  1.1  christos --format=gnat
    977  1.1  christos yz__qrs
    978  1.1  christos yz.qrs
    979  1.1  christos # Operator
    980  1.1  christos --format=gnat
    981  1.1  christos oper__Oadd
    982  1.1  christos oper."+"
    983  1.1  christos # Overloaded subprogram.
    984  1.1  christos --format=gnat
    985  1.1  christos yz__qrs__2
    986  1.1  christos yz.qrs
    987  1.1  christos # Nested subprogram.
    988  1.1  christos --format=gnat
    989  1.1  christos yz__qrs__tuv.1661
    990  1.1  christos yz.qrs.tuv
    991  1.1  christos # Nested and overloaded subprograms.
    992  1.1  christos --format=gnat
    993  1.1  christos yz__qrs__tuv__2_1.1667
    994  1.1  christos yz.qrs.tuv
    995  1.1  christos --format=gnat
    996  1.1  christos yz__qrs__tuv__2_2.1670
    997  1.1  christos yz.qrs.tuv
    998  1.1  christos --format=gnat
    999  1.1  christos yz__qrs__tuv__2_3.1674
   1000  1.1  christos yz.qrs.tuv
   1001  1.1  christos # Elaborated flag (not demangled)
   1002  1.1  christos --format=gnat
   1003  1.1  christos x_E
   1004  1.1  christos <x_E>
   1005  1.1  christos # Nested package
   1006  1.1  christos --format=gnat
   1007  1.1  christos x__m1
   1008  1.1  christos x.m1
   1009  1.1  christos --format=gnat
   1010  1.1  christos x__m3
   1011  1.1  christos x.m3
   1012  1.1  christos --format=gnat
   1013  1.1  christos x__y__m2X
   1014  1.1  christos x.y.m2
   1015  1.1  christos --format=gnat
   1016  1.1  christos x__y__z__rXb
   1017  1.1  christos x.y.z.r
   1018  1.1  christos # Child package
   1019  1.1  christos --format=gnat
   1020  1.1  christos x__y__j
   1021  1.1  christos x.y.j
   1022  1.1  christos # Library level
   1023  1.1  christos --format=gnat
   1024  1.1  christos _ada_x__m3
   1025  1.1  christos x.m3
   1026  1.1  christos # Package body elaborator
   1027  1.1  christos --format=gnat
   1028  1.1  christos p___elabb
   1029  1.1  christos p'Elab_Body
   1030  1.1  christos # Package spec elaborator
   1031  1.1  christos --format=gnat
   1032  1.1  christos p___elabs
   1033  1.1  christos p'Elab_Spec
   1034  1.1  christos # Task body
   1035  1.1  christos --format=gnat
   1036  1.1  christos p__taskobjTKB
   1037  1.1  christos p.taskobj
   1038  1.1  christos # Task subprogram
   1039  1.1  christos --format=gnat
   1040  1.1  christos p__taskobjTK__f1.2330
   1041  1.1  christos p.taskobj.f1
   1042  1.1  christos # Protected types subprograms
   1043  1.1  christos --format=gnat
   1044  1.1  christos prot__lock__getN
   1045  1.1  christos prot.lock.get
   1046  1.1  christos --format=gnat
   1047  1.1  christos prot__lock__getP
   1048  1.1  christos prot.lock.get
   1049  1.1  christos --format=gnat
   1050  1.1  christos prot__lock__get__sub.2590
   1051  1.1  christos prot.lock.get.sub
   1052  1.1  christos --format=gnat
   1053  1.1  christos prot__lock__setN
   1054  1.1  christos prot.lock.set
   1055  1.1  christos --format=gnat
   1056  1.1  christos prot__lock__setP
   1057  1.1  christos prot.lock.set
   1058  1.1  christos # Protected type entries
   1059  1.1  christos --format=gnat
   1060  1.1  christos prot__lock__update_B7s
   1061  1.1  christos prot.lock.update
   1062  1.1  christos --format=gnat
   1063  1.1  christos prot__lock__update_E6s
   1064  1.1  christos prot.lock.update
   1065  1.1  christos # Controlled types
   1066  1.1  christos --format=gnat
   1067  1.1  christos gnat__sockets__sockets_library_controllerDF__2
   1068  1.1  christos gnat.sockets.sockets_library_controller.Finalize
   1069  1.1  christos --format=gnat
   1070  1.1  christos system__partition_interface__racw_stub_typeDA
   1071  1.1  christos system.partition_interface.racw_stub_type.Adjust
   1072  1.1  christos # Stream operations
   1073  1.1  christos --format=gnat
   1074  1.1  christos gnat__wide_wide_string_split__slice_setSR__2
   1075  1.1  christos gnat.wide_wide_string_split.slice_set'Read
   1076  1.1  christos --format=gnat
   1077  1.1  christos ada__real_time__timing_events__events__listSW__2Xnn
   1078  1.1  christos ada.real_time.timing_events.events.list'Write
   1079  1.1  christos --format=gnat
   1080  1.1  christos system__finalization_root__root_controlledSI
   1081  1.1  christos system.finalization_root.root_controlled'Input
   1082  1.1  christos --format=gnat
   1083  1.1  christos ada__finalization__limited_controlledSO__2
   1084  1.1  christos ada.finalization.limited_controlled'Output
   1085  1.1  christos # Tagged types
   1086  1.1  christos --format=gnat
   1087  1.1  christos ada__synchronous_task_control___size__2
   1088  1.1  christos ada.synchronous_task_control'Size
   1089  1.1  christos --format=gnat
   1090  1.1  christos ada__real_time__timing_events__events___alignment__2Xnn
   1091  1.1  christos ada.real_time.timing_events.events'Alignment
   1092  1.1  christos --format=gnat
   1093  1.1  christos system__finalization_root___assign__2
   1094  1.1  christos system.finalization_root.":="
   1095  1.1  christos #
   1096  1.1  christos # Used to crash the demangler.
   1097  1.1  christos --format=gnu-v3
   1098  1.1  christos DFA
   1099  1.1  christos DFA
   1100  1.1  christos #
   1101  1.1  christos # http://sourceware.org/bugzilla/show_bug.cgi?id=11572
   1102  1.1  christos --format=auto
   1103  1.1  christos _ZN3Psi7VariantIIcPKcEE5visitIIRZN11VariantTest9TestVisit11test_methodEvEUlS2_E0_RZNS6_11test_methodEvEUlcE1_RZNS6_11test_methodEvEUlNS_4NoneEE_EEENS_13VariantDetail19SelectVisitorResultIIDpT_EE4typeEDpOSG_
   1104  1.1  christos Psi::VariantDetail::SelectVisitorResult<VariantTest::TestVisit::test_method()::{lambda(char const*)#2}&, VariantTest::TestVisit::test_method()::{lambda(char)#3}&, VariantTest::TestVisit::test_method()::{lambda(Psi::None)#1}&>::type Psi::Variant<char, char const*>::visit<VariantTest::TestVisit::test_method()::{lambda(char const*)#2}&, VariantTest::TestVisit::test_method()::{lambda(char)#3}&, VariantTest::TestVisit::test_method()::{lambda(Psi::None)#1}&>((VariantTest::TestVisit::test_method()::{lambda(Psi::None)#1}&)...)
   1105  1.1  christos #
   1106  1.1  christos # Clone suffix tests
   1107  1.1  christos #
   1108  1.1  christos --format=gnu-v3 --no-params
   1109  1.1  christos _Z3fo5n.clone.1
   1110  1.1  christos fo5(__int128) [clone .clone.1]
   1111  1.1  christos fo5
   1112  1.1  christos #
   1113  1.1  christos --format=gnu-v3 --no-params
   1114  1.1  christos _Z3fo5n.constprop.2
   1115  1.1  christos fo5(__int128) [clone .constprop.2]
   1116  1.1  christos fo5
   1117  1.1  christos #
   1118  1.1  christos --format=gnu-v3 --no-params
   1119  1.1  christos _Z3fo5n.isra.3
   1120  1.1  christos fo5(__int128) [clone .isra.3]
   1121  1.1  christos fo5
   1122  1.1  christos #
   1123  1.1  christos --format=gnu-v3 --no-params
   1124  1.1  christos _Z3fo5n.part.4
   1125  1.1  christos fo5(__int128) [clone .part.4]
   1126  1.1  christos fo5
   1127  1.1  christos #
   1128  1.1  christos --format=gnu-v3 --no-params
   1129  1.1  christos _Z12to_be_clonediPv.clone.0
   1130  1.1  christos to_be_cloned(int, void*) [clone .clone.0]
   1131  1.1  christos to_be_cloned
   1132  1.1  christos #
   1133  1.1  christos --format=gnu-v3 --no-params
   1134  1.1  christos _Z3fooi.1988
   1135  1.1  christos foo(int) [clone .1988]
   1136  1.1  christos foo
   1137  1.1  christos #
   1138  1.1  christos --format=gnu-v3 --no-params
   1139  1.1  christos _Z3fooi.part.9.165493.constprop.775.31805
   1140  1.1  christos foo(int) [clone .part.9.165493] [clone .constprop.775.31805]
   1141  1.1  christos foo
   1142  1.1  christos #
   1143  1.1  christos --format=gnu-v3 --no-params
   1144  1.1  christos _Z2f1IiEvT_S0_S0_._omp_fn.2
   1145  1.1  christos void f1<int>(int, int, int) [clone ._omp_fn.2]
   1146  1.1  christos f1<int>
   1147  1.1  christos #
   1148  1.1  christos --format=gnu-v3 --no-params
   1149  1.1  christos _Z3fooi._omp_cpyfn.6
   1150  1.1  christos foo(int) [clone ._omp_cpyfn.6]
   1151  1.1  christos foo
   1152  1.1  christos #
   1153  1.1  christos --format=gnu-v3 --no-params
   1154  1.1  christos _Z1fIKFvvES0_Evv
   1155  1.1  christos void f<void () const, void () const>()
   1156  1.1  christos f<void () const, void () const>
   1157  1.1  christos #
   1158  1.1  christos --format=gnu-v3
   1159  1.1  christos _ZN4modc6parser8sequenceINS_9astParser13LocatedParserINS0_9ParserRefINS2_UlRNS2_16TokenParserInputEE_EEEEEINS0_14OptionalParserINS2_18ListParserTemplateILNS_6tokens5Token4TypeE4EXadL_ZNSD_Ut_13parenthesizedEEEE6ParserINS4_INS0_6ParserIS5_NS_3ast10ExpressionEEEEEEEEENSA_INS4_INS2_22OneOfKeywordsToTParserINSJ_5StyleEEEEEEENS0_14SequenceParserIS5_INS0_18ExactElementParserIS5_EENSA_ISM_EEEEENS0_14RepeatedParserINS4_INS0_15TransformParserINSU_IS5_INS4_INSP_INSJ_10Annotation12RelationshipEEEEESX_EEENS2_UlNS2_3LocES12_ONS_5MaybeISK_EEE19_EEEEELb0EEEEEENSU_INS0_17ExtractParserTypeIT_E9InputTypeEINS0_8MaybeRefIS1F_E4TypeEDpNS1I_IT0_E4TypeEEEEOS1F_DpOS1L_
   1160  1.1  christos modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> ><modc::parser::ExtractParserType<modc::astParser::LocatedParser<modc::parser::ParserRef<modc::astParser::{lambda(modc::astParser::TokenParserInput&)#1}> > >::InputType, modc::parser::MaybeRef<modc::astParser::{lambda(modc::astParser::Loc, modc::parser::RepeatedParser, modc::Maybe<modc::parser::Parser>&&)#21}>::Type, modc::parser::RepeatedParser<modc::parser::ParserRef<modc::parser::TransformParser<modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> ><modc::astParser::TokenParserInput<modc::parser::ParserRef<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser<modc::parser::ParserRef<modc::parser::Parser<modc::astParser::TokenParserInput, modc::ast::Expression> > ><modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Annotation::Relationship> >, modc::parser::ExactElementParser> >, modc::astParser::{lambda(modc::astParser::Loc, modc::parser::RepeatedParser, modc::Maybe<modc::parser::Parser>&&)#21}> >, false><modc::parser::OptionalParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser<modc::parser::ParserRef<modc::parser::Parser<modc::astParser::TokenParserInput, modc::ast::Expression> > > > >::Type, modc::parser::RepeatedParser<modc::parser::ParserRef<modc::parser::TransformParser<modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> ><modc::astParser::TokenParserInput<modc::parser::ParserRef<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser<modc::parser::ParserRef<modc::parser::Parser<modc::astParser::TokenParserInput, modc::ast::Expression> > ><modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Annotation::Relationship> >, modc::parser::ExactElementParser> >, modc::astParser::{lambda(modc::astParser::Loc, modc::parser::RepeatedParser, modc::Maybe<modc::parser::Parser>&&)#21}> >, false><modc::astParser::LocatedParser<modc::parser::ParserRef<modc::astParser::{lambda(modc::astParser::TokenParserInput&)#1}> ><modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> > > >::Type, modc::parser::RepeatedParser<modc::parser::ParserRef<modc::parser::TransformParser<modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> ><modc::astParser::TokenParserInput<modc::parser::ParserRef<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser<modc::parser::ParserRef<modc::parser::Parser<modc::astParser::TokenParserInput, modc::ast::Expression> > ><modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Annotation::Relationship> >, modc::parser::ExactElementParser> >, modc::astParser::{lambda(modc::astParser::Loc, modc::parser::RepeatedParser, modc::Maybe<modc::parser::Parser>&&)#21}> >, false><modc::parser::SequenceParser<modc::astParser::TokenParserInput<modc::parser::ExactElementParser<modc::astParser::TokenParserInput>, modc::astParser::LocatedParser<modc::parser::ParserRef<modc::astParser::{lambda(modc::astParser::TokenParserInput&)#1}> ><modc::ast::Expression> > > >::Type, modc::parser::RepeatedParser<modc::parser::ParserRef<modc::parser::TransformParser<modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> ><modc::astParser::TokenParserInput<modc::parser::ParserRef<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser<modc::parser::ParserRef<modc::parser::Parser<modc::astParser::TokenParserInput, modc::ast::Expression> > ><modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Annotation::Relationship> >, modc::parser::ExactElementParser> >, modc::astParser::{lambda(modc::astParser::Loc, modc::parser::RepeatedParser, modc::Maybe<modc::parser::Parser>&&)#21}> >, false><modc::parser::RepeatedParser<modc::parser::ParserRef<modc::parser::TransformParser<modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> ><modc::astParser::TokenParserInput<modc::parser::ParserRef<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser<modc::parser::ParserRef<modc::parser::Parser<modc::astParser::TokenParserInput, modc::ast::Expression> > ><modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Annotation::Relationship> >, modc::parser::ExactElementParser> >, modc::astParser::{lambda(modc::astParser::Loc, modc::parser::RepeatedParser, modc::Maybe<modc::parser::Parser>&&)#21}> >, false> >::Type> modc::parser::sequence<modc::astParser::LocatedParser<modc::parser::ParserRef<modc::astParser::{lambda(modc::astParser::TokenParserInput&)#1}> >, modc::parser::OptionalParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser<modc::parser::ParserRef<modc::parser::Parser<modc::astParser::TokenParserInput, modc::ast::Expression> > > >, modc::astParser::LocatedParser<modc::parser::ParserRef<modc::astParser::{lambda(modc::astParser::TokenParserInput&)#1}> ><modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> > >, modc::parser::SequenceParser<modc::astParser::TokenParserInput<modc::parser::ExactElementParser<modc::astParser::TokenParserInput>, modc::astParser::LocatedParser<modc::parser::ParserRef<modc::astParser::{lambda(modc::astParser::TokenParserInput&)#1}> ><modc::ast::Expression> > >, modc::parser::RepeatedParser<modc::parser::ParserRef<modc::parser::TransformParser<modc::parser::ParserRef<modc::astParser::OneOfKeywordsToTParser<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Style> ><modc::astParser::TokenParserInput<modc::parser::ParserRef<modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser<modc::parser::ParserRef<modc::parser::Parser<modc::astParser::TokenParserInput, modc::ast::Expression> > ><modc::astParser::ListParserTemplate<(modc::tokens::Token::Type)4, &modc::tokens::{unnamed type#1}::parenthesized>::Parser::Annotation::Relationship> >, modc::parser::ExactElementParser> >, modc::astParser::{lambda(modc::astParser::Loc, modc::parser::RepeatedParser, modc::Maybe<modc::parser::Parser>&&)#21}> >, false> >(modc::astParser::{lambda(modc::astParser::Loc, modc::parser::RepeatedParser, modc::Maybe<modc::parser::Parser>&&)#21}&&, (modc::parser::ExtractParserType<modc::astParser::LocatedParser<modc::parser::ParserRef<modc::astParser::{lambda(modc::astParser::TokenParserInput&)#1}> > >&&)...)
   1161  1.1  christos --format=gnu-v3
   1162  1.1  christos _ZNKR1A1hEv
   1163  1.1  christos A::h() const &
   1164  1.1  christos --format=gnu-v3
   1165  1.1  christos _Z1lM1AKFvvRE
   1166  1.1  christos l(void (A::*)() const &)
   1167  1.1  christos --format=gnu-v3
   1168  1.1  christos _Z1mIFvvOEEvM1AT_
   1169  1.1  christos void m<void () &&>(void (A::*)() &&)
   1170  1.1  christos --format=gnu-v3
   1171  1.1  christos _Z1nIM1AKFvvREEvT_
   1172  1.1  christos void n<void (A::*)() const &>(void (A::*)() const &)
   1173  1.1  christos --format=gnu-v3
   1174  1.1  christos _ZL1fIiEvv
   1175  1.1  christos void f<int>()
   1176  1.3  christos # https://sourceware.org/bugzilla/show_bug.cgi?id=14963#c3
   1177  1.1  christos --format=gnu-v3
   1178  1.1  christos _ZSt7forwardIRN1x14refobjiteratorINS0_3refINS0_4mime30multipart_section_processorObjIZ15get_body_parserIZZN14mime_processor21make_section_iteratorERKNS2_INS3_10sectionObjENS0_10ptrrefBaseEEEbENKUlvE_clEvEUlSB_bE_ZZNS6_21make_section_iteratorESB_bENKSC_clEvEUlSB_E0_ENS1_INS2_INS0_20outputrefiteratorObjIiEES8_EEEERKSsSB_OT_OT0_EUlmE_NS3_32make_multipart_default_discarderISP_EEEES8_EEEEEOT_RNSt16remove_referenceISW_E4typeE
   1179  1.8  christos x::refobjiterator<x::ref<x::mime::multipart_section_processorObj<get_body_parser<mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&)#2}>(std::string const&, x::ref<x::mime::sectionObj, x::ptrrefBase> const&, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}&&, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&)#2}&&)::{lambda(unsigned long)#1}, x::mime::make_multipart_default_discarder<mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}&&> >, x::ptrrefBase> >& std::forward<x::refobjiterator<x::ref<x::mime::multipart_section_processorObj<get_body_parser<mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&)#2}>(std::string const&, x::ref<x::mime::sectionObj, x::ptrrefBase> const&, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}&&, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&)#2}&&)::{lambda(unsigned long)#1}, x::mime::make_multipart_default_discarder<mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}&&> >, x::ptrrefBase> >&>(std::remove_reference<x::mime::multipart_section_processorObj<get_body_parser<mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&)#2}>(std::string const&, x::ref<x::mime::sectionObj, x::ptrrefBase> const&, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}&&, mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&)#2}&&)::{lambda(unsigned long)#1}, x::mime::make_multipart_default_discarder<mime_processor::make_section_iterator(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)::{lambda()#1}::operator()() const::{lambda(x::ref<x::mime::sectionObj, x::ptrrefBase> const&, bool)#1}&&> > >::type&)
   1180  1.1  christos #
   1181  1.1  christos --format=gnu-v3 --no-params
   1182  1.1  christos _ZNK7strings8internal8SplitterINS_9delimiter5AnyOfENS_9SkipEmptyEEcvT_ISt6vectorI12basic_stringIcSt11char_traitsIcESaIcEESaISD_EEvEEv
   1183  1.1  christos strings::internal::Splitter<strings::delimiter::AnyOf, strings::SkipEmpty>::operator std::vector<basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<basic_string<char, std::char_traits<char>, std::allocator<char> > > ><std::vector<basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<basic_string<char, std::char_traits<char>, std::allocator<char> > > >, void>() const
   1184  1.1  christos strings::internal::Splitter<strings::delimiter::AnyOf, strings::SkipEmpty>::operator std::vector<basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<basic_string<char, std::char_traits<char>, std::allocator<char> > > ><std::vector<basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<basic_string<char, std::char_traits<char>, std::allocator<char> > > >, void>
   1185  1.1  christos #
   1186  1.1  christos --format=gnu-v3 --no-params
   1187  1.1  christos _ZN1AcvT_I1CEEv
   1188  1.1  christos A::operator C<C>()
   1189  1.1  christos A::operator C<C>
   1190  1.1  christos #
   1191  1.1  christos --format=gnu-v3 --no-params
   1192  1.1  christos _ZN1AcvPT_I1CEEv
   1193  1.1  christos A::operator C*<C>()
   1194  1.1  christos A::operator C*<C>
   1195  1.1  christos #
   1196  1.1  christos --format=gnu-v3 --no-params
   1197  1.1  christos _ZN1AcvT_IiEI1CEEv
   1198  1.1  christos A::operator C<int><C>()
   1199  1.1  christos A::operator C<int><C>
   1200  1.3  christos # https://sourceware.org/bugzilla/show_bug.cgi?id=14963#c16
   1201  1.3  christos --format=gnu-v3
   1202  1.3  christos _ZN3mdr16in_cached_threadIRZNK4cudr6GPUSet17parallel_for_eachIZN5tns3d20shape_representation7compute7GPUImpl7executeERKNS_1AINS_7ptr_refIKjEELl3ELl3ENS_8c_strideILl1ELl0EEEEERKNS8_INS9_IjEELl4ELl1ESD_EEEUliRKNS1_7ContextERNS7_5StateEE_JSt6vectorISO_SaISO_EEEEEvOT_DpRT0_EUlSP_E_JSt17reference_wrapperISO_EEEENS_12ScopedFutureIDTclfp_spcl7forwardISW_Efp0_EEEEESV_DpOSW_
   1203  1.8  christos mdr::ScopedFuture<decltype ({parm#1}(((forward<cudr::GPUSet::parallel_for_each<tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> > >(tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}&&, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> >&) const::{lambda(tns3d::shape_representation::compute::GPUImpl::State&)#1}&>)({parm#2}))...))> mdr::in_cached_thread<cudr::GPUSet::parallel_for_each<tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> > >(cudr::GPUSet::parallel_for_each<tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> > >(tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}&&, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> >&) const::{lambda(tns3d::shape_representation::compute::GPUImpl::State&)#1}&, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> >&) const::{lambda(tns3d::shape_representation::compute::GPUImpl::State&)#1}&, std::reference_wrapper<tns3d::shape_representation::compute::GPUImpl::State> >(cudr::GPUSet::parallel_for_each<tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> > >(tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}&&, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> >&) const::{lambda(tns3d::shape_representation::compute::GPUImpl::State&)#1}&, (cudr::GPUSet::parallel_for_each<tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> > >(tns3d::shape_representation::compute::GPUImpl::execute(mdr::A<mdr::ptr_ref<unsigned int const>, 3l, 3l, mdr::c_stride<1l, 0l> > const&, mdr::A<mdr::ptr_ref<unsigned int>, 4l, 1l, mdr::c_stride<1l, 0l> > const&)::{lambda(int, cudr::Context const&, tns3d::shape_representation::compute::GPUImpl::State&)#1}&&, std::vector<tns3d::shape_representation::compute::GPUImpl::State, std::allocator<tns3d::shape_representation::compute::GPUImpl::State> >&) const::{lambda(tns3d::shape_representation::compute::GPUImpl::State&)#1}&&&)...)
   1204  1.3  christos # https://sourceware.org/bugzilla/show_bug.cgi?id=14963#c18
   1205  1.3  christos --format=gnu-v3
   1206  1.3  christos _ZNSt9_Any_data9_M_accessIPZN13ThreadManager10futureTaskISt5_BindIFSt7_Mem_fnIM6RunnerFvvEEPS5_EEEEvOT_EUlvE_EERSC_v
   1207  1.8  christos ThreadManager::futureTask<std::_Bind<std::_Mem_fn<void (Runner::*)()> (Runner*)> >(std::_Bind<std::_Mem_fn<void (Runner::*)()> (Runner*)>&&)::{lambda()#1}*& std::_Any_data::_M_access<ThreadManager::futureTask<std::_Bind<std::_Mem_fn<void (Runner::*)()> (Runner*)> >(ThreadManager::futureTask<std::_Bind<std::_Mem_fn<void (Runner::*)()> (Runner*)> >(std::_Bind<std::_Mem_fn<void (Runner::*)()> (Runner*)>&&)::{lambda()#1}*&&)::{lambda()#1}*>()
   1208  1.3  christos # https://sourceware.org/bugzilla/show_bug.cgi?id=14963#c24
   1209  1.3  christos # aka https://sourceware.org/bugzilla/show_bug.cgi?id=16593
   1210  1.3  christos --format=gnu-v3
   1211  1.3  christos _ZNSt9_Any_data9_M_accessIPZN3sel8Selector6SetObjI3FooJPKcMS4_FviEEEEvRT_DpT0_EUlvE_EESA_v
   1212  1.8  christos sel::Selector::SetObj<Foo, char const*, void (Foo::*)(int)>(Foo&, char const*, void (Foo::*)(int))::{lambda()#1}*& std::_Any_data::_M_access<sel::Selector::SetObj<Foo, char const*, void (Foo::*)(int)>(sel::Selector::SetObj<Foo, char const*, void (Foo::*)(int)>(Foo&, char const*, void (Foo::*)(int))::{lambda()#1}*&, char const*, void (Foo::*)(int))::{lambda()#1}*>()
   1213  1.3  christos # https://sourceware.org/bugzilla/show_bug.cgi?id=16752#c1
   1214  1.3  christos --format=gnu-v3
   1215  1.3  christos _ZNSt9_Any_data9_M_accessIPZN13ThreadManager7newTaskIRSt5_BindIFSt7_Mem_fnIM5DiaryFivEEPS5_EEIEEESt6futureINSt9result_ofIFT_DpT0_EE4typeEEOSF_DpOSG_EUlvE_EERSF_v
   1216  1.8  christos ThreadManager::newTask<std::_Bind<std::_Mem_fn<int (Diary::*)()> (Diary*)>&>(std::_Bind<std::_Mem_fn<int (Diary::*)()> (Diary*)>&)::{lambda()#1}*& std::_Any_data::_M_access<ThreadManager::newTask<std::_Bind<std::_Mem_fn<int (Diary::*)()> (Diary*)>&>(ThreadManager::newTask<std::_Bind<std::_Mem_fn<int (Diary::*)()> (Diary*)>&>(std::_Bind<std::_Mem_fn<int (Diary::*)()> (Diary*)>&)::{lambda()#1}*&&)::{lambda()#1}*>()
   1217  1.3  christos # https://sourceware.org/bugzilla/show_bug.cgi?id=16752#c6
   1218  1.3  christos --format=gnu-v3
   1219  1.3  christos _ZNSt9_Any_data9_M_accessIPZN6cereal18polymorphic_detail15getInputBindingINS1_16JSONInputArchiveEEENS1_6detail15InputBindingMapIT_E11SerializersERS7_jEUlPvRSt10unique_ptrIvNS5_12EmptyDeleterIvEEEE0_EESA_v
   1220  1.8  christos cereal::polymorphic_detail::getInputBinding<cereal::JSONInputArchive>(cereal::JSONInputArchive&, unsigned int)::{lambda(void*, std::unique_ptr<void, cereal::detail::EmptyDeleter<void> >&)#2}*& std::_Any_data::_M_access<cereal::polymorphic_detail::getInputBinding<cereal::JSONInputArchive>(cereal::polymorphic_detail::getInputBinding<cereal::JSONInputArchive>(cereal::JSONInputArchive&, unsigned int)::{lambda(void*, std::unique_ptr<void, cereal::detail::EmptyDeleter<void> >&)#2}*&, unsigned int)::{lambda(void*, std::unique_ptr<void, cereal::detail::EmptyDeleter<void> >&)#2}*>()
   1221  1.3  christos # https://sourceware.org/bugzilla/show_bug.cgi?id=16845#c2
   1222  1.3  christos --format=gnu-v3
   1223  1.3  christos _ZNSt9_Any_data9_M_accessIPZ4postISt8functionIFvvEEEvOT_EUlvE_EERS5_v
   1224  1.8  christos post<std::function<void ()> >(std::function<void ()>&&)::{lambda()#1}*& std::_Any_data::_M_access<post<std::function<void ()> >(post<std::function<void ()> >(std::function<void ()>&&)::{lambda()#1}*&&)::{lambda()#1}*>()
   1225  1.3  christos #
   1226  1.3  christos --format=auto --no-params
   1227  1.3  christos _Z3xxxDFyuVb
   1228  1.3  christos xxx(unsigned long long _Fract, bool volatile)
   1229  1.3  christos xxx
   1230  1.3  christos # https://sourceware.org/bugzilla/show_bug.cgi?id=16817
   1231  1.3  christos --format=auto --no-params
   1232  1.3  christos _QueueNotification_QueueController__$4PPPPPPPM_A_INotice___Z
   1233  1.3  christos _QueueNotification_QueueController__$4PPPPPPPM_A_INotice___Z
   1234  1.3  christos _QueueNotification_QueueController__$4PPPPPPPM_A_INotice___Z
   1235  1.3  christos --format=gnu-v3
   1236  1.3  christos _Z1fSsB3fooS_
   1237  1.3  christos f(std::string[abi:foo], std::string[abi:foo])
   1238  1.5  christos --format=gnu-v3
   1239  1.5  christos _Z18IndirectExternCallIPU7stdcallU7regparmILi3EEFviiEiEvT_T0_S3_
   1240  1.5  christos void IndirectExternCall<void ( regparm<3> stdcall*)(int, int), int>(void ( regparm<3> stdcall*)(int, int), int, void ( regparm<3> stdcall*)(int, int))
   1241  1.5  christos # 
   1242  1.5  christos # ABI tags used to confuse the constructor name calculation.
   1243  1.5  christos --format=gnu-v3 --no-params
   1244  1.5  christos _ZNSt8ios_base7failureB5cxx11C1EPKcRKSt10error_code
   1245  1.5  christos std::ios_base::failure[abi:cxx11]::failure(char const*, std::error_code const&)
   1246  1.5  christos std::ios_base::failure[abi:cxx11]::failure
   1247  1.5  christos --format=gnu-v3
   1248  1.5  christos _Z1fPDxFvvES0_
   1249  1.5  christos f(void (*)() transaction_safe, void (*)() transaction_safe)
   1250  1.5  christos #
   1251  1.5  christos # These two are from gcc PR61321, and gcc PR61233 / gdb PR16957
   1252  1.5  christos #
   1253  1.5  christos --format=gnu-v3
   1254  1.5  christos _Z13function_tempIiEv1AIXszcvT_Li999EEE
   1255  1.5  christos void function_temp<int>(A<sizeof ((int)(999))>)
   1256  1.5  christos #
   1257  1.5  christos --format=gnu-v3
   1258  1.5  christos _Z7ZipWithI7QStringS0_5QListZN4oral6detail16AdaptCreateTableI7AccountEES0_RKNS3_16CachedFieldsDataEEUlRKS0_SA_E_ET1_IDTclfp1_cvT__EcvT0__EEEERKT1_ISC_ERKT1_ISD_ET2_
   1259  1.8  christos QList<decltype ({parm#3}((QString)(), (QString)()))> ZipWith<QString, QString, QList, oral::detail::AdaptCreateTable<Account>(oral::detail::CachedFieldsData const&)::{lambda(QString const&, QString const&)#1}>(QList<oral::detail::AdaptCreateTable<Account>(oral::detail::CachedFieldsData const&)::{lambda(QString const&, QString const&)#1}> const&, QList<QList> const&, oral::detail::AdaptCreateTable<Account>(oral::detail::CachedFieldsData const&)::{lambda(QString const&, QString const&)#1})
   1260  1.5  christos #
   1261  1.5  christos # These three are symbols generated by g++'s testsuite, which triggered the same bug as above.
   1262  1.5  christos --format=gnu-v3
   1263  1.5  christos _Z14int_if_addableI1YERiP1AIXszpldecvPT_Li0EdecvS4_Li0EEE
   1264  1.5  christos int& int_if_addable<Y>(A<sizeof ((*((Y*)(0)))+(*((Y*)(0))))>*)
   1265  1.5  christos #
   1266  1.5  christos --format=gnu-v3
   1267  1.5  christos _Z3bazIiEvP1AIXszcl3foocvT__ELCf00000000_00000000EEEE
   1268  1.5  christos void baz<int>(A<sizeof (foo((int)(), (floatcomplex )00000000_00000000))>*)
   1269  1.5  christos #
   1270  1.5  christos --format=gnu-v3
   1271  1.5  christos _Z3fooI1FEN1XIXszdtcl1PclcvT__EEE5arrayEE4TypeEv
   1272  1.5  christos X<sizeof ((P(((F)())())).array)>::Type foo<F>()
   1273  1.6  christos 
   1274  1.6  christos _Z1fIJidEEv1AIXsZT_EE
   1275  1.6  christos void f<int, double>(A<2>)
   1276  1.6  christos 
   1277  1.6  christos _ZN1A1fIJiiEiJiiiEEEvRAsPDpT_T0_DpT1_E_iS3_S5_
   1278  1.6  christos void A::f<int, int, int, int, int, int>(int (&) [6], int, int, int, int)
   1279  1.6  christos 
   1280  1.6  christos _Z10unary_leftIJLi1ELi2ELi3EEEv1AIXflplT_EE
   1281  1.6  christos void unary_left<1, 2, 3>(A<(...+(1, 2, 3))>)
   1282  1.6  christos 
   1283  1.6  christos _Z11unary_rightIJLi1ELi2ELi3EEEv1AIXfrplT_EE
   1284  1.6  christos void unary_right<1, 2, 3>(A<((1, 2, 3)+...)>)
   1285  1.6  christos 
   1286  1.6  christos _Z11binary_leftIJLi1ELi2ELi3EEEv1AIXfLplLi42ET_EE
   1287  1.6  christos void binary_left<1, 2, 3>(A<((42)+...+(1, 2, 3))>)
   1288  1.6  christos 
   1289  1.6  christos _Z12binary_rightIJLi1ELi2ELi3EEEv1AIXfRplT_Li42EEE
   1290  1.6  christos void binary_right<1, 2, 3>(A<((1, 2, 3)+...+(42))>)
   1291  1.8  christos # Inheriting constructor
   1292  1.6  christos 
   1293  1.7  christos _ZN1DCI11BEi
   1294  1.7  christos D::B(int)
   1295  1.8  christos # exception-specification (C++17)
   1296  1.7  christos 
   1297  1.7  christos _Z1fIvJiELb0EEvPDOT1_EFT_DpT0_E
   1298  1.7  christos void f<void, int, false>(void (*)(int) noexcept(false))
   1299  1.7  christos 
   1300  1.7  christos _Z1fIvJiELb0EEvPDoFT_DpT0_E
   1301  1.7  christos void f<void, int, false>(void (*)(int) noexcept)
   1302  1.7  christos 
   1303  1.7  christos _Z1fIvJiELb0EEvPDwiEFT_DpT0_E
   1304  1.7  christos void f<void, int, false>(void (*)(int) throw(int))
   1305  1.7  christos 
   1306  1.7  christos # fold-expression with missing third component could crash.
   1307  1.7  christos _Z12binary_rightIJLi1ELi2ELi3EEEv1AIXfRplT_LiEEE
   1308  1.7  christos _Z12binary_rightIJLi1ELi2ELi3EEEv1AIXfRplT_LiEEE
   1309  1.7  christos 
   1310  1.7  christos # ?: expression with missing third component could crash.
   1311  1.7  christos AquT_quT_4mxautouT_4mxxx
   1312  1.7  christos AquT_quT_4mxautouT_4mxxx
   1313  1.7  christos 
   1314  1.7  christos # pr c++/78252 generic lambda mangling uses template parms, and leads
   1315  1.7  christos # to unbounded recursion if not dealt with properly
   1316  1.7  christos _Z7forwardIRZ3FoovEUlRT_E_EOS0_S1_
   1317  1.7  christos Foo()::{lambda(auto:1&)#1}& forward<Foo()::{lambda(auto:1&)#1}&>(Foo()::{lambda(auto:1&)#1}&)
   1318  1.7  christos 
   1319  1.7  christos _Z7forwardIZ3FoovEUlRiRT_E_EOS1_S2_
   1320  1.7  christos Foo()::{lambda(int&, auto:1&)#1}&& forward<Foo()::{lambda(int&, auto:1&)#1}>(Foo()::{lambda(int&, auto:1&)#1}&)
   1321  1.7  christos 
   1322  1.7  christos _Z7forwardIZ3FoovEUlRT_R1XIiEE0_EOS0_S1_
   1323  1.7  christos Foo()::{lambda(auto:1&, X<int>&)#2}&& forward<Foo()::{lambda(auto:1&, X<int>&)#2}>(Foo()::{lambda(auto:1&, X<int>&)#2}&)
   1324  1.7  christos 
   1325  1.7  christos _Z7forwardIZ3FoovEUlPA5_T_E1_EOS0_RS0_
   1326  1.7  christos Foo()::{lambda(auto:1 (*&&forward<Foo()::{lambda(auto:1 (*) [5])#3}>(auto:1&)) [5])#3}
   1327  1.7  christos 
   1328  1.7  christos _Z3eatIZ3FoovEUlRiRT_E_EvS2_
   1329  1.7  christos void eat<Foo()::{lambda(int&, auto:1&)#1}>(Foo()::{lambda(int&, auto:1&)#1}&)
   1330  1.7  christos 
   1331  1.7  christos _Z3eatIZ3FoovEUlRT_R1XIiEE0_EvS1_
   1332  1.7  christos void eat<Foo()::{lambda(auto:1&, X<int>&)#2}>(Foo()::{lambda(auto:1&, X<int>&)#2}&)
   1333  1.7  christos 
   1334  1.7  christos _Z3eatIZ3FoovEUlPA5_T_E1_EvRS0_
   1335  1.7  christos void eat<Foo()::{lambda(auto:1 (*) [5])#3}>(Foo()::{lambda(auto:1 (*&) [5])#3})
   1336  1.7  christos 
   1337  1.7  christos _Z3eatIPiZ3FoovEUlPT_PT0_E4_EvRS1_RS3_
   1338  1.7  christos void eat<int*, Foo()::{lambda(auto:1*, auto:2*)#6}>(int*&, Foo()::{lambda(auto:1*, auto:2*)#6}&)
   1339  1.7  christos 
   1340  1.7  christos _Z3eatIPiZ3BarIsEvvEUlPsPT_PT0_E0_EvRS3_RS5_
   1341  1.8  christos void eat<int*, Bar<short>()::{lambda(short*, auto:1*, auto:2*)#2}>(int*&, Bar<short>()::{lambda(short*, auto:1*, auto:2*)#2}&)
   1342  1.8  christos 
   1343  1.8  christos _Z1fP1BIXtl1ALi1EEEE
   1344  1.8  christos f(B<A{1}>*)
   1345  1.8  christos 
   1346  1.8  christos _ZTAXtl1ALi1EEE
   1347  1.8  christos template parameter object for A{1}
   1348  1.7  christos 
   1349  1.7  christos # PR 77489
   1350  1.7  christos _ZZ3foovE8localVar_9
   1351  1.7  christos foo()::localVar
   1352  1.7  christos 
   1353  1.7  christos _ZZ3foovE8localVar_10
   1354  1.7  christos foo()::localVar
   1355  1.7  christos 
   1356  1.7  christos _ZZ3foovE8localVar__10_
   1357  1.7  christos foo()::localVar
   1358  1.7  christos 
   1359  1.7  christos _ZZ3foovE8localVar__9_
   1360  1.7  christos _ZZ3foovE8localVar__9_
   1361  1.7  christos 
   1362  1.7  christos _ZZ3foovE8localVar__12
   1363  1.7  christos _ZZ3foovE8localVar__12
   1364  1.7  christos 
   1365  1.7  christos # PR 70182
   1366  1.7  christos _Z1gI1AEv1SIXadsrT_onplEE
   1367  1.7  christos void g<A>(S<&A::operator+>)
   1368  1.7  christos 
   1369  1.7  christos _Z1gI1AEv1SIXadsrT_plEE
   1370  1.7  christos void g<A>(S<&A::operator+>)
   1371  1.7  christos 
   1372  1.7  christos #
   1373  1.7  christos # Test recursion PR67264
   1374  1.7  christos _Z1KIStcvT_E
   1375  1.7  christos _Z1KIStcvT_E
   1376  1.7  christos 
   1377  1.7  christos _ZcvT_IIS0_EE
   1378  1.7  christos _ZcvT_IIS0_EE
   1379  1.7  christos 
   1380  1.7  christos _ZcvT_IZcvT_E1fE
   1381  1.7  christos _ZcvT_IZcvT_E1fE
   1382  1.7  christos 
   1383  1.7  christos _Z1gINcvT_EE
   1384  1.7  christos _Z1gINcvT_EE
   1385  1.7  christos 
   1386  1.7  christos _ZcvT_ILZcvDTT_EEE
   1387  1.7  christos _ZcvT_ILZcvDTT_EEE
   1388  1.7  christos 
   1389  1.7  christos _Z1gIJOOT_EEOT_c
   1390  1.7  christos _Z1gIJOOT_EEOT_c
   1391  1.7  christos 
   1392  1.7  christos _Z1KMMMMMMMMMMMMMMMA_xooooooooooooooo
   1393  1.7  christos _Z1KMMMMMMMMMMMMMMMA_xooooooooooooooo
   1394  1.7  christos 
   1395  1.7  christos _ZdvMMMMMMMMMMMMMrrrrA_DTdvfp_fp_Eededilfdfdfdfd
   1396  1.7  christos _ZdvMMMMMMMMMMMMMrrrrA_DTdvfp_fp_Eededilfdfdfdfd
   1397  1.7  christos #
   1398  1.7  christos # Test for Infinite Recursion PR70909
   1399  1.7  christos 
   1400  1.7  christos _Z1MA_aMMMMA_MMA_MMMMMMMMSt1MS_o11T0000000000t2M0oooozoooo
   1401  1.7  christos _Z1MA_aMMMMA_MMA_MMMMMMMMSt1MS_o11T0000000000t2M0oooozoooo
   1402  1.8  christos #
   1403  1.8  christos # demangler/80513 Test for overflow in d_number
   1404  1.8  christos 
   1405  1.8  christos _Z4294967297x
   1406  1.8  christos _Z4294967297x
   1407  1.8  christos #
   1408  1.8  christos # demangler/82195 members of lambdas
   1409  1.8  christos --no-params
   1410  1.8  christos _ZZZ3FoovENKUlT_E_clIiEEfS_EN5Local2fnEv
   1411  1.8  christos Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::Local::fn()
   1412  1.8  christos Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::Local::fn
   1413  1.8  christos --no-params
   1414  1.8  christos _Z7CaptureIZZ3FoovENKUlT_E_clIiEEvS0_EUlvE_EvOS0_
   1415  1.8  christos void Capture<Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::{lambda()#1}>(Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::{lambda()#1}&&)
   1416  1.8  christos Capture<Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::{lambda()#1}>
   1417  1.8  christos --no-params
   1418  1.8  christos _Z4FrobIZZ3FoovENKUlT_E_clIiEEvS0_EUlvE_Evv
   1419  1.8  christos void Frob<Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::{lambda()#1}>()
   1420  1.8  christos Frob<Foo()::{lambda(auto:1)#1}::operator()<int>(int) const::{lambda()#1}>
   1421  1.8  christos # A lambda {local-class::member-fn}
   1422  1.8  christos --no-params
   1423  1.8  christos _ZZ3FoovENKUlT_E_clIiEEfS_
   1424  1.8  christos float Foo()::{lambda(auto:1)#1}::operator()<int>(int) const
   1425  1.8  christos Foo()::{lambda(auto:1)#1}::operator()<int>
   1426  1.8  christos # template-fn {local-class::member-fn}
   1427  1.8  christos --no-params
   1428  1.8  christos _ZZ3FooIiEfvEN1X2fnEv
   1429  1.8  christos Foo<int>()::X::fn()
   1430  1.8  christos Foo<int>()::X::fn
   1431  1.8  christos # template-fn generic-lambda local-class::member-fn
   1432  1.8  christos --no-params
   1433  1.8  christos _ZZZ3FooIiEfvENKUlT_E_clIcEEDaS0_EN1X2fnEv
   1434  1.8  christos Foo<int>()::{lambda(auto:1)#1}::operator()<char>(char) const::X::fn()
   1435  1.8  christos Foo<int>()::{lambda(auto:1)#1}::operator()<char>(char) const::X::fn
   1436