Searched refs:__has_attribute (Results 1 – 2 of 2) sorted by relevance
232 #ifndef __has_attribute233 #define __has_attribute(x) 0 macro241 #if __has_attribute(cold) || __GNUC_PREREQ(4, 3)249 #if __has_attribute(noinline) || __GNUC_PREREQ(3, 1)
47 #ifndef __has_attribute48 #define __has_attribute(x) 0 macro56 #if __has_attribute(cold) || __GNUC_PREREQ(4, 3)64 #if __has_attribute(noinline) || __GNUC_PREREQ(3, 1)