Searched refs:NDEBUG (Results 1 – 8 of 8) sorted by relevance
47 #ifndef NDEBUG48 #define NDEBUG /* no assertions please */ macro
60 #ifndef NDEBUG
297 #ifndef NDEBUG in matcher()
161 #ifndef NDEBUG
44 #ifdef NDEBUG /* required by ANSI standard */
58 #if !defined(DEBUG) && !defined(NDEBUG)59 #define NDEBUG macro
42 #if !defined(DEBUG) && !defined(NDEBUG)43 #define NDEBUG macro
4012 * libc/posix/regexec.c: Define "nope" only #ifndef NDEBUG.9859 * libc/include/assert.h (assert) [!NDEBUG]: Use __assert_func when