Searched refs:error_string (Results 1 – 1 of 1) sorted by relevance
53 #define whd_assert(error_string, assertion) do { if (!(assertion) ){ WHD_TRIGGER_BREAKPOINT(); } } … argument54 #define whd_minor_assert(error_string, \ argument55 … assertion) do { if (!(assertion) ) WPRINT_MACRO( (error_string) ); } while (0)57 #define whd_assert(error_string, \58 … assertion) do { if (!(assertion) ){ WPRINT_MACRO( (error_string) ); } } while (0)59 #define whd_minor_assert(error_string, assertion) do { (void)(assertion); } while (0)