Searched refs:_weakCheckFailed (Results 1 – 2 of 2) sorted by relevance
33 void _weakCheckFailed(const char* expr, int line, const char* file);34 #define SLICER_WEAK_CHECK(expr) do { if(!(expr)) slicer::_weakCheckFailed(#expr, __LINE__, __FILE__…
40 void _weakCheckFailed(const char* expr, int line, const char* file) { in _weakCheckFailed() function