Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in demangling #163

Closed
EmingK opened this issue Oct 24, 2018 · 2 comments
Closed

Error in demangling #163

EmingK opened this issue Oct 24, 2018 · 2 comments
Labels

Comments

@EmingK
Copy link

EmingK commented Oct 24, 2018

Mangled name:

_ZNSt3__18__invokeIZN13CallBackTimer5startEiNS_8functionIFvvEEEEUlvE_JEEEDTclclsr3std3__1E7forwardIT_Efp_Espclsr3std3__1E7forwardIT0_Efp0_EEEOS6_DpOS7_

libiberty:

_ZNSt3__18__invokeIZN13CallBackTimer5startEiNS_8functionIFvvEEEEUlvE_JEEEDTclclsr3std3__1E7forwardIT_Efp_Espclsr3std3__1E7forwardIT0_Efp0_EEEOS6_DpOS7_

cppfilt:

std::__1::__invoke<CallBackTimer::start(int, std::__1::function<void ()>)::{lambda()#1}, >DTclclsr3std3__1E7forwardIT_Efp_Espclsr3std3__1E7forwardIT0_Efp0_EEEOS6_DpOS7_

llvm-cxxfilt:

decltype(std::__1::forward<CallBackTimer::start(int, std::__1::function<void ()>)::'lambda'()>(fp)()) std::__1::__invoke<CallBackTimer::start(int, std::__1::function<void ()>)::'lambda'()>(CallBackTimer::start(int, std::__1::function<void ()>)::'lambda'()&&)
@fitzgen fitzgen added the bug label Oct 24, 2018
@fitzgen
Copy link
Member

fitzgen commented Oct 24, 2018

Thanks for the bug report!

@Saldivarcher
Copy link
Collaborator

Saldivarcher commented Mar 20, 2020

Looks like this is now:

decltype (((std::__1::forward<CallBackTimer::start(int, std::__1::function<void ()>)::{lambda()#1}>)({parm#1}))(((std::__1::forward<>)({parm#2}))...)) std::__1::__invoke<CallBackTimer::start(int, std::__1::function<void ()>)::{lambda()#1}, >(CallBackTimer::start(int, std::__1::function<void ()>)::{lambda()#1}&&, &&)

@EmingK EmingK closed this as completed Jul 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants