Searched defs:__GNUC_PREREQ (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/sys/
H A Dcdefs.h63 * #if __GNUC_PREREQ(major, minor)
70 #define __GNUC_PREREQ(x, y) \ macro
74 #define __GNUC_PREREQ(x, y) 0 macro
166 #if !__GNUC_PREREQ(2, 0)
178 #if !__GNUC_PREREQ(2, 5)
192 #if __GNUC_PREREQ(2, 7)
200 #if __GNUC_PREREQ(3, 1)
206 #if __GNUC_PREREQ(2, 7)
220 #if !__GNUC_PREREQ(2, 8)
224 #if __GNUC_PREREQ(
[all...]

Completed in 38 milliseconds