Searched refs:__ASSERT_FUNC (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/esp_common/include/ |
D | esp_err.h | 88 #ifndef __ASSERT_FUNC 93 #define __ASSERT_FUNC __ASSERT_FUNCTION /* used in glibc assert.h */ macro 95 #define __ASSERT_FUNC "??" macro 124 __ASSERT_FUNC, #x); \ 144 __ASSERT_FUNC, #x); \
|
/hal_espressif-3.6.0/components/hal/platform_port/include/hal/ |
D | assert.h | 25 #ifndef __ASSERT_FUNC 27 #define __ASSERT_FUNC __ASSERT_FUNCTION macro 29 #define __ASSERT_FUNC "??" macro 36 …) (__builtin_expect(!!(__e), 1) ? (void)0 : __assert_func(__FILE__, __LINE__, __ASSERT_FUNC, #__e))
|
/hal_espressif-3.6.0/components/newlib/platform_include/ |
D | assert.h | 51 __ASSERT_FUNC, #__e))
|
/hal_espressif-3.6.0/components/lwip/port/esp32/include/arch/ |
D | cc.h | 94 #define LWIP_PLATFORM_ASSERT(message) __assert_func(__FILE__, __LINE__, __ASSERT_FUNC, message)
|