HomeSort by: relevance | last modified time | path
    Searched refs:NDEBUG (Results 1 - 18 of 18) sorted by relevancy

  /src/tools/llvm/
module-test.cpp 1 // Test that NDEBUG works
2 #undef NDEBUG
4 #define NDEBUG
  /src/usr.bin/m4/lib/
ohash_delete.c 28 #ifndef NDEBUG
  /src/lib/libc/regex/
utils.h 74 #ifndef NDEBUG
75 #define NDEBUG /* no assertions please */
engine.c 375 #ifndef NDEBUG
  /src/usr.bin/mail/
thread.h 38 #define NDEBUG /* disable the asserts */
thread.c 424 #ifndef NDEBUG /* a sanity check if asserts are active */
447 #ifndef NDEBUG
515 #ifndef NDEBUG
523 #endif /* NDEBUG */
  /src/sys/external/isc/libsodium/dist/test/default/
cmptest.h 5 #ifdef NDEBUG
6 #/**/undef/**/ NDEBUG
  /src/include/
assert.h 41 * multiple times, with and without NDEBUG defined.
50 #ifdef NDEBUG
52 #else /* !NDEBUG */
62 #endif /* NDEBUG */
  /src/share/examples/refuse/ian/libfetch/
common.h 99 #ifndef NDEBUG
http.c 128 #ifndef NDEBUG
162 #ifndef NDEBUG
  /src/usr.sbin/syslogd/
syslogd.h 151 #ifdef NDEBUG
tls.c 60 #ifndef NDEBUG
85 #endif /* !NDEBUG */
syslogd.c 4930 #ifdef NDEBUG
4933 * NDEBUG, but if the user also tries to specify the logging details
4949 #else /* !NDEBUG */
4987 #endif /* !NDEBUG */
4990 #ifndef NDEBUG
  /src/sys/external/isc/libsodium/dist/
configure.ac 801 AH_VERBATIM([NDEBUG], [/* Always evaluate assert() calls */
802 #ifdef NDEBUG
803 #/**/undef/**/ NDEBUG
  /src/lib/libc/stdlib/
jemalloc.c 151 # ifdef NDEBUG
152 # undef NDEBUG
155 # ifndef NDEBUG
156 # define NDEBUG
2186 #if (!defined(NDEBUG) || defined(MALLOC_STATS))
3143 #ifdef NDEBUG
  /src/sys/lib/libkern/
libkern.h 245 #ifdef NDEBUG /* tradition! */
  /src/sys/sys/
cdefs.h 318 || (!defined(_KERNEL) && !defined(NDEBUG))
  /src/games/fortune/fortune/
fortune.c 85 #undef NDEBUG
88 #define NDEBUG 1

Completed in 50 milliseconds