Searched refs:__GNUC_PREREQ__ (Results 1 - 2 of 2) 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__)
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__(
[all...]
/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)

Completed in 60 milliseconds