HomeSort by relevance Sort by last modified time
    Searched defs:__GNUC_PREREQ__ (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiCdefs.h 71 * #if __GNUC_PREREQ__(major, minor)
78 #define __GNUC_PREREQ__(x, y) \
85 #define __GNUC_PREREQ__(x, y) 0
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)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 110 #define __GNUC_PREREQ__(ma, mi) \
113 #define __GNUC_PREREQ__(ma, mi) 0
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)
292 #if __GNUC_PREREQ__(3, 3
    [all...]

Completed in 71 milliseconds