Home
last modified time | relevance | path

Searched refs:triggerassert (Results 1 – 2 of 2) sorted by relevance

/dports/games/powder/powder118_src/
H A Dassert.h38 void triggerassert(int cond, const char *msg, int line, const char *file);
41 triggerassert(cond, #cond, __LINE__, __FILE__)
43 triggerassert(cond, msg, __LINE__, __FILE__)
H A Dassert.cpp37 triggerassert(int cond, const char *msg, int line, const char *file) in triggerassert() function