Home
last modified time | relevance | path

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

12

/external/valgrind/coregrind/m_demangle/
Dansidecl.h63 #ifndef GCC_VERSION
64 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
87 # if GCC_VERSION >= 2007
114 #if (GCC_VERSION < 2007)
120 # if (GCC_VERSION >= 2096)
131 # if GCC_VERSION >= 2093
137 # if GCC_VERSION >= 4005
149 #if GCC_VERSION >= 3004
158 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004)
170 # if (GCC_VERSION >= 3003)
[all …]
/external/valgrind/drd/scripts/
Ddownload-and-build-gcc9 GCC_VERSION=4.5.0
13 SRC=$HOME/software/gcc-${GCC_VERSION}
15 TAR=gcc-${GCC_VERSION}.tar.bz2
16 PREFIX=$HOME/gcc-${GCC_VERSION}
50 wget -q $FSF_MIRROR/gcc/gcc-${GCC_VERSION}/$TAR \
51 || { wget -q -O- $FSF_MIRROR/gcc/gcc-${GCC_VERSION}/${TAR%bz2}gz \
/external/fio/compiler/
Dcompiler-gcc4.h8 #define GCC_VERSION (__GNUC__ * 10000 \ macro
12 #if GCC_VERSION >= 40300
/external/v8/src/base/platform/
Dplatform-qnx.cc57 #define GCC_VERSION (__GNUC__ * 10000 \ in ArmUsingHardFloat() macro
60 #if GCC_VERSION >= 40600 in ArmUsingHardFloat()
67 #elif GCC_VERSION < 40500 in ArmUsingHardFloat()
83 #undef GCC_VERSION in ArmUsingHardFloat()
Dplatform-linux.cc72 #define GCC_VERSION (__GNUC__ * 10000 \ in ArmUsingHardFloat() macro
75 #if GCC_VERSION >= 40600 in ArmUsingHardFloat()
82 #elif GCC_VERSION < 40500 in ArmUsingHardFloat()
98 #undef GCC_VERSION in ArmUsingHardFloat()
/external/google-breakpad/src/common/mac/
DBreakpad.xcconfig33 GCC_VERSION = 4.2
34 GCC_VERSION[sdk=macosx10.4][arch=*] = 4.0
/external/libusb-compat/
DMacConfigExternalDebug.xcconfig11 GCC_VERSION=4.2
DMacConfigExternalRelease.xcconfig16 GCC_VERSION=4.2
/external/libmtp/
DMacConfigExternalDebug.xcconfig11 GCC_VERSION=4.2
DMacConfigExternalRelease.xcconfig16 GCC_VERSION=4.2
/external/libusb/
DMacConfigExternalDebug.xcconfig11 GCC_VERSION=4.2
DMacConfigExternalRelease.xcconfig16 GCC_VERSION=4.2
/external/lz4/lib/
Dlz4.c126 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
128 #if (GCC_VERSION >= 302) || (__INTEL_COMPILER >= 800) || defined(__clang__)
271 #if GCC_VERSION!=409 /* disabled on GCC 4.9, as it generates invalid opcode (crash) */ in LZ4_copy8()
337 # elif defined(__GNUC__) && (GCC_VERSION >= 304) && !defined(LZ4_FORCE_SW_BITCOUNT) in LZ4_NbCommonBytes()
350 # elif defined(__GNUC__) && (GCC_VERSION >= 304) && !defined(LZ4_FORCE_SW_BITCOUNT) in LZ4_NbCommonBytes()
366 # elif defined(__GNUC__) && (GCC_VERSION >= 304) && !defined(LZ4_FORCE_SW_BITCOUNT) in LZ4_NbCommonBytes()
382 # elif defined(__GNUC__) && (GCC_VERSION >= 304) && !defined(LZ4_FORCE_SW_BITCOUNT) in LZ4_NbCommonBytes()
Dxxhash.c155 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
169 #elif GCC_VERSION >= 403
/external/google-breakpad/src/testing/gtest/xcode/Config/
DGeneral.xcconfig38 GCC_VERSION = 4.0
/external/protobuf/gtest/xcode/Config/
DGeneral.xcconfig38 GCC_VERSION = 4.0
/external/lldb/tools/debugserver/debugserver.xcodeproj/
Dproject.pbxproj477 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
506 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
539 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
568 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
622 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
673 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
726 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
758 GCC_VERSION = com.apple.compilers.llvm.clang.1_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/protobuf/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;
/external/libvorbis/
Dconfigure.ac127 GCC_VERSION=`$CC -dumpversion`
128 AC_MSG_RESULT([$GCC_VERSION])
/external/ceres-solver/
DCMakeLists.txt575 IF (NOT GCC_VERSION VERSION_LESS 4.2)
577 ENDIF (NOT GCC_VERSION VERSION_LESS 4.2)
586 OUTPUT_VARIABLE GCC_VERSION
588 IF (GCC_VERSION VERSION_LESS 4.3)
590 ENDIF (GCC_VERSION VERSION_LESS 4.3)
/external/lz4/programs/
Dlz4io.c41 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/external/v8/build/
Dstandalone.gypi402 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',

12