Searched defs:__func__ (Results 1 - 2 of 2) sorted by path

/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
H A Dcdefs.h310 #define __func__ NULL macro
/device/linaro/bootloader/edk2/StdLib/Include/sys/
H A DEfiCdefs.h19 __func__ Defined to __FUNC__, __FUNCTION__, or NULL as appropriate.
250 * C99 defines __func__ predefined identifier, which was made available
255 #define __func__ __FUNCTION__ /* Use the MS-specific predefined macro */ macro
257 #define __func__ __PRETTY_FUNCTION__ macro
259 #define __func__ __FUNCTION__ macro
261 #define __func__ "" macro

Completed in 519 milliseconds