Home
last modified time | relevance | path

Searched refs:__GNUC_PREREQ__ (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/sys/
HDcdefs.h136 #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 …]
HDstdatomic.h38 #elif __GNUC_PREREQ__(4, 7)
/NextBSD/contrib/netbsd-tests/lib/libobjc/
HDt_threads.m40 #if __GNUC_PREREQ__(4,8)
52 #if __GNUC_PREREQ__(4,8)
67 #if __GNUC_PREREQ__(4,8)
/NextBSD/lib/msun/src/
HDmath.h37 #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/
HDh_stpncpy.c44 #if __GNUC_PREREQ__(4, 8) in main()
/NextBSD/contrib/file/src/
HDfile.h106 #ifndef __GNUC_PREREQ__
108 #define __GNUC_PREREQ__(x, y) \ macro
112 #define __GNUC_PREREQ__(x, y) 0 macro
/NextBSD/include/
HDcomplex.h54 #elif __GNUC_PREREQ__(4, 7)