Home | History | Annotate | Download | only in sys

Lines Matching refs:__GNUC_PREREQ

66  *	#if __GNUC_PREREQ(major, minor)
73 #define __GNUC_PREREQ(x, y) \
77 #define __GNUC_PREREQ(x, y) 0
171 #if !__GNUC_PREREQ(2, 0)
183 #if !__GNUC_PREREQ(2, 5)
197 #if __GNUC_PREREQ(2, 7)
205 #if __GNUC_PREREQ(3, 1)
211 #if __GNUC_PREREQ(2, 7)
225 #if !__GNUC_PREREQ(2, 8)
229 #if __GNUC_PREREQ(2, 8)
249 #if !__GNUC_PREREQ(2, 92)
259 #if __GNUC_PREREQ(2, 6)
261 #elif __GNUC_PREREQ(2, 4)
273 #if __GNUC_PREREQ(2, 95)
307 #if __GNUC_PREREQ(2, 96)
315 #if __GNUC_PREREQ(2, 96)
325 #if __GNUC_PREREQ(3, 1)
331 #if __GNUC_PREREQ(3, 4)
337 #if __GNUC_PREREQ(4, 3)
546 #if __GNUC_PREREQ(4,3) || __has_attribute(__artificial__)