Home | History | Annotate | Download | only in bits

Lines Matching refs:_Condition

273 #define __glibcxx_assert(_Condition)
288 #define __glibcxx_assert(_Condition) \
291 if (! (_Condition)) \
293 __PRETTY_FUNCTION__, #_Condition); \