The CodeWarrior C++ compiler has features and capabilities that are not described in the ISO/IEC 14882:2003 C++ standard:
__PRETTY_FUNCTION__ Identifier
The __PRETTY_FUNCTION__ predefined identifier represents the qualified (unmangled) C++ name of the function being compiled.