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

1 2 3

  /src/tools/llvm/
module-test.cpp 1 // Test that NDEBUG works
2 #undef NDEBUG
4 #define NDEBUG
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
user_counters_thousands_test.cc 2 #undef NDEBUG
display_aggregates_only_test.cc 2 #undef NDEBUG
report_aggregates_only_test.cc 2 #undef NDEBUG
options_test.cc 5 #if defined(NDEBUG)
6 #undef NDEBUG
cxx03_test.cc 1 #undef NDEBUG
user_counters_tabular_test.cc 2 #undef NDEBUG
complexity_test.cc 1 #undef NDEBUG
  /src/external/bsd/openldap/dist/include/ac/
assert.h 28 #undef NDEBUG
  /src/external/bsd/pam-u2f/dist/tests/
dlsym_check.c 5 #undef NDEBUG
expand.c 5 #undef NDEBUG
get_devices.c 5 #undef NDEBUG
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regutils.h 47 #ifndef NDEBUG
48 #define NDEBUG /* no assertions please */
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
options_test.cc 5 #if defined(NDEBUG)
6 #undef NDEBUG
cxx03_test.cc 1 #undef NDEBUG
user_counters_tabular_test.cc 2 #undef NDEBUG
user_counters_test.cc 2 #undef NDEBUG
  /src/external/bsd/nvi/dist/regex/
utils.h 49 #ifndef NDEBUG
50 #define NDEBUG /* no assertions please */
  /src/external/mit/expat/dist/tests/
chardata.c 38 #if defined(NDEBUG)
39 # undef NDEBUG /* because test suite relies on assert(...) at the moment */
nsalloc_tests.c 43 #if defined(NDEBUG)
44 # undef NDEBUG /* because test suite relies on assert(...) at the moment */
structdata.c 34 #if defined(NDEBUG)
35 # undef NDEBUG /* because test suite relies on assert(...) at the moment */
  /src/external/bsd/libfido2/dist/regress/
compress.c 8 #undef NDEBUG
dev.c 8 #undef NDEBUG
  /src/lib/libc/regex/
utils.h 74 #ifndef NDEBUG
75 #define NDEBUG /* no assertions please */
  /src/sys/external/isc/libsodium/dist/test/default/
cmptest.h 5 #ifdef NDEBUG
6 #/**/undef/**/ NDEBUG

Completed in 22 milliseconds

1 2 3