We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
The ARMCCREF Manual says,
Holds the name of the function as it appears pretty printed in a language-specific fashion.
www.keil.com/.../armccref_caceedcd.htm
But it totally fails to provide any information at all as to what this "language-specific fashion" might be!
:-(
Is it the same as GCC?
gcc.gnu.org/.../Function-Names.html
Should be. Because of the overloading in C++, you need more info than just the function name.