Searched defs:__FUNCTION__ (Results 1 - 5 of 5) 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/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 247 milliseconds