/external/u-boot/include/linux/ |
D | compiler-gcc.h | 8 #define GCC_VERSION (__GNUC__ * 10000 \ macro 127 #if GCC_VERSION < 30200 131 #if GCC_VERSION < 30300 138 # if GCC_VERSION < 30400 143 #if GCC_VERSION >= 30400 147 #if GCC_VERSION >= 40000 151 # if GCC_VERSION >= 40100 && GCC_VERSION <= 40101 160 #if GCC_VERSION >= 40100 && GCC_VERSION < 40600 164 #if GCC_VERSION >= 40300 189 #if GCC_VERSION >= 40500 [all …]
|
/external/v8/src/base/platform/ |
D | platform-qnx.cc | 57 #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()
|
D | platform-linux.cc | 61 #define GCC_VERSION \ in ArmUsingHardFloat() macro 63 #if GCC_VERSION >= 40600 && !defined(__clang__) in ArmUsingHardFloat() 70 #elif GCC_VERSION < 40500 && !defined(__clang__) in ArmUsingHardFloat() 87 #undef GCC_VERSION in ArmUsingHardFloat()
|
/external/bcc/cmake/ |
D | static_libstdc++.cmake | 5 execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION) 6 if (GCC_VERSION VERSION_GREATER 4.9 OR GCC_VERSION VERSION_EQUAL 4.9)
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-includes.hpp | 55 #define GCC_VERSION (__GNUC__ * 10000 + \ macro 59 #if GCC_VERSION >= 40801 63 #if GCC_VERSION >= 40400
|
/external/curl/CMake/ |
D | CurlSymbolHiding.cmake | 15 set(GCC_VERSION ${CMAKE_C_COMPILER_VERSION}) variable 18 OUTPUT_VARIABLE GCC_VERSION) 20 if(NOT GCC_VERSION VERSION_LESS 3.4)
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | os.h | 154 #define GCC_VERSION (__GNUC__ * 10000 \ macro 158 #if !defined(__clang__) && (__GNUC__) && (GCC_VERSION < 40500) 178 #if (__GNUC__) && (GCC_VERSION < 409000)
|
/external/googletest/googletest/xcode/gtest.xcodeproj/ |
D | project.pbxproj | 841 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/ |
D | Breakpad.xcconfig | 33 GCC_VERSION = 4.2 34 GCC_VERSION[sdk=macosx10.4][arch=*] = 4.0
|
/external/bcc/ |
D | CMakeLists.txt | 70 execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION) 71 if (USINGISYSTEM AND GCC_VERSION VERSION_LESS 6.0)
|
/external/libusb-compat/ |
D | MacConfigExternalDebug.xcconfig | 11 GCC_VERSION=4.2
|
D | MacConfigExternalRelease.xcconfig | 16 GCC_VERSION=4.2
|
/external/googletest/googletest/xcode/Config/ |
D | General.xcconfig | 38 GCC_VERSION = 4.0
|
/external/google-breakpad/src/testing/gtest/xcode/Config/ |
D | General.xcconfig | 38 GCC_VERSION = 4.0
|
/external/catch2/CMake/ |
D | FindGcov.cmake | 32 string(REGEX MATCH "^[0-9]+" GCC_VERSION 35 find_program(GCOV_BIN NAMES gcov-${GCC_VERSION} gcov
|
/external/epid-sdk/ |
D | SConstruct | 45 elif 'GCC_VERSION' in env: 46 versions['compiler'] = 'GCC ' + env['GCC_VERSION'] 317 major = int(env.subst('$GCC_VERSION').partition('.')[0]) 343 """.format(env.get('GCC_VERSION', 'unknown'), env.get('TARGET_OS', 'unknown'))
|
/external/u-boot/examples/standalone/ |
D | stubs.c | 261 #if GCC_VERSION < 30400
|
/external/catch2/projects/XCode/OCTest/OCTest.xcodeproj/ |
D | project.pbxproj | 192 GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 234 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
D | gen_knobs.cpp | 45 #if (__GNUC__) && (GCC_VERSION < 409000)
|
/external/lz4/examples/ |
D | HCStreaming_ringBuffer.c | 13 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
|
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/ |
D | project.pbxproj | 393 GCC_VERSION = 4.0; 401 GCC_VERSION = 4.0;
|
/external/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/ |
D | project.pbxproj | 393 GCC_VERSION = 4.0; 401 GCC_VERSION = 4.0;
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/OGLES2HelloAPI.xcodeproj/ |
D | project.pbxproj | 307 GCC_VERSION = com.apple.compilers.llvm.clang.1_0; 328 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | hex_float.h | 30 #define GCC_VERSION 0 macro 32 #define GCC_VERSION \ macro 486 #if GCC_VERSION == 40801
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 30 #define GCC_VERSION 0 macro 32 #define GCC_VERSION \ macro 486 #if GCC_VERSION == 40801
|