Searched refs:__GNUC_PREREQ (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dfeatures.h13 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__
20 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__ && (defined __extern_inline || defined __GNUC_GNU_INLINE__)
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dfeatures.h13 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__
20 #if __GNUC_PREREQ (2, 7) && defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__ && (defined __extern_inline || defined __GNUC_GNU_INLINE__)
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dcdefs.h41 # if __GNUC_PREREQ (4, 6) && !defined _LIBC
54 # if !defined __cplusplus && __GNUC_PREREQ (3, 3)
60 # if defined __cplusplus && __GNUC_PREREQ (2,8)
126 #if __GNUC_PREREQ (4,3)
145 #elif __GNUC_PREREQ (2,97)
207 #if __GNUC_PREREQ (2,96)
215 #if __GNUC_PREREQ (4, 3)
225 #if __GNUC_PREREQ (2,96)
232 #if __GNUC_PREREQ (2,5)
241 #if __GNUC_PREREQ (
[all...]
H A Dlibc-config.h48 #ifndef __GNUC_PREREQ
50 # define __GNUC_PREREQ(maj, min) ((maj) < __GNUC__ + ((min) <= __GNUC_MINOR__)) macro
52 # define __GNUC_PREREQ(maj, min) 0 macro
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dmd5.h34 #ifndef __GNUC_PREREQ
36 # define __GNUC_PREREQ(maj, min) \ macro
39 # define __GNUC_PREREQ(maj, min) 0 macro
44 # if defined __cplusplus && __GNUC_PREREQ (2,8)
52 # if ! __GNUC_PREREQ (2,8) || __STRICT_ANSI__
H A Dgetopt_.h96 # ifndef __GNUC_PREREQ
97 # define __GNUC_PREREQ(maj, min) (0) macro
99 # if defined __cplusplus && __GNUC_PREREQ (2,8)
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dgetopt_.h40 # ifndef __GNUC_PREREQ
41 # define __GNUC_PREREQ(maj, min) (0) macro
43 # if defined __cplusplus && __GNUC_PREREQ (2,8)
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dcdefs.h66 # if __GNUC_PREREQ (4, 6) && !defined _LIBC
80 && (__GNUC_PREREQ (3, 4) || __glibc_has_attribute (__nothrow__))
86 # if defined __cplusplus && (__GNUC_PREREQ (2,8) || __clang_major >= 4)
149 || __GNUC_PREREQ (12, 0))
204 #if __GNUC_PREREQ (4,3)
220 #elif __GNUC_PREREQ (2,97) || defined __clang__
282 #if __GNUC_PREREQ (2,96) || __glibc_has_attribute (__malloc__)
290 #if __GNUC_PREREQ (4, 3)
299 #if __GNUC_PREREQ (4, 9) || __glibc_has_attribute (__alloc_align__)
309 #if __GNUC_PREREQ (
[all...]
H A Dlibc-config.h51 #ifndef __GNUC_PREREQ
53 # define __GNUC_PREREQ(maj, min) ((maj) < __GNUC__ + ((min) <= __GNUC_MINOR__)) macro
55 # define __GNUC_PREREQ(maj, min) 0 macro
H A Dcanonicalize-lgpl.c194 # if __GNUC_PREREQ (10, 1)
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dgetopt.h98 # ifndef __GNUC_PREREQ
99 # define __GNUC_PREREQ(maj, min) (0) macro
101 # if defined __cplusplus && __GNUC_PREREQ (2,8)
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dgetopt_.h102 # ifndef __GNUC_PREREQ
103 # define __GNUC_PREREQ(maj, min) (0) macro
105 # if defined __cplusplus && __GNUC_PREREQ (2,8)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dgetopt_.h102 # ifndef __GNUC_PREREQ
103 # define __GNUC_PREREQ(maj, min) (0) macro
105 # if defined __cplusplus && __GNUC_PREREQ (2,8)

Completed in 279 milliseconds