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.h254 #if !__GNUC_PREREQ__(2, 95)
298 #elif __GNUC_PREREQ__(4,6)
345 #if __GNUC_PREREQ__(2, 96)
359 #if __GNUC_PREREQ__(3, 1)
365 #if __GNUC_PREREQ__(3, 3)
373 #if __GNUC_PREREQ__(3, 4)
381 #if __GNUC_PREREQ__(4, 1)
455 #if __GNUC_PREREQ__(2, 96)
463 #if __GNUC_PREREQ__(4, 0)
477 #if __GNUC_PREREQ__(4, 1)
[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)