Searched refs:NDEBUG (Results 1 - 25 of 337) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregutils.h44 #ifndef NDEBUG
45 #define NDEBUG /* no assertions please */ macro
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCLabel.cpp19 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
H A DMCValue.cpp34 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuilder.h19 #ifdef NDEBUG
/freebsd-10-stable/contrib/nvi/regex/
H A Dutils.h50 #ifndef NDEBUG
51 #define NDEBUG /* no assertions please */ macro
/freebsd-10-stable/lib/libc/regex/
H A Dutils.h45 #ifndef NDEBUG
46 #define NDEBUG /* no assertions please */ macro
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DLeakDetector.h14 // When compiling with NDEBUG (Release build), this class does nothing, thus
38 #ifndef NDEBUG
48 #ifndef NDEBUG
61 #ifndef NDEBUG
71 #ifndef NDEBUG
76 #ifndef NDEBUG
H A DValgrind.h23 #if LLVM_ENABLE_THREADS != 0 && !defined(NDEBUG)
45 #if LLVM_ENABLE_THREADS != 0 && !defined(NDEBUG)
H A DDebug.h39 #ifndef NDEBUG
/freebsd-10-stable/contrib/libyaml/tests/
H A Dtest-version.c6 #ifdef NDEBUG
7 #undef NDEBUG macro
H A Drun-loader.c6 #ifdef NDEBUG
7 #undef NDEBUG macro
H A Drun-parser.c6 #ifdef NDEBUG
7 #undef NDEBUG macro
H A Drun-scanner.c6 #ifdef NDEBUG
7 #undef NDEBUG macro
/freebsd-10-stable/crypto/openssl/crypto/aes/
H A Daes_ecb.c53 # ifndef NDEBUG
54 # define NDEBUG macro
/freebsd-10-stable/crypto/openssl/crypto/camellia/
H A Dcmll_ecb.c53 # ifndef NDEBUG
54 # define NDEBUG macro
/freebsd-10-stable/contrib/groff/src/include/
H A Dassert.h35 #ifdef NDEBUG
/freebsd-10-stable/usr.bin/m4/lib/
H A Dohash_delete.c30 #ifndef NDEBUG
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DTypeLocBuilder.h36 #ifndef NDEBUG
79 #ifndef NDEBUG
89 #ifndef NDEBUG
105 #ifndef NDEBUG
118 #ifndef NDEBUG
142 #ifndef NDEBUG
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DStmtViz.cpp22 #ifndef NDEBUG
37 #ifndef NDEBUG
/freebsd-10-stable/contrib/ncurses/menu/
H A Dmf_common.h56 # ifdef NDEBUG
57 # undef NDEBUG macro
/freebsd-10-stable/cddl/compat/opensolaris/include/
H A Dassert.h32 #ifdef NDEBUG
39 #endif /* NDEBUG */
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dsanity.h33 #if !defined(NDEBUG)
51 #else /* defined(NDEBUG) */
65 #endif /* !defined(NDEBUG) */
/freebsd-10-stable/include/
H A Dassert.h42 * multiple times, with and without NDEBUG defined.
48 #ifdef NDEBUG
56 #endif /* NDEBUG */
/freebsd-10-stable/contrib/xz/src/xz/
H A Dcoder.h73 #ifndef NDEBUG
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCommon.h13 // Clang headers like to use NDEBUG inside of them to enable/disable debug
14 // releated features using "#ifndef NDEBUG" preprocessor blocks to do one thing
18 // files when NDEBUG is not defined, and this can cause link errors with the
20 // file. So we have to define NDEBUG when including clang headers to avoid any
23 #if !defined(NDEBUG) && !defined(LLVM_NDEBUG_OFF)
25 #define NDEBUG macro
33 #undef NDEBUG macro

Completed in 407 milliseconds

1234567891011>>