Searched defs:assert (Results 1 – 4 of 4) sorted by relevance
75 template< bool C > struct assert { typedef void* type; }; argument76 template<> struct assert<false> { typedef AUX778076_ASSERT_ARG(assert) type; }; argument
14 #define assert(expr) \ macro
313 # define assert(expr) _STLP_ASSERT(expr) macro