Searched defs:__PRETTY_FUNCTION__ (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dcdefs.h2574 /** @def __PRETTY_FUNCTION__
2575 * With GNU C we'd like to use the builtin __PRETTY_FUNCTION__, so define that
2578 #if !defined(__GNUC__) && !defined(__PRETTY_FUNCTION__)
2580 # define __PRETTY_FUNCTION__ __FUNCSIG__ macro
2582 # define __PRETTY_FUNCTION__ __FUNCTION__ macro
2640 #define RT_SRC_POS __FILE__, __LINE__, RT_GCC_EXTENSION __PRETTY_FUNCTION__

Completed in 1020 milliseconds