Searched refs:__GNUC_PREREQ__ (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | EfiCdefs.h | 78 #define __GNUC_PREREQ__(x, y) \ macro 85 #define __GNUC_PREREQ__(x, y) 0 macro 183 #if !__GNUC_PREREQ__(2, 0) 195 #if !__GNUC_PREREQ__(2, 5) 209 #if __GNUC_PREREQ__(2, 7) 217 #if __GNUC_PREREQ__(3, 1) 223 #if __GNUC_PREREQ__(2, 7) 244 #if defined(_MSC_VER) || !__GNUC_PREREQ__(2, 92) 256 #elif __GNUC_PREREQ__(2, 6) 258 #elif __GNUC_PREREQ__(2, 4) [all …]
|
D | fd_set.h | 72 #if __GNUC_PREREQ__(2, 95) 94 #if __GNUC_PREREQ__(2, 95)
|
D | float_ieee754.h | 59 #if __GNUC_PREREQ__(3, 3)
|
D | cdefs_aout.h | 32 #if __GNUC_PREREQ__(4, 0) 64 #if __GNUC_PREREQ__(4, 0)
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/ |
D | cdefs.h | 110 #define __GNUC_PREREQ__(ma, mi) \ macro 113 #define __GNUC_PREREQ__(ma, mi) 0 macro 190 #if !__GNUC_PREREQ__(2, 5) && !defined(__INTEL_COMPILER) 201 #if __GNUC_PREREQ__(2, 7) 221 #if !__GNUC_PREREQ__(2, 95) 264 #elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus) 270 #if __GNUC_PREREQ__(2, 96) 278 #if __GNUC_PREREQ__(3, 1) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800) 284 #if __GNUC_PREREQ__(3, 1) 290 #if __GNUC_PREREQ__(3, 3) [all …]
|
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/ |
D | limits.h | 6 #if __GNUC_PREREQ__(4,4)
|