Searched defs:NDEBUG (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/Support/
H A Dregutils.h47 #ifndef NDEBUG
48 #define NDEBUG /* no assertions please */ macro
/external/compiler-rt/test/tsan/
H A Dsigsuspend.cc4 #ifdef NDEBUG
5 #undef NDEBUG macro
H A Ddeadlock_detector_stress_test.cc11 #undef NDEBUG macro
/external/deqp/framework/delibs/debase/
H A DdeDefs.c46 #if (DE_OS == DE_OS_UNIX || DE_OS == DE_OS_WIN32) && defined(NDEBUG)
48 # undef NDEBUG macro
/external/lldb/source/Symbol/
H A DClangExternalASTSourceCallbacks.cpp16 // Clang headers like to use NDEBUG inside of them to enable/disable debug
17 // releated features using "#ifndef NDEBUG" preprocessor blocks to do one thing
21 // files when NDEBUG is not defined, and this can cause link errors with the
23 // file. So we have to define NDEBUG when including clang headers to avoid any
26 #if !defined(NDEBUG) && !defined(LLVM_NDEBUG_OFF)
28 #define NDEBUG macro
37 #undef NDEBUG macro
H A DClangASTContext.cpp18 // Clang headers like to use NDEBUG inside of them to enable/disable debug
19 // releated features using "#ifndef NDEBUG" preprocessor blocks to do one thing
23 // files when NDEBUG is not defined, and this can cause link errors with the
25 // file. So we have to define NDEBUG when including clang headers to avoid any
28 #if !defined(NDEBUG) && !defined(LLVM_NDEBUG_OFF)
30 #define NDEBUG macro
54 #undef NDEBUG macro
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.h38 #undef NDEBUG macro
/external/v8/src/
H A Dv8.h14 #if defined(DEBUG) && defined(NDEBUG)
16 // version of V8. We do not use NDEBUG and simply undef it here for
18 #undef NDEBUG macro
23 // may use NDEBUG - make sure they are consistent.
24 #if defined(DEBUG) && defined(NDEBUG)
25 #error both DEBUG and NDEBUG are set
/external/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
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw_upload.c28 #undef NDEBUG macro
/external/eigen/test/
H A Dmain.h64 #ifdef NDEBUG
65 #undef NDEBUG macro
68 // On windows CE, NDEBUG is automatically defined <assert.h> if NDEBUG is not defined.
/external/e2fsprogs/e2fsck/
H A Ddict.c21 #define NDEBUG macro
155 #ifndef NDEBUG
396 #ifndef NDEBUG
1065 #ifndef NDEBUG
1193 #ifndef NDEBUG
1204 #ifndef NDEBUG
/external/libvncserver/common/
H A Dminilzo.c2040 #undef NDEBUG macro
2043 # define NDEBUG 1 macro
2048 # define NDEBUG 1
2831 #if defined(__LZO_HASH_INCREMENTAL) && !defined(NDEBUG)
/external/libxml2/
H A Dtrio.c86 #if !(defined(DEBUG) || defined(NDEBUG))
87 # define NDEBUG macro
/external/valgrind/coregrind/m_debuginfo/
H A Dminilzo-inl.c2045 #undef NDEBUG macro
2048 # define NDEBUG 1 macro
2053 # define NDEBUG 1
3002 #if defined(__LZO_HASH_INCREMENTAL) && !defined(NDEBUG)
/external/bison/lib/
H A Dconfig.in.h1830 #undef NDEBUG macro
/external/mesa3d/src/mesa/main/
H A Dmtypes.h3613 # ifndef NDEBUG
3614 # define NDEBUG macro
/external/sqlite/dist/orig/
H A Dsqlite3.c6432 ** defined and if NDEBUG is not defined.
6451 #ifndef NDEBUG
8416 ** NDEBUG and SQLITE_DEBUG are opposites. It should always be true that
8417 ** defined(NDEBUG)==!defined(SQLITE_DEBUG). If this is not currently true,
8418 ** make it true by defining or undefining NDEBUG.
8420 ** Setting NDEBUG makes the code smaller and faster by disabling the
8422 ** to be for NDEBUG to be set and NDEBUG to be undefined only if SQLITE_DEBUG
8423 ** is set. Thus NDEBUG becomes an opt-in rather than an opt-out
8426 #if !defined(NDEBUG)
8427 # define NDEBUG macro
8430 # undef NDEBUG macro
132417 # define NDEBUG macro
132842 # define NDEBUG macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c6432 ** defined and if NDEBUG is not defined.
6451 #ifndef NDEBUG
8416 ** NDEBUG and SQLITE_DEBUG are opposites. It should always be true that
8417 ** defined(NDEBUG)==!defined(SQLITE_DEBUG). If this is not currently true,
8418 ** make it true by defining or undefining NDEBUG.
8420 ** Setting NDEBUG makes the code smaller and faster by disabling the
8422 ** to be for NDEBUG to be set and NDEBUG to be undefined only if SQLITE_DEBUG
8423 ** is set. Thus NDEBUG becomes an opt-in rather than an opt-out
8426 #if !defined(NDEBUG)
8427 # define NDEBUG macro
8430 # undef NDEBUG macro
132435 # define NDEBUG macro
132860 # define NDEBUG macro
[all...]

Completed in 3737 milliseconds