Searched refs:UNITY_MAYBE_EXIT (Results 1 – 1 of 1) sorted by relevance
29 #define UNITY_MAYBE_EXIT(rc) do { exit(rc); } while(0) macro31 #define UNITY_MAYBE_EXIT(rc) do { (void) rc; } while(0)56 UNITY_MAYBE_EXIT(rc); \