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

/bionic/libc/include/sys/
H A Dcdefs.h66 * #if __GNUC_PREREQ(major, minor)
73 #define __GNUC_PREREQ(x, y) \ macro
77 #define __GNUC_PREREQ(x, y) 0 macro
169 #if !__GNUC_PREREQ(2, 0)
181 #if !__GNUC_PREREQ(2, 5)
195 #if __GNUC_PREREQ(2, 7)
203 #if __GNUC_PREREQ(3, 1)
209 #if __GNUC_PREREQ(2, 7)
223 #if !__GNUC_PREREQ(2, 8)
227 #if __GNUC_PREREQ(
[all...]

Completed in 79 milliseconds