Searched refs:NN_PANIC_IF_FALSE (Results 1 – 1 of 1) sorted by relevance
486 #define NN_PANIC_IF_FALSE(exp) (void) ( (exp) || (NN_PANIC ("Failed condition."), 0) ) macro489 #define NN_PANIC_IF_NULL( exp) NN_PANIC_IF_FALSE( exp)