Lines Matching full:gt_assert
22 * are acutally compiled into the client: GT_TRACE and GT_ASSERT. If
24 * will be compiled out of the client. If GT_ASSERT is set to 0 then
25 * assertions will be compiled out of the client. GT_ASSERT can not be
27 * GT_ASSERT == 1).
44 #if !defined(GT_ASSERT) || GT_TRACE
45 #define GT_ASSERT 1
99 * ======== GT_assert ========
103 GT_assert(struct GT_Mask mask, Int expr)
245 #if GT_ASSERT == 0
247 #define GT_assert( mask, expr )
256 #define GT_assert( mask, expr ) \