HomeSort by: relevance | last modified time | path
    Searched defs:__FUNCTION__ (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/include/
tcslog.h 21 #ifndef __FUNCTION__
22 #define __FUNCTION__ __func__
38 #define LogDebugFn(fmt, ...) LogMessage(stdout, LOG_DEBUG, APPID, "%s:%d %s: " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__)
  /src/external/gpl3/gcc/dist/gcc/
system.h 750 /* Various error reporting routines want to use __FUNCTION__. */
752 #ifndef __FUNCTION__
753 #define __FUNCTION__ "?"
754 #endif /* ! __FUNCTION__ */
816 #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__)
821 ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
854 #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__))
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 728 /* Various error reporting routines want to use __FUNCTION__. */
730 #ifndef __FUNCTION__
731 #define __FUNCTION__ "?"
732 #endif /* ! __FUNCTION__ */
785 #define abort() fancy_abort (__FILE__, __LINE__, __FUNCTION__)
790 ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
823 #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__))
  /src/sys/external/bsd/drm/dist/shared-core/
drm.h 72 # ifndef __FUNCTION__
73 # define __FUNCTION__ __func__ /* C99 */

Completed in 31 milliseconds