Home
last modified time | relevance | path

Searched refs:__ASSERT_FUNCTION (Results 1 – 1 of 1) sorted by relevance

/assert/
A Dassert.h92 : __assert_fail (#expr, __FILE__, __LINE__, __ASSERT_FUNCTION))
97 : __assert_fail (#expr, __FILE__, __LINE__, __ASSERT_FUNCTION))
109 __assert_fail (#expr, __FILE__, __LINE__, __ASSERT_FUNCTION); \
117 : __assert_perror_fail ((errnum), __FILE__, __LINE__, __ASSERT_FUNCTION))
126 # define __ASSERT_FUNCTION __extension__ __PRETTY_FUNCTION__ macro
129 # define __ASSERT_FUNCTION __func__
131 # define __ASSERT_FUNCTION ((const char *) 0)

Completed in 9 milliseconds