Home | History | Annotate | Download | only in sys

Lines Matching defs:__GNUC_PREREQ__

51  *	#if __GNUC_PREREQ__(major, minor)
58 #define __GNUC_PREREQ__(x, y) \
62 #define __GNUC_PREREQ__(x, y) 0
159 #if !__GNUC_PREREQ__(2, 0)
171 #if !__GNUC_PREREQ__(2, 5)
185 #if __GNUC_PREREQ__(2, 7)
191 #if __GNUC_PREREQ__(3, 1)
197 #if __GNUC_PREREQ__(2, 7)
211 #if !__GNUC_PREREQ__(2, 8)
215 #if __GNUC_PREREQ__(2, 8)
230 #if !__GNUC_PREREQ__(2, 92)
240 #if __GNUC_PREREQ__(2, 6)
242 #elif __GNUC_PREREQ__(2, 4)
275 #if __GNUC_PREREQ__(2, 95)
309 #if __GNUC_PREREQ__(2, 96)
317 #if __GNUC_PREREQ__(2, 96)