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

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dglheader.h275 /* The __FUNCTION__ gcc variable is generally only used for debugging.
276 * If we're not using gcc, define __FUNCTION__ as a cpp symbol here.
279 #ifndef __FUNCTION__
281 # define __FUNCTION__ "VMS$NL:" macro
286 # define __FUNCTION__ __func__ macro
288 # define __FUNCTION__ "<unknown>" macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dcompiler.h93 /* Support gcc's __FUNCTION__ for people using other compilers */
94 #if !defined(__GNUC__) && !defined(__FUNCTION__)
95 #define __FUNCTION__ __func__ /* C99 */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dcompiler.h78 /* Support gcc's __FUNCTION__ for people using other compilers */
79 #if !defined(__GNUC__) && !defined(__FUNCTION__)
80 # define __FUNCTION__ __func__ /* C99 */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dcompiler.h98 /* Support gcc's __FUNCTION__ for people using other compilers */
99 #if !defined(__GNUC__) && !defined(__FUNCTION__)
100 # define __FUNCTION__ __func__ /* C99 */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dcompiler.h98 /* Support gcc's __FUNCTION__ for people using other compilers */
99 #if !defined(__GNUC__) && !defined(__FUNCTION__)
100 # define __FUNCTION__ __func__ /* C99 */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dcompiler.h98 /* Support gcc's __FUNCTION__ for people using other compilers */
99 #if !defined(__GNUC__) && !defined(__FUNCTION__)
100 # define __FUNCTION__ __func__ /* C99 */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dcompiler.h98 /* Support gcc's __FUNCTION__ for people using other compilers */
99 #if !defined(__GNUC__) && !defined(__FUNCTION__)
100 # define __FUNCTION__ __func__ /* C99 */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dcompiler.h98 /* Support gcc's __FUNCTION__ for people using other compilers */
99 #if !defined(__GNUC__) && !defined(__FUNCTION__)
100 # define __FUNCTION__ __func__ /* C99 */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dcompiler.h98 /* Support gcc's __FUNCTION__ for people using other compilers */
99 #if !defined(__GNUC__) && !defined(__FUNCTION__)
100 # define __FUNCTION__ __func__ /* C99 */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dcompiler.h97 /* Support gcc's __FUNCTION__ for people using other compilers */
98 #if !defined(__GNUC__) && !defined(__FUNCTION__)
99 #define __FUNCTION__ __func__ /* C99 */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dcompiler.h97 /* Support gcc's __FUNCTION__ for people using other compilers */
98 #if !defined(__GNUC__) && !defined(__FUNCTION__)
99 #define __FUNCTION__ __func__ /* C99 */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dcompiler.h97 /* Support gcc's __FUNCTION__ for people using other compilers */
98 #if !defined(__GNUC__) && !defined(__FUNCTION__)
99 #define __FUNCTION__ __func__ /* C99 */ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dcompiler.h97 /* Support gcc's __FUNCTION__ for people using other compilers */
98 #if !defined(__GNUC__) && !defined(__FUNCTION__)
99 #define __FUNCTION__ __func__ /* C99 */ macro
/vbox/src/VBox/Additions/solaris/DRM/include/
H A DdrmP.h67 #if !defined(__FUNCTION__)
69 #define __FUNCTION__ __func__ macro
71 #define __FUNCTION__ " " macro
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Ddrm.h72 # ifndef __FUNCTION__
73 # define __FUNCTION__ __func__ /* C99 */ macro

Completed in 1694 milliseconds