Home
last modified time | relevance | path

Searched refs:GCC_VERSION (Results 1 – 25 of 44) sorted by relevance

12

/external/valgrind/coregrind/m_demangle/
Dansidecl.h61 #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 …]
/external/skia/src/gpu/effects/
DGrProxyMove.h18 # define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) macro
19 # if (GCC_VERSION > 40900)
24 # undef GCC_VERSION
/external/fio/compiler/
Dcompiler-gcc4.h8 #define GCC_VERSION (__GNUC__ * 10000 \ macro
12 #if GCC_VERSION >= 40300
/external/curl/CMake/
DCurlSymbolHiding.cmake15 set(GCC_VERSION ${CMAKE_C_COMPILER_VERSION}) variable
18 OUTPUT_VARIABLE GCC_VERSION)
20 if(NOT GCC_VERSION VERSION_LESS 3.4)
/external/v8/src/base/platform/
Dplatform-qnx.cc56 #define GCC_VERSION (__GNUC__ * 10000 \ in ArmUsingHardFloat() macro
59 #if GCC_VERSION >= 40600 in ArmUsingHardFloat()
66 #elif GCC_VERSION < 40500 in ArmUsingHardFloat()
82 #undef GCC_VERSION in ArmUsingHardFloat()
Dplatform-linux.cc63 #define GCC_VERSION \ in ArmUsingHardFloat() macro
65 #if GCC_VERSION >= 40600 && !defined(__clang__) in ArmUsingHardFloat()
72 #elif GCC_VERSION < 40500 && !defined(__clang__) in ArmUsingHardFloat()
89 #undef GCC_VERSION in ArmUsingHardFloat()
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/gtest.xcodeproj/
Dproject.pbxproj800 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
812 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
822 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
832 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
842 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
851 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
861 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
873 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
888 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
905 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
[all …]
/external/v8/testing/gtest/xcode/gtest.xcodeproj/
Dproject.pbxproj800 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
812 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
822 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
832 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
842 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
851 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
861 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
873 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
888 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
905 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
[all …]
/external/syslinux/gpxe/src/arch/i386/
DMakefile19 GCC_VERSION := $(subst ., ,$(shell $(CC) -dumpversion)) macro
20 GCC_MAJOR := $(firstword $(GCC_VERSION))
/external/googletest/googletest/xcode/gtest.xcodeproj/
Dproject.pbxproj841 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
853 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
863 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
873 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
883 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
892 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
902 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
914 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
929 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
946 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
[all …]
/external/google-breakpad/src/common/mac/
DBreakpad.xcconfig33 GCC_VERSION = 4.2
34 GCC_VERSION[sdk=macosx10.4][arch=*] = 4.0
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.h142 #define GCC_VERSION (__GNUC__ * 10000 \ macro
146 #if !defined(__clang__) && (__GNUC__) && (GCC_VERSION < 40500)
/external/libusb-compat/
DMacConfigExternalDebug.xcconfig11 GCC_VERSION=4.2
DMacConfigExternalRelease.xcconfig16 GCC_VERSION=4.2
/external/syslinux/gnu-efi/gnu-efi-3.0/
DMakefile94 ifeq ($(GCC_VERSION),2)
/external/v8/testing/gtest/xcode/Config/
DGeneral.xcconfig38 GCC_VERSION = 4.0
/external/google-breakpad/src/testing/gtest/xcode/Config/
DGeneral.xcconfig38 GCC_VERSION = 4.0
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Config/
DGeneral.xcconfig38 GCC_VERSION = 4.0
/external/googletest/googletest/xcode/Config/
DGeneral.xcconfig38 GCC_VERSION = 4.0
/external/protobuf/gtest/xcode/Config/
DGeneral.xcconfig38 GCC_VERSION = 4.0
/external/fio/crc/
Dxxhash.c96 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
107 #elif GCC_VERSION >= 403
/external/lz4/examples/
DHCStreaming_ringBuffer.c13 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj393 GCC_VERSION = 4.0;
401 GCC_VERSION = 4.0;
/external/v8/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj393 GCC_VERSION = 4.0;
401 GCC_VERSION = 4.0;
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj393 GCC_VERSION = 4.0;
401 GCC_VERSION = 4.0;

12