Searched refs:_Assert (Results 1 – 2 of 2) sorted by relevance
104 static void _STLP_CALL _Assert(const char* __expr, const char* __f, int __l);161 if (!(expr)) { _STLP_PRIV __stl_debugger::_Assert( # expr, _STLP_FILE__, __LINE__); }
423 __stl_debug_engine<_Dummy>::_Assert(const char* __expr, const char* __f, int __l) { in _Assert() function