Home
last modified time | relevance | path

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

/mirbsd/src/sys/sys/
Dcdefs.h63 #define __GNUC_PREREQ__(ma, mi) \ macro
66 #define __GNUC_PREREQ__(ma, mi) 0 macro
125 #if !__GNUC_PREREQ__(2, 5) && !defined(__NWCC__)
131 #elif __GNUC_PREREQ__(3, 4) || !defined(__STRICT_ANSI__)
167 #elif __GNUC_PREREQ__(2, 96)
185 #if (__GNUC__ >= 3) || __GNUC_PREREQ__(2, 7)
193 #if !__GNUC_PREREQ__(2, 8)
/mirbsd/src/include/
Dmath.h72 #if __GNUC_PREREQ__(3, 3)
89 #if __GNUC_PREREQ__(3, 3)
105 #elif __GNUC_PREREQ__(3, 3)
113 #if __GNUC_PREREQ__(3,3)
/mirbsd/src/lib/csu/common_elf/
Dcrtbegin.c68 #if !defined(HAVE_VERSION_SPECIFIC_GCC_LIBS) && __GNUC_PREREQ__(3, 3)
72 #if __GNUC_PREREQ__(3, 0)
Dcrtend.c12 #if !defined(HAVE_VERSION_SPECIFIC_GCC_LIBS) && __GNUC_PREREQ__(3, 3)