Searched refs:GCC_VERSION (Results 1 – 25 of 43) sorted by relevance
12
/external/valgrind/main/coregrind/m_demangle/ |
D | ansidecl.h | 140 #ifndef GCC_VERSION 141 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro 184 # if GCC_VERSION >= 2007 251 #if (GCC_VERSION < 2007) 257 # if (GCC_VERSION >= 2096) 268 # if GCC_VERSION >= 2093 274 # if GCC_VERSION >= 4005 288 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004) 300 # if (GCC_VERSION >= 3003) 309 # if (GCC_VERSION >= 3000) [all …]
|
/external/chromium_org/tools/gyp/test/ios/deployment-target/ |
D | deployment-target.gyp | 16 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', 28 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', 40 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', 51 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
|
/external/chromium_org/tools/gyp/test/mac/xcode-gcc/ |
D | test-clang.gyp | 16 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', 26 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', 36 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
|
/external/chromium_org/tools/gyp/test/mac/clang-cxx-language-standard/ |
D | clang-cxx-language-standard.gyp | 15 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', 24 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
|
/external/chromium_org/tools/gyp/test/mac/objc-arc/ |
D | test.gyp | 21 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0', 38 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
|
/external/stlport/stlport/stl/config/ |
D | _bc.h | 29 # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include/c++/ ## GCC_VERSION 30 # define _STLP_NATIVE_CPP_RUNTIME_INCLUDE_PATH ../include/c++/ ## GCC_VERSION
|
/external/chromium_org/v8/src/ |
D | platform-linux.cc | 84 #define GCC_VERSION (__GNUC__ * 10000 \ in ArmUsingHardFloat() macro 87 #if GCC_VERSION >= 40600 in ArmUsingHardFloat() 94 #elif GCC_VERSION < 40500 in ArmUsingHardFloat() 110 #undef GCC_VERSION in ArmUsingHardFloat()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | Compiler.h | 89 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) macro 90 #define GCC_VERSION_AT_LEAST(major, minor, patch) (GCC_VERSION >= (major * 10000 + minor * 100 + pa…
|
/external/libusb/ |
D | MacConfigExternalDebug.xcconfig | 11 GCC_VERSION=4.2
|
D | MacConfigExternalRelease.xcconfig | 16 GCC_VERSION=4.2
|
/external/libmtp/ |
D | MacConfigExternalDebug.xcconfig | 11 GCC_VERSION=4.2
|
D | MacConfigExternalRelease.xcconfig | 16 GCC_VERSION=4.2
|
/external/libusb-compat/ |
D | MacConfigExternalDebug.xcconfig | 11 GCC_VERSION=4.2
|
D | MacConfigExternalRelease.xcconfig | 16 GCC_VERSION=4.2
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAME___.xcodeproj/ |
D | project.pbxproj | 247 GCC_VERSION = 4.0; 248 "GCC_VERSION[arch=x86_64]" = 4.2; 271 GCC_VERSION = 4.0; 272 "GCC_VERSION[arch=x86_64]" = 4.2;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/ |
D | project.pbxproj | 259 GCC_VERSION = 4.0; 260 "GCC_VERSION[arch=x86_64]" = 4.2; 283 GCC_VERSION = 4.0; 284 "GCC_VERSION[arch=x86_64]" = 4.2;
|
/external/chromium_org/tools/gyp/test/mac/strip/ |
D | test-defaults.gyp | 10 'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/___PROJECTNAME___.xcodeproj/ |
D | project.pbxproj | 289 GCC_VERSION = 4.0; 290 "GCC_VERSION[arch=x86_64]" = 4.2; 313 GCC_VERSION = 4.0; 314 "GCC_VERSION[arch=x86_64]" = 4.2;
|
/external/chromium_org/testing/gtest/xcode/Config/ |
D | General.xcconfig | 38 GCC_VERSION = 4.0
|
/external/protobuf/gtest/xcode/Config/ |
D | General.xcconfig | 38 GCC_VERSION = 4.0
|
/external/chromium/testing/gtest/xcode/Config/ |
D | General.xcconfig | 38 GCC_VERSION = 4.0
|
/external/v8/src/ |
D | platform-linux.cc | 202 #define GCC_VERSION (__GNUC__ * 10000 \ in ArmUsingHardFloat() macro 205 #if GCC_VERSION >= 40600 in ArmUsingHardFloat() 212 #elif GCC_VERSION < 40500 in ArmUsingHardFloat() 227 #undef GCC_VERSION in ArmUsingHardFloat()
|
/external/protobuf/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/ |
D | project.pbxproj | 274 GCC_VERSION = 4.0; 282 GCC_VERSION = 4.0;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAME___.xcodeproj/ |
D | project.pbxproj | 248 GCC_VERSION = 4.0; 271 GCC_VERSION = 4.0;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/___PROJECTNAME___.xcodeproj/ |
D | project.pbxproj | 260 GCC_VERSION = 4.0; 283 GCC_VERSION = 4.0;
|
12