Searched refs:nndbgAssertionFailureHandler (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/dbg/ |
| D | dbg_DebugString.h | 219 …int nndbgAssertionFailureHandler(bool print, const char* filename, int lineno, const char* fmt, ..…
|
| /CTR-SDK-0.14.4/include/nn/ |
| D | assert.h | 49 … (void) ((exp) || nndbgAssertionFailureHandler(true, NN_FILE_NAME, __LINE__, __VA_ARGS__)) 54 (void) ((exp) || nndbgAssertionFailureHandler(false, NULL, __LINE__, NULL)) 95 … (void) ((exp) || nndbgAssertionFailureHandler(true, NN_FILE_NAME, __LINE__, __VA_ARGS__)) 104 (void) ((exp) || nndbgAssertionFailureHandler(false, NULL, __LINE__, NULL))
|
| /CTR-SDK-0.14.4/sources/libraries/dbg/ |
| D | dbg_DebugString.cpp | 121 …NN_WEAK_SYMBOL int nndbgAssertionFailureHandler(bool print, const char* filename, int lineno, cons… in nndbgAssertionFailureHandler() function
|