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

1234567891011>>

/netbsd-current/tools/llvm/
H A Dmodule-test.cpp1 // Test that NDEBUG works
2 #undef NDEBUG macro
4 #define NDEBUG macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregutils.h47 #ifndef NDEBUG
48 #define NDEBUG /* no assertions please */ macro
H A DMemory.cpp18 #ifndef NDEBUG
20 #endif // ifndef NDEBUG
30 #ifndef NDEBUG
53 #endif // ifndef NDEBUG
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCLabel.cpp21 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
/netbsd-current/external/bsd/nvi/dist/regex/
H A Dutils.h49 #ifndef NDEBUG
50 #define NDEBUG /* no assertions please */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dassure.h27 If NDEBUG is not defined, abort the program if E is false.
28 If NDEBUG is defined, the compiler can assume E and behavior is
31 Unlike standard 'assert', this macro evaluates E even when NDEBUG
37 #ifdef NDEBUG
44 However, do nothing if NDEBUG is defined.
46 Unlike standard 'assert', this macro compiles E even when NDEBUG
49 since E is not executed if NDEBUG is defined. */
51 #ifdef NDEBUG
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dassure.h27 If NDEBUG is not defined, abort the program if E is false.
28 If NDEBUG is defined, the compiler can assume E and behavior is
31 Unlike standard 'assert', this macro evaluates E even when NDEBUG
37 #ifdef NDEBUG
44 However, do nothing if NDEBUG is defined.
46 Unlike standard 'assert', this macro compiles E even when NDEBUG
49 since E is not executed if NDEBUG is defined. */
51 #ifdef NDEBUG
/netbsd-current/usr.bin/m4/lib/
H A Dohash_delete.c28 #ifndef NDEBUG
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dassert.h37 #ifdef NDEBUG
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DTypeLocBuilder.h35 #ifndef NDEBUG
76 #ifndef NDEBUG
86 #ifndef NDEBUG
102 #ifndef NDEBUG
115 #ifndef NDEBUG
139 #ifndef NDEBUG
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DStmtViz.cpp21 #ifndef NDEBUG
36 #ifndef NDEBUG
/netbsd-current/lib/libc/regex/
H A Dutils.h74 #ifndef NDEBUG
75 #define NDEBUG /* no assertions please */ macro
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dsanity.h37 #if !defined(NDEBUG)
55 #else /* defined(NDEBUG) */
69 #endif /* !defined(NDEBUG) */
/netbsd-current/external/public-domain/xz/dist/src/xz/
H A Dcoder.h73 #ifndef NDEBUG
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionPrinter.h27 #ifndef NDEBUG
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Ddisplay_aggregates_only_test.cc2 #undef NDEBUG macro
H A Dreport_aggregates_only_test.cc2 #undef NDEBUG macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionPrecedenceTracking.cpp27 #ifndef NDEBUG
37 #ifndef NDEBUG
77 #ifndef NDEBUG
123 #ifndef NDEBUG
H A DTrace.cpp47 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicateDependencyEdge.cpp27 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
31 #endif // if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
/netbsd-current/external/bsd/openldap/dist/include/ac/
H A Dassert.h28 #undef NDEBUG macro
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelWorkList.h32 #ifndef NDEBUG
47 // finalize should be called. Also assert with NDEBUG if list is ever used
53 #ifndef NDEBUG
69 #ifndef NDEBUG
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp84 #ifndef NDEBUG
119 #ifndef NDEBUG
152 #ifndef NDEBUG
158 #endif // NDEBUG
174 #if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)
184 #ifndef NDEBUG
196 #ifndef NDEBUG
208 #ifndef NDEBUG
226 #ifndef NDEBUG
241 #ifndef NDEBUG
[all...]
/netbsd-current/external/bsd/tre/include/
H A Dconfig.h159 #define NDEBUG 1 macro
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebug.h35 #ifndef NDEBUG

Completed in 211 milliseconds

1234567891011>>