Searched refs:__GNUC_PREREQ__ (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/include/lib/libc/sys/ |
| H A D | cdefs.h | 129 #define __GNUC_PREREQ__(ma, mi) \ macro 132 #define __GNUC_PREREQ__(ma, mi) 0 macro 202 #if !__GNUC_PREREQ__(2, 5) 213 #if __GNUC_PREREQ__(2, 7) 222 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__) 229 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__) 235 #if !__GNUC_PREREQ__(2, 95) 262 !__has_extension(cxx_atomic) && !__GNUC_PREREQ__(4, 7) 280 #elif __GNUC_PREREQ__(4,6) && !defined(__cplusplus) 321 #elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus) [all …]
|