Lines Matching defs:NDEBUG

8491 ** defined and if NDEBUG is not defined.
8510 #ifndef NDEBUG
14193 ** NDEBUG and SQLITE_DEBUG are opposites. It should always be true that
14194 ** defined(NDEBUG)==!defined(SQLITE_DEBUG). If this is not currently true,
14195 ** make it true by defining or undefining NDEBUG.
14197 ** Setting NDEBUG makes the code smaller and faster by disabling the
14199 ** to be for NDEBUG to be set and NDEBUG to be undefined only if SQLITE_DEBUG
14200 ** is set. Thus NDEBUG becomes an opt-in rather than an opt-out
14203 #if !defined(NDEBUG) && !defined(SQLITE_DEBUG)
14204 # define NDEBUG 1
14206 #if defined(NDEBUG) && defined(SQLITE_DEBUG)
14207 # undef NDEBUG
14244 #if !defined(NDEBUG) || defined(SQLITE_COVERAGE_TEST)
14258 #ifndef NDEBUG
14290 #elif !defined(NDEBUG)
14322 #elif !defined(NDEBUG)
15996 #if !defined(NDEBUG) || defined(SQLITE_TEST)
16379 #ifndef NDEBUG
16422 #ifndef NDEBUG
23134 #if !defined(SQLITE_OMIT_EXPLAIN) || !defined(NDEBUG) \
29088 #ifndef NDEBUG
29401 #if !defined(NDEBUG) || defined(SQLITE_DEBUG)
47072 #ifndef NDEBUG
47077 #ifndef NDEBUG
47082 #ifndef NDEBUG
47088 #ifndef NDEBUG
47092 #ifndef NDEBUG
47097 #ifndef NDEBUG
49656 #if !defined(NDEBUG) || !defined(SQLITE_NO_SYNC) || \
50348 #ifndef NDEBUG
51701 #if !defined(NDEBUG) || SQLITE_OS_WINCE
51711 #ifndef NDEBUG
57947 #ifndef NDEBUG
58086 #endif /* ifndef NDEBUG */
58366 ** is defined, and NDEBUG is not defined, an assert() statement checks
61316 #if !defined(NDEBUG) || defined(SQLITE_TEST)
63337 #ifndef NDEBUG
70385 #ifndef NDEBUG
70447 #ifndef NDEBUG
70469 #endif /* NDEBUG */
70471 #ifndef NDEBUG
70495 #endif /* NDEBUG */
73989 #ifndef NDEBUG
73992 ** in assert() expressions, so it is only compiled if NDEBUG is not
75351 #ifndef NDEBUG
75378 #ifndef NDEBUG /* The next routine used only within assert() statements */
75387 #endif /* NDEBUG */
86497 #endif /* NDEBUG */
87990 ** This is a no-op if NDEBUG is defined.
87992 #ifndef NDEBUG
88891 #if !defined(NDEBUG) && !defined(SQLITE_OMIT_FLOATING_POINT)
93744 #ifndef NDEBUG
102155 ** the evaluator loop. So we can leave it out when NDEBUG is defined.
102157 #ifndef NDEBUG
102178 #endif /* NDEBUG */
107694 #ifndef NDEBUG
173955 #ifndef NDEBUG
173959 #endif /* NDEBUG */
173961 #ifndef NDEBUG
173985 #endif /* NDEBUG */
173987 #if defined(YYCOVERAGE) || !defined(NDEBUG)
174314 #endif /* defined(YYCOVERAGE) || !defined(NDEBUG) */
174316 #ifndef NDEBUG
174730 #endif /* NDEBUG */
174756 #ifndef NDEBUG
174962 #ifndef NDEBUG
174982 #ifndef NDEBUG
175098 #ifndef NDEBUG
175114 #ifndef NDEBUG
175120 #endif /* NDEBUG */
175169 #ifndef NDEBUG
175188 #ifndef NDEBUG
177687 #ifndef NDEBUG
177734 #ifndef NDEBUG
177794 #ifndef NDEBUG
177812 #ifndef NDEBUG
177828 #endif /* NDEBUG */
177865 #ifndef NDEBUG
177895 #ifndef NDEBUG
177961 #ifndef NDEBUG
180114 #ifndef NDEBUG
184910 #ifndef NDEBUG
185515 #if !defined(NDEBUG) && !defined(SQLITE_DEBUG)
185516 # define NDEBUG 1
185939 #elif !defined(NDEBUG)
185964 #if !defined(NDEBUG) && !defined(SQLITE_DEBUG)
185965 # define NDEBUG 1
198384 #ifndef NDEBUG
210391 #if !defined(NDEBUG) && !defined(SQLITE_DEBUG)
210392 # define NDEBUG 1
210394 #if defined(NDEBUG) && defined(SQLITE_DEBUG)
210395 # undef NDEBUG
210403 #elif !defined(NDEBUG)
231414 #if !defined(NDEBUG) && !defined(SQLITE_DEBUG)
231415 # define NDEBUG 1
231417 #if defined(NDEBUG) && defined(SQLITE_DEBUG)
231418 # undef NDEBUG
232091 #elif !defined(NDEBUG)
233339 #ifndef NDEBUG
233343 #endif /* NDEBUG */
233345 #ifndef NDEBUG
233369 #endif /* NDEBUG */
233371 #if defined(fts5YYCOVERAGE) || !defined(NDEBUG)
233403 #endif /* defined(fts5YYCOVERAGE) || !defined(NDEBUG) */
233405 #ifndef NDEBUG
233438 #endif /* NDEBUG */
233464 #ifndef NDEBUG
233605 #ifndef NDEBUG
233625 #ifndef NDEBUG
233741 #ifndef NDEBUG
233757 #ifndef NDEBUG
233763 #endif /* NDEBUG */
233812 #ifndef NDEBUG
233831 #ifndef NDEBUG
234163 #ifndef NDEBUG
234208 #ifndef NDEBUG
234268 #ifndef NDEBUG
234286 #ifndef NDEBUG
234302 #endif /* NDEBUG */
234339 #ifndef NDEBUG
234369 #ifndef NDEBUG
234435 #ifndef NDEBUG
236709 #ifndef NDEBUG
236820 #ifndef NDEBUG
238728 #ifndef NDEBUG
239577 #ifndef NDEBUG
248693 /* Used by extra internal tests only run if NDEBUG is not defined */
251436 UNUSED_PARAM(pVtab); /* Call below is a no-op for NDEBUG builds */