Home
last modified time | relevance | path

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

/trueos/sys/sys/
HDcdefs.h137 #define __GNUC_PREREQ__(ma, mi) \ macro
140 #define __GNUC_PREREQ__(ma, mi) 0 macro
219 #if !__GNUC_PREREQ__(2, 5) && !defined(__INTEL_COMPILER)
230 #if __GNUC_PREREQ__(2, 7)
250 #if !__GNUC_PREREQ__(2, 95)
328 #elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus)
334 #if __GNUC_PREREQ__(2, 96)
342 #if __GNUC_PREREQ__(3, 1) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
348 #if __GNUC_PREREQ__(3, 1)
354 #if __GNUC_PREREQ__(3, 3)
[all …]
HDstdatomic.h38 #elif __GNUC_PREREQ__(4, 7)
/trueos/contrib/netbsd-tests/lib/libobjc/
HDt_threads.m40 #if __GNUC_PREREQ__(4,8)
52 #if __GNUC_PREREQ__(4,8)
67 #if __GNUC_PREREQ__(4,8)
/trueos/lib/msun/src/
HDmath.h37 #if __GNUC_PREREQ__(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
41 #if __GNUC_PREREQ__(3, 0) && !defined(__INTEL_COMPILER)
99 #elif __GNUC_PREREQ__(3, 1) && !defined(__cplusplus)
/trueos/contrib/netbsd-tests/lib/libc/ssp/
HDh_stpncpy.c44 #if __GNUC_PREREQ__(4, 8) in main()
/trueos/contrib/file/src/
HDfile.h104 #ifndef __GNUC_PREREQ__
106 #define __GNUC_PREREQ__(x, y) \ macro
110 #define __GNUC_PREREQ__(x, y) 0 macro
/trueos/include/
HDcomplex.h54 #elif __GNUC_PREREQ__(4, 7)