Searched refs:NDEBUG (Results 1 – 25 of 112) sorted by relevance
12345
245 #ifndef NDEBUG246 #define NDEBUG (0) macro250 do { if ((NDEBUG) & (flg)) \254 do { if ((NDEBUG) & (flg)) \258 #if NDEBUG260 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)262 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
36 …defined(BOOST_DISABLE_ASSERTS) || ( defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && defined(NDEBUG) )42 …(BOOST_ENABLE_ASSERT_HANDLER) || ( defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && !defined(NDEBUG) )62 #if defined(NDEBUG)75 #if defined(BOOST_DISABLE_ASSERTS) || ( !defined(BOOST_ENABLE_ASSERT_HANDLER) && defined(NDEBUG) )
5 Subject: [PATCH] Fix build with NDEBUG defined7 Build with NDEBUG fails because the debug() macro becomes empty. This32 #ifdef NDEBUG
34 …defined(BOOST_DISABLE_ASSERTS) || ( defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && defined(NDEBUG) )38 …(BOOST_ENABLE_ASSERT_HANDLER) || ( defined(BOOST_ENABLE_ASSERT_DEBUG_HANDLER) && !defined(NDEBUG) )
20 #ifdef NDEBUG /* N.B. assert used with active statements so enable always. */21 #undef NDEBUG /* Must undef above assert.h or other that might include it. */
75 #ifndef NDEBUG in Debugging()93 #ifndef NDEBUG
32 #ifndef NDEBUG94 #ifndef NDEBUG in bindLocations()
17 #ifndef NDEBUG
12 #ifndef NDEBUG
8 #ifndef NDEBUG
87 #ifndef NDEBUG in SmartBufferPriv()133 #ifndef NDEBUG in buf_ref()152 #ifndef NDEBUG in buf_unref()
9 #ifndef NDEBUG
3 #ifndef NDEBUG
72 #if defined(ENABLE_ASSERT) || !defined(NDEBUG)
17 #undef NDEBUG
2 #undef NDEBUG
16 #ifdef NDEBUG
22 …ABLE_ASSERT_HANDLER) || ( defined(BOOST_GEOMETRY_ENABLE_ASSERT_DEBUG_HANDLER) && !defined(NDEBUG) )