Searched defs:NN_ASSERTMSG_WITH_RESULT (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/ |
| D | assert.h | 89 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) macro 342 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) NN_ASSERTMSG(exp, __VA_ARGS__) macro 348 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) \ macro 354 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) \ macro 361 #define NN_ASSERTMSG_WITH_RESULT(exp, result, ...) ((void)0) macro
|