Searched refs:__assert_func (Results 1 – 6 of 6) sorted by relevance
/picolibc-latest/newlib/libc/machine/nvptx/ |
D | assert.c | 25 __assert_func (const char *file, in __assert_func() function 40 __assert_func (file, line, NULL, failedexpr); in __assert()
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | assert.c | 16 __assert_func (const char *file, in __assert_func() function 40 __assert_func (file, line, NULL, failedexpr); in __assert()
|
/picolibc-latest/newlib/libc/include/ |
D | assert.h | 69 # define assert(__e) ((__e) ? (void)0 : __assert_func (__FILE__, __LINE__, \ 77 _Noreturn void __assert_func (const char *, int, const char *, const char *);
|
/picolibc-latest/newlib/libc/stdlib/ |
D | assert.c | 59 __assert_func (file, line, NULL, failedexpr); in __assert()
|
D | assert_func.c | 57 __assert_func (const char *file, in __assert_func() function
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 5744 __assert_func if HAVE_ASSERT_FUNC flag is set. 9857 * libc/stdlib/assert.c (__assert_func): New function. 9858 (__assert): Use __assert_func. 9859 * libc/include/assert.h (assert) [!NDEBUG]: Use __assert_func when
|