[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cfe-dev
Subject:    Re: [cfe-dev] How to demangle _ZN3foocvPT_I3barEEv?
From:       Marshall Clow <mclow.lists () gmail ! com>
Date:       2013-02-11 15:05:07
Message-ID: 6B47045E-08A6-401A-AD6D-91B730DB30AE () gmail ! com
[Download RAW message or body]

On Monday 11 February 2013 14:06:45 fakju666 wrote:
> Can anyone tell me what this is supposed to demangle to:
> 
> _ZN3foocvPT_I3barEEv
> 
> I got this in a call graph generated by opt, and this is the only name that
> c++filt can't process. I think the problem is with the "T_" identifier,
> because c++filt is happy if I replace it with "S_":
> 
> foo::operator foo<bar>*()

$ c++filt -n _ZN3foocvPT_I3barEEv
foo::operator bar*<bar>()

"-n" means "don't strip leading underscore"

-- Marshall

Marshall Clow     Idio Software   <mailto:mclow.lists@gmail.com>

A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly \
                moderated down to (-1, Flamebait).
        -- Yu Suzuki


_______________________________________________
cfe-dev mailing list
cfe-dev@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic