| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | ansidecl.h | 50 #ifndef GCC_VERSION 51 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro 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 >= 3004 115 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004) 127 # if (GCC_VERSION >= 3003) [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | ansidecl.h | 50 #ifndef GCC_VERSION 51 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro 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 >= 3004 115 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004) 127 # if (GCC_VERSION >= 3003) [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | ansidecl.h | 61 #ifndef GCC_VERSION 62 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro 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 >= 3004 156 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004) 168 # if (GCC_VERSION >= 3003) [all …]
|
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/ |
| D | attrs.h | 28 #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/src/external/gpl3/gcc/dist/gcc/ |
| D | system.h | 603 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L)) 609 #define HAVE_DESIGNATED_UNION_INITIALIZERS (GCC_VERSION >= 4007) 612 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L)) 729 #if (GCC_VERSION < 2007) 738 #if (GCC_VERSION < 3000) 791 #elif (GCC_VERSION >= 4005) 806 #if GCC_VERSION >= 4000 812 #if GCC_VERSION >= 3004 820 #if (GCC_VERSION >= 4005) && !ENABLE_ASSERT_CHECKING 826 #if GCC_VERSION >= 7000 && defined(__has_attribute) [all …]
|
| D | hwint.h | 38 # if GCC_VERSION >= 3000 163 #if GCC_VERSION < 3004 342 #if GCC_VERSION < 11000 in add_hwi() 363 #if GCC_VERSION < 11000 in mul_hwi()
|
| D | diagnostic-core.h | 63 #if (CHECKING_P && GCC_VERSION >= 4001) || GCC_VERSION == BUILDING_GCC_VERSION
|
| D | stringpool.h | 36 #if GCC_VERSION >= 3000
|
| D | machmode.h | 548 #if GCC_VERSION >= 4001 577 #if GCC_VERSION >= 4001 591 #if GCC_VERSION >= 4001 604 #if GCC_VERSION >= 4001 617 #if GCC_VERSION >= 4001
|
| D | hwint.cc | 24 #if GCC_VERSION < 3004
|
| D | ggc.h | 173 #if GCC_VERSION >= 4003 in need_finalization_p()
|
| D | ira-int.h | 154 #if defined ENABLE_IRA_CHECKING && (GCC_VERSION >= 2007) 176 #if defined ENABLE_IRA_CHECKING && (GCC_VERSION >= 2007) 658 #if defined ENABLE_IRA_CHECKING && (GCC_VERSION >= 2007)
|
| /netbsd/src/external/lgpl3/mpc/dist/m4/ |
| D | ax_gcc_version.m4 | 11 # This macro retrieves the gcc version and returns it in the GCC_VERSION 47 GCC_VERSION="" 61 GCC_VERSION=$ax_cv_gcc_version 64 AC_SUBST([GCC_VERSION]) subst
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | system.h | 386 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L)) 397 #if (GCC_VERSION < 3000) 410 #elif (GCC_VERSION >= 4005) 438 #if (GCC_VERSION >= 3000)
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elfxx-aarch64.c | 658 #if GCC_VERSION == 8000 || GCC_VERSION == 8001 in _bfd_aarch64_elf_write_core_note() 667 #if GCC_VERSION == 8000 || GCC_VERSION == 8001 in _bfd_aarch64_elf_write_core_note()
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elfxx-aarch64.c | 658 #if GCC_VERSION == 8000 || GCC_VERSION == 8001 in _bfd_aarch64_elf_write_core_note() 667 #if GCC_VERSION == 8000 || GCC_VERSION == 8001 in _bfd_aarch64_elf_write_core_note()
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | xxhash.c | 148 #define GCC_VERSION ((__GNUC__-0) * 100 + (__GNUC_MINOR__ - 0)) macro 150 #if GCC_VERSION >= 409 175 #elif GCC_VERSION >= 403
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_utils.h | 86 #if defined(GCC_VERSION) && GCC_VERSION >= 70000
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libopts/ |
| D | genshell.h | 69 #if GCC_VERSION > 40400
|
| /netbsd/src/external/bsd/ntp/dist/ntpsnmpd/ |
| D | ntpsnmpd-opts.h | 67 #if GCC_VERSION > 40400
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | gold.h | 163 #if defined(__GNUC__) && GCC_VERSION < 4003
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | sb.c | 149 #if GCC_VERSION >= 3004 in sb_check()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | cgen-dis.c | 43 #if GCC_VERSION >= 3004 in count_decodable_bits()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | cgen-dis.c | 43 #if GCC_VERSION >= 3004 in count_decodable_bits()
|
| /netbsd/src/external/bsd/ntp/dist/ntpdc/ |
| D | ntpdc-opts.h | 67 #if GCC_VERSION > 40400
|