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

123

/external/stlport/test/eh/
H A Dmwerks_nosgi_prefix.h5 #define NDEBUG 1 macro
H A Dmwerks_prefix.h4 #define NDEBUG 1 macro
/external/llvm/lib/Support/
H A Dregutils.h47 #ifndef NDEBUG
48 #define NDEBUG /* no assertions please */ macro
/external/openssl/crypto/aes/
H A Daes_ecb.c53 # ifndef NDEBUG
54 # define NDEBUG macro
H A Daes_core.c32 # ifndef NDEBUG
33 # define NDEBUG macro
H A Daes_x86core.c39 # ifndef NDEBUG
40 # define NDEBUG macro
/external/compiler-rt/test/tsan/
H A Dsigsuspend.cc4 #ifdef NDEBUG
5 #undef NDEBUG macro
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.h38 #undef NDEBUG macro
/external/chromium_org/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/deqp/framework/delibs/debase/
H A DdeDefs.c46 #if (DE_OS == DE_OS_UNIX) && 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
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.h38 #undef NDEBUG macro
/external/openssl/crypto/modes/
H A Dofb128.c56 # ifndef NDEBUG
57 # define NDEBUG macro
H A Dcbc128.c56 # ifndef NDEBUG
57 # define NDEBUG macro
H A Dxts128.c55 # ifndef NDEBUG
56 # define NDEBUG macro
H A Dcfb128.c56 # ifndef NDEBUG
57 # define NDEBUG macro
H A Dctr128.c56 # ifndef NDEBUG
57 # define NDEBUG macro
H A Dccm128.c55 # ifndef NDEBUG
56 # define NDEBUG macro
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dgles2_spinning_cube.cc20 #undef NDEBUG macro
/external/chromium_org/third_party/webrtc/test/channel_transport/
H A Dchannel_transport.cc24 #undef NDEBUG macro
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dutil.h51 #if !defined(lint) && !defined(NDEBUG)
52 # define NDEBUG macro
/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/openssl/crypto/conf/
H A Dconf_api.c62 # undef NDEBUG /* avoid conflicting definitions */ macro
63 # define NDEBUG macro
/external/chromium_org/ppapi/examples/gles2/
H A Dgles2.cc27 #undef NDEBUG macro
/external/chromium_org/ppapi/examples/compositor/
H A Dcompositor.cc35 #undef NDEBUG macro

Completed in 338 milliseconds

123