Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/
Dassert.h476 #define NN_TPANIC_WITH_RESULT_(result, ...) \ macro
482 #define NN_TPANIC_WITH_RESULT_(result, ...) (((void)(result)), nndbgPanic()) macro
506 NN_TPANIC_WITH_RESULT_(nn_result_try_result, "\"%s\" is Failure.", #result); \