Home
last modified time | relevance | path

Searched defs:DEBUG_ASSERT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Ddebug.h25 #define DEBUG_ASSERT(x) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Ddebug.h46 #define DEBUG_ASSERT(p) ((p) ? 0 : (debug_fatal(__FILE__, __LINE__),0)) macro
69 #define DEBUG_ASSERT(p) macro