Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.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__)
247 #if __GNUC_PREREQ__(4, 9) || __has_attribute(__alloc_align__)
254 #if !__GNUC_PREREQ__(2, 95)
298 #elif __GNUC_PREREQ__(4,6)
339 #elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus)
345 #if __GNUC_PREREQ__(2, 96)
[all …]
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dcdefs.h35 #define __GNUC_PREREQ__(ma, mi) \ macro
38 #define __GNUC_PREREQ__(ma, mi) 0 macro
73 #elif __GNUC_PREREQ__(4,6)
88 #if __GNUC_PREREQ__(4, 1)
/illumos-gate/usr/src/boot/include/
H A Dmath.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)