Searched refs:__GNUC_PREREQ__ (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/include/sys/ |
D | cdefs.h | 52 #define __GNUC_PREREQ__(x, y) \ macro 56 #define __GNUC_PREREQ__(x, y) 0 macro 148 #if !__GNUC_PREREQ__(2, 0) 160 #if !__GNUC_PREREQ__(2, 5) 174 #if __GNUC_PREREQ__(2, 7) 180 #if __GNUC_PREREQ__(3, 1) 186 #if __GNUC_PREREQ__(2, 7) 200 #if !__GNUC_PREREQ__(2, 8) 204 #if __GNUC_PREREQ__(2, 8) 219 #if !__GNUC_PREREQ__(2, 92) [all …]
|