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

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcompiler.h108 * The __FUNCTION__ gcc variable is generally only used for debugging.
109 * If we're not using gcc, define __FUNCTION__ as a cpp symbol here.
112 #ifndef __FUNCTION__
114 # define __FUNCTION__ "VMS$NL:" macro
119 # define __FUNCTION__ __func__ macro
121 # define __FUNCTION__ "<unknown>" macro
/external/mesa3d/src/egl/main/
H A Deglcompiler.h108 * The __FUNCTION__ gcc variable is generally only used for debugging.
109 * If we're not using gcc, define __FUNCTION__ as a cpp symbol here.
112 #ifndef __FUNCTION__
114 # define __FUNCTION__ "VMS$NL:" macro
119 # define __FUNCTION__ __func__ macro
121 # define __FUNCTION__ "<unknown>" macro
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_compiler.h163 /* The __FUNCTION__ gcc variable is generally only used for debugging.
164 * If we're not using gcc, define __FUNCTION__ as a cpp symbol here.
166 #ifndef __FUNCTION__
170 # define __FUNCTION__ __func__ macro
172 # define __FUNCTION__ "<unknown>" macro
176 # define __FUNCTION__ "<unknown>" macro
185 # define __func__ __FUNCTION__
/external/mesa3d/src/gallium/include/pipe/
H A Dp_compiler.h163 /* The __FUNCTION__ gcc variable is generally only used for debugging.
164 * If we're not using gcc, define __FUNCTION__ as a cpp symbol here.
166 #ifndef __FUNCTION__
170 # define __FUNCTION__ __func__ macro
172 # define __FUNCTION__ "<unknown>" macro
176 # define __FUNCTION__ "<unknown>" macro
185 # define __func__ __FUNCTION__
/external/chromium_org/third_party/webrtc/base/
H A Dcommon.h132 #define __FUNCTION__ "" macro
141 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
145 (void)rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
152 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
155 #define VERIFY(x) rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
/external/svox/pico/lib/
H A Dpicodbg.h59 * __FUNCTION__ macro. It expands to the name of the enclosing
61 * define __FUNCTION__ as an empty string.
173 /* Not all compilers support the __FUNCTION__ macro */
174 #if !defined(__FUNCTION__) && !defined(__GNUC__)
175 #define __FUNCTION__ "" macro
222 for (;!(expr);picodbg_assert(__FILE__, __LINE__, __FUNCTION__, #expr))
229 picodbg_log(level, 1, __FILE__, __LINE__, __FUNCTION__, picodbg_varargs msg)
248 picodbg_log(PICODBG_LOG_LEVEL_INFO, 0, __FILE__, __LINE__, __FUNCTION__, "")
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcompiler.h192 * The __FUNCTION__ gcc variable is generally only used for debugging.
193 * If we're not using gcc, define __FUNCTION__ as a cpp symbol here.
196 #ifndef __FUNCTION__
198 # define __FUNCTION__ "VMS$NL:" macro
203 # define __FUNCTION__ __func__ macro
205 # define __FUNCTION__ "<unknown>" macro
215 # define __func__ __FUNCTION__
/external/mesa3d/src/mesa/main/
H A Dcompiler.h192 * The __FUNCTION__ gcc variable is generally only used for debugging.
193 * If we're not using gcc, define __FUNCTION__ as a cpp symbol here.
196 #ifndef __FUNCTION__
198 # define __FUNCTION__ "VMS$NL:" macro
203 # define __FUNCTION__ __func__ macro
205 # define __FUNCTION__ "<unknown>" macro
215 # define __func__ __FUNCTION__
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h34 #define __FUNCTION__ "" macro
53 __FILE__, __LINE__, __FUNCTION__); \
70 __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry)
72 __jbd_kmalloc(__FUNCTION__, (size), (flags), 1)
252 __FUNCTION__, __FILE__, __LINE__, # assert); \
777 printk (KERN_ERR "JBD unimplemented function " __FUNCTION__); \

Completed in 1913 milliseconds