Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/posix/
Dutils.h47 #ifndef NDEBUG
48 #define NDEBUG /* no assertions please */ macro
Dregexec.c60 #ifndef NDEBUG
Dengine.c297 #ifndef NDEBUG in matcher()
Dregcomp.c161 #ifndef NDEBUG
/picolibc-latest/newlib/libc/include/
Dassert.h44 #ifdef NDEBUG /* required by ANSI standard */
/picolibc-latest/newlib/libc/search/
Dhash_page.c58 #if !defined(DEBUG) && !defined(NDEBUG)
59 #define NDEBUG macro
Dhash.c42 #if !defined(DEBUG) && !defined(NDEBUG)
43 #define NDEBUG macro
/picolibc-latest/newlib/
DChangeLog-20154012 * libc/posix/regexec.c: Define "nope" only #ifndef NDEBUG.
9859 * libc/include/assert.h (assert) [!NDEBUG]: Use __assert_func when