Searched refs:__GNUC_PREREQ__ (Results 1 – 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
D | cdefs.h | 138 #define __GNUC_PREREQ__(ma, mi) \ macro 141 #define __GNUC_PREREQ__(ma, mi) 0 macro 223 #if !__GNUC_PREREQ__(2, 5) && !defined(__INTEL_COMPILER) 234 #if __GNUC_PREREQ__(2, 7) || defined(__INTEL_COMPILER) 243 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__) 250 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__) 257 #if !__GNUC_PREREQ__(2, 95) 296 #elif __GNUC_PREREQ__(4,6) && !defined(__cplusplus) 337 #elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus) 351 (defined(__clang__) || __GNUC_PREREQ__(4, 6)) && \ [all …]
|