Searched refs:__GNUC_PREREQ__ (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/sys/ |
| HD | cdefs.h | 136 #define __GNUC_PREREQ__(ma, mi) \ macro 139 #define __GNUC_PREREQ__(ma, mi) 0 macro 220 #if !__GNUC_PREREQ__(2, 5) && !defined(__INTEL_COMPILER) 231 #if __GNUC_PREREQ__(2, 7) || defined(__INTEL_COMPILER) 240 #if __GNUC_PREREQ__(4, 3) || __has_attribute(__alloc_size__) 245 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__) 252 #if !__GNUC_PREREQ__(2, 95) 296 #elif __GNUC_PREREQ__(4,6) 337 #elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus) 343 #if __GNUC_PREREQ__(2, 96) [all …]
|
| HD | stdatomic.h | 38 #elif __GNUC_PREREQ__(4, 7)
|
| /NextBSD/contrib/netbsd-tests/lib/libobjc/ |
| HD | t_threads.m | 40 #if __GNUC_PREREQ__(4,8) 52 #if __GNUC_PREREQ__(4,8) 67 #if __GNUC_PREREQ__(4,8)
|
| /NextBSD/lib/msun/src/ |
| HD | math.h | 37 #if __GNUC_PREREQ__(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800) 41 #if __GNUC_PREREQ__(3, 0) && !defined(__INTEL_COMPILER) 95 #elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus)
|
| /NextBSD/contrib/netbsd-tests/lib/libc/ssp/ |
| HD | h_stpncpy.c | 44 #if __GNUC_PREREQ__(4, 8) in main()
|
| /NextBSD/contrib/file/src/ |
| HD | file.h | 106 #ifndef __GNUC_PREREQ__ 108 #define __GNUC_PREREQ__(x, y) \ macro 112 #define __GNUC_PREREQ__(x, y) 0 macro
|
| /NextBSD/include/ |
| HD | complex.h | 54 #elif __GNUC_PREREQ__(4, 7)
|