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

/external/chromium/third_party/libjingle/source/talk/base/
H A Dcommon.h97 #define __FUNCTION__ "" macro
101 #define ASSERT(x) (void)talk_base::Assert((x),__FUNCTION__,__FILE__,__LINE__,#x)
105 #define VERIFY(x) talk_base::Assert((x),__FUNCTION__,__FILE__,__LINE__,#x)
/external/iptables/include/linux/
H A Dkernel.h47 /* Trap pasters of __FUNCTION__ at compile-time */
48 #define __FUNCTION__ (__func__) macro
/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/mesa3d/src/mesa/main/
H A Dcompiler.h210 * The __FUNCTION__ gcc variable is generally only used for debugging.
211 * If we're not using gcc, define __FUNCTION__ as a cpp symbol here.
214 #ifndef __FUNCTION__
216 # define __FUNCTION__ "VMS$NL:" macro
221 # define __FUNCTION__ __func__ macro
223 # define __FUNCTION__ "<unknown>" macro
233 # define __func__ __FUNCTION__
/external/kernel-headers/original/linux/
H A Dkernel.h348 /* Trap pasters of __FUNCTION__ at compile-time */
349 #define __FUNCTION__ (__func__) macro
/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)
251 __FUNCTION__, __FILE__, __LINE__, # assert); \
776 printk (KERN_ERR "JBD unimplemented function " __FUNCTION__); \

Completed in 194 milliseconds