| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A 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 …]
|
| H A D | system.h | 588 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L)) 594 #define HAVE_DESIGNATED_UNION_INITIALIZERS (GCC_VERSION >= 4007) 597 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L)) 714 #if (GCC_VERSION < 2007) 723 #if (GCC_VERSION < 3000) 753 #elif (GCC_VERSION >= 4005) 768 #if GCC_VERSION >= 4000 776 #if (GCC_VERSION >= 4005) && !ENABLE_ASSERT_CHECKING 782 #if GCC_VERSION >= 7000 && defined(__has_attribute) 792 #if GCC_VERSION >= 3001 [all …]
|
| H A D | diagnostic-core.h | 63 #if (CHECKING_P && GCC_VERSION >= 4001) || GCC_VERSION == BUILDING_GCC_VERSION
|
| H A D | hwint.h | 38 # if GCC_VERSION >= 3000 163 #if GCC_VERSION < 3004
|
| H A D | stringpool.h | 36 #if GCC_VERSION >= 3000
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A 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 …]
|
| H A D | system.h | 588 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L)) 594 #define HAVE_DESIGNATED_UNION_INITIALIZERS (GCC_VERSION >= 4007) 597 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L)) 714 #if (GCC_VERSION < 2007) 723 #if (GCC_VERSION < 3000) 753 #elif (GCC_VERSION >= 4005) 768 #if GCC_VERSION >= 4000 776 #if (GCC_VERSION >= 4005) && !ENABLE_ASSERT_CHECKING 782 #if GCC_VERSION >= 7000 && defined(__has_attribute) 792 #if GCC_VERSION >= 3001 [all …]
|
| H A D | diagnostic-core.h | 63 #if (CHECKING_P && GCC_VERSION >= 4001) || GCC_VERSION == BUILDING_GCC_VERSION
|
| H A D | hwint.h | 38 # if GCC_VERSION >= 3000 163 #if GCC_VERSION < 3004
|
| H A D | stringpool.h | 36 #if GCC_VERSION >= 3000
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | compiler-gcc.h | 8 #define GCC_VERSION (__GNUC__ * 10000 \ macro 128 #if GCC_VERSION < 30200 132 #if GCC_VERSION < 30300 139 # if GCC_VERSION < 30400 144 #if GCC_VERSION >= 30400 148 #if GCC_VERSION >= 40000 152 # if GCC_VERSION >= 40100 && GCC_VERSION <= 40101 161 #if GCC_VERSION >= 40100 && GCC_VERSION < 40600 165 #if GCC_VERSION >= 40300 190 #if GCC_VERSION >= 40500 [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | compiler-gcc.h | 9 #define GCC_VERSION (__GNUC__ * 10000 \ macro 14 #if GCC_VERSION < 40900 16 #elif defined(CONFIG_ARM64) && GCC_VERSION < 50100 111 #if GCC_VERSION >= 70000 113 #elif GCC_VERSION >= 50000 115 #elif GCC_VERSION >= 40902 143 #if GCC_VERSION >= 50100 163 #if GCC_VERSION >= 80000
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | compiler-gcc.h | 9 #ifndef GCC_VERSION 10 #define GCC_VERSION (__GNUC__ * 10000 \ macro 15 #if GCC_VERSION >= 70000 && !defined(__CHECKER__) 19 #if GCC_VERSION >= 40300 42 #if GCC_VERSION >= 50100
|
| /OK3568_Linux_fs/buildroot/package/gcc/ |
| H A D | gcc.mk | 11 GCC_VERSION = $(call qstrip,$(BR2_GCC_VERSION)) 14 GCC_SITE = $(call github,foss-for-synopsys-dwc-arc-processors,gcc,$(GCC_VERSION)) 15 GCC_SOURCE = gcc-$(GCC_VERSION).tar.gz 17 GCC_SITE = $(BR2_GNU_MIRROR:/=)/gcc/gcc-$(GCC_VERSION) 18 GCC_SOURCE = gcc-$(GCC_VERSION).tar.xz 37 package/gcc/$(GCC_VERSION) \ 38 $(addsuffix /gcc/$(GCC_VERSION),$(call qstrip,$(BR2_GLOBAL_PATCH_DIR))) \ 296 package/gcc/$(GCC_VERSION)/*.patch \ 297 $(addsuffix /$($(PKG)_RAWNAME)/$(GCC_VERSION)/*.patch,$(call qstrip,$(BR2_GLOBAL_PATCH_DIR))) \ 299 $(addsuffix /gcc/$(GCC_VERSION)/*.patch,$(call qstrip,$(BR2_GLOBAL_PATCH_DIR))) \
|
| /OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/ |
| H A D | 0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch | 35 -#define GCC_VERSION (__GNUC__ * 10000 \ 39 +#define GCC_VERSION (__GNUC__ * 10000 \ 174 +#if GCC_VERSION < 30200 178 +#if GCC_VERSION < 30300 185 +# if GCC_VERSION < 30400 190 +#if GCC_VERSION >= 30400 194 +#if GCC_VERSION >= 40000 198 +# if GCC_VERSION >= 40100 && GCC_VERSION <= 40101 207 +#if GCC_VERSION >= 40100 && GCC_VERSION < 40600 211 +#if GCC_VERSION >= 40300 [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/cmake/ |
| H A D | CompileOptions.cmake | 9 COMMAND ${CMAKE_CXX_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION) 10 if (NOT (GCC_VERSION VERSION_GREATER 4.7 OR GCC_VERSION VERSION_EQUAL 4.7))
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/cmake/ |
| H A D | CompileOptions.cmake | 9 COMMAND ${CMAKE_CXX_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION) 10 if (NOT (GCC_VERSION VERSION_GREATER 4.7 OR GCC_VERSION VERSION_EQUAL 4.7))
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/cmake/ |
| H A D | CompileOptions.cmake | 35 COMMAND ${CMAKE_CXX_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION) 36 if (NOT (GCC_VERSION VERSION_GREATER 8.3 OR GCC_VERSION VERSION_EQUAL 8.3)) 89 if (GCC_VERSION VERSION_GREATER 9 OR GCC_VERSION VERSION_EQUAL 9)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/primitives/asm/ |
| H A D | asm-const.h | 21 #if defined(GCC_VERSION) && GCC_VERSION < 50000
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | asm-const.h | 21 #if defined(GCC_VERSION) && GCC_VERSION < 50000
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/cmake/ |
| H A D | CompileOptions.cmake | 24 COMMAND ${CMAKE_CXX_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION) 25 if (NOT (GCC_VERSION VERSION_GREATER 4.7 OR GCC_VERSION VERSION_EQUAL 4.7))
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | zstd_internal.h | 147 #if defined(GCC_VERSION) && GCC_VERSION >= 70000 && GCC_VERSION < 70200 in ZSTD_wildcopy()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/ |
| H A D | 0001-Support-Atomic-ops-on-clang.patch | 27 -#elif defined(__GNUC__) && GCC_VERSION >= 40700 28 +#elif defined(__GNUC__) && GCC_VERSION >= 40700 || defined(__clang__)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/ |
| H A D | 857.patch | 99 - GCC_VERSION = commands.getoutput(env_cpp11['CXX'] + ' -dumpversion') 100 + GCC_VERSION = check_output([env_cpp11['CXX'], '-dumpversion']) 102 - if GCC_VERSION > "4.4.0": 104 + if GCC_VERSION.decode('utf-8') > "4.4.0":
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/ |
| H A D | 0006-make-Add-top-level-Makefile.patch | 41 -ifneq ($(strip $(GCC_VERSION)),) 42 - VER = -- GCC_VERSION=$(GCC_VERSION)
|