Searched refs:UNITY_WEAK_ATTRIBUTE (Results 1 – 2 of 2) sorted by relevance
1183 #if defined(UNITY_WEAK_ATTRIBUTE)1186 UNITY_WEAK_ATTRIBUTE void setUp(void) { } in setUp()1187 UNITY_WEAK_ATTRIBUTE void tearDown(void) { } in tearDown()
295 #if !defined(UNITY_WEAK_ATTRIBUTE) && !defined(UNITY_WEAK_PRAGMA)298 # define UNITY_WEAK_ATTRIBUTE __attribute__((weak)) macro304 # undef UNITY_WEAK_ATTRIBUTE