Searched refs:RCL_Debug_assertProxy (Results 1 – 2 of 2) sorted by relevance
39 #define RCL_Debug_assert(expr) (expr ? (void)0 : RCL_Debug_assertProxy(assert_str(expr), __FILE__, …42 extern void __attribute__((weak)) RCL_Debug_assertProxy(const char *expr, const char *file, int lin…
43 __attribute__((weak)) void RCL_Debug_assertProxy(const char *expr, const char *file, int line) in RCL_Debug_assertProxy() function