Searched refs:GCC_VERSION (Results 1 - 25 of 180) sorted by relevance

12345678

/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dattrs.h28 #define GCC_VERSION(major, minor) \ macro
39 #if GCC_VERSION(3, 0)
47 #if GCC_VERSION(3, 0)
56 #if GCC_VERSION(3, 0)
64 #if GCC_VERSION(3, 0)
71 #if GCC_VERSION(3, 4)
78 #if GCC_VERSION(2, 5)
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dansidecl.h31 portable to other compilers, we provide the GCC_VERSION macro that
61 #ifndef GCC_VERSION
62 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
63 #endif /* GCC_VERSION */
85 # if GCC_VERSION >= 2007
112 #if (GCC_VERSION < 2007)
118 # if (GCC_VERSION >= 2096)
129 # if GCC_VERSION >= 2093
135 # if GCC_VERSION >= 4005
147 #if GCC_VERSION >
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dansidecl.h31 portable to other compilers, we provide the GCC_VERSION macro that
61 #ifndef GCC_VERSION
62 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
63 #endif /* GCC_VERSION */
85 # if GCC_VERSION >= 2007
112 #if (GCC_VERSION < 2007)
118 # if (GCC_VERSION >= 2096)
129 # if GCC_VERSION >= 2093
135 # if GCC_VERSION >= 4005
147 #if GCC_VERSION >
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dansidecl.h31 portable to other compilers, we provide the GCC_VERSION macro that
61 #ifndef GCC_VERSION
62 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
63 #endif /* GCC_VERSION */
85 # if GCC_VERSION >= 2007
112 #if (GCC_VERSION < 2007)
118 # if (GCC_VERSION >= 2096)
129 # if GCC_VERSION >= 2093
135 # if GCC_VERSION >= 4005
147 #if GCC_VERSION >
[all...]
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dansidecl.h31 portable to other compilers, we provide the GCC_VERSION macro that
61 #ifndef GCC_VERSION
62 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
63 #endif /* GCC_VERSION */
85 # if GCC_VERSION >= 2007
112 #if (GCC_VERSION < 2007)
118 # if (GCC_VERSION >= 2096)
129 # if GCC_VERSION >= 2093
135 # if GCC_VERSION >= 4005
147 #if GCC_VERSION >
[all...]
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dansidecl.h20 portable to other compilers, we provide the GCC_VERSION macro that
50 #ifndef GCC_VERSION
51 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
52 #endif /* GCC_VERSION */
60 # if GCC_VERSION >= 2007
71 #if (GCC_VERSION < 2007)
77 # if (GCC_VERSION >= 2096)
88 # if GCC_VERSION >= 2093
94 # if GCC_VERSION >= 4005
106 #if GCC_VERSION >
[all...]
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dansidecl.h20 portable to other compilers, we provide the GCC_VERSION macro that
50 #ifndef GCC_VERSION
51 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
52 #endif /* GCC_VERSION */
60 # if GCC_VERSION >= 2007
71 #if (GCC_VERSION < 2007)
77 # if (GCC_VERSION >= 2096)
88 # if GCC_VERSION >= 2093
94 # if GCC_VERSION >= 4005
106 #if GCC_VERSION >
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dstringpool.h36 #if GCC_VERSION >= 3000
H A Ddiagnostic-core.h63 #if (CHECKING_P && GCC_VERSION >= 4001) || GCC_VERSION == BUILDING_GCC_VERSION
H A Dsystem.h594 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L))
600 #define HAVE_DESIGNATED_UNION_INITIALIZERS (GCC_VERSION >= 4007)
603 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L))
720 #if (GCC_VERSION < 2007)
729 #if (GCC_VERSION < 3000)
759 #elif (GCC_VERSION >= 4005)
774 #if GCC_VERSION >= 4000
782 #if (GCC_VERSION >= 4005) && !ENABLE_ASSERT_CHECKING
788 #if GCC_VERSION >= 7000 && defined(__has_attribute)
798 #if GCC_VERSION >
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dstringpool.h36 #if GCC_VERSION >= 3000
H A Ddiagnostic-core.h63 #if (CHECKING_P && GCC_VERSION >= 4001) || GCC_VERSION == BUILDING_GCC_VERSION
H A Dsystem.h606 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L))
612 #define HAVE_DESIGNATED_UNION_INITIALIZERS (GCC_VERSION >= 4007)
615 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L))
732 #if (GCC_VERSION < 2007)
741 #if (GCC_VERSION < 3000)
794 #elif (GCC_VERSION >= 4005)
809 #if GCC_VERSION >= 4000
815 #if GCC_VERSION >= 3004
823 #if (GCC_VERSION >= 4005) && !ENABLE_ASSERT_CHECKING
829 #if GCC_VERSION >
[all...]
H A Dhwint.h32 GCC_VERSION >= 3000, assume this is the second or later stage of a
38 # if GCC_VERSION >= 3000
163 #if GCC_VERSION < 3004
181 #else /* GCC_VERSION >= 3004 */
254 #endif /* GCC_VERSION >= 3004 */
342 #if GCC_VERSION < 11000
363 #if GCC_VERSION < 11000
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dtestlib.h39 #ifndef GCC_VERSION
40 # define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
43 #if (GCC_VERSION < 2007)
H A Dinternal.h39 #ifndef GCC_VERSION
40 # define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
43 #if (GCC_VERSION < 2007)
52 # if (GCC_VERSION >= 2096)
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dtestlib.h39 #ifndef GCC_VERSION
40 # define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
43 #if (GCC_VERSION < 2007)
H A Dinternal.h39 #ifndef GCC_VERSION
40 # define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
43 #if (GCC_VERSION < 2007)
52 # if (GCC_VERSION >= 2096)
60 # if (GCC_VERSION >= 7000)
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dtestlib.h39 #ifndef GCC_VERSION
40 # define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
43 #if (GCC_VERSION < 2007)
H A Dinternal.h39 #ifndef GCC_VERSION
40 # define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
43 #if (GCC_VERSION < 2007)
52 # if (GCC_VERSION >= 2096)
60 # if (GCC_VERSION >= 7000)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-defs.h190 #if GCC_VERSION >= 3004
196 #if (GCC_VERSION > 4000)
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dgp-defs.h59 # if (GCC_VERSION >= 7000)
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-defs.h188 #if GCC_VERSION >= 3004
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-common.h31 #ifdef GCC_VERSION
32 #if GCC_VERSION >= 4001
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-common.h31 #ifdef GCC_VERSION
32 #if GCC_VERSION >= 4001

Completed in 264 milliseconds

12345678