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

  /src/tools/llvm/
module-test.cpp 1 // Test that NDEBUG works
2 #undef NDEBUG
4 #define NDEBUG
  /src/lib/libc/regex/
utils.h 74 #ifndef NDEBUG
75 #define NDEBUG /* no assertions please */
  /src/games/fortune/fortune/
fortune.c 85 #undef NDEBUG
88 #define NDEBUG 1
  /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

Completed in 17 milliseconds