Home | History | Annotate | Download | only in sys

Lines Matching defs:__GNUC_PREREQ__

71 *  #if __GNUC_PREREQ__(major, minor)

78 #define __GNUC_PREREQ__(x, y) \
85 #define __GNUC_PREREQ__(x, y) 0
183 #if !__GNUC_PREREQ__(2, 0)
195 #if !__GNUC_PREREQ__(2, 5)
209 #if __GNUC_PREREQ__(2, 7)
217 #if __GNUC_PREREQ__(3, 1)
223 #if __GNUC_PREREQ__(2, 7)
244 #if defined(_MSC_VER) || !__GNUC_PREREQ__(2, 92)
256 #elif __GNUC_PREREQ__(2, 6)
258 #elif __GNUC_PREREQ__(2, 4)
272 #if __GNUC_PREREQ__(2, 95)
306 #if __GNUC_PREREQ__(2, 96)
361 #if __GNUC_PREREQ__(4,4)
369 #endif /* __GNUC_PREREQ__(4,4) */