Home
last modified time | relevance | path

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

12

/external/u-boot/include/linux/
Dcompiler-gcc.h8 #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/
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.cc61 #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/
Dstatic_libstdc++.cmake5 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/
Drx-includes.hpp55 #define GCC_VERSION (__GNUC__ * 10000 + \ macro
59 #if GCC_VERSION >= 40801
63 #if GCC_VERSION >= 40400
/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/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dos.h154 #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/
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/bcc/
DCMakeLists.txt70 execute_process(COMMAND ${CMAKE_C_COMPILER} -dumpversion OUTPUT_VARIABLE GCC_VERSION)
71 if (USINGISYSTEM AND GCC_VERSION VERSION_LESS 6.0)
/external/libusb-compat/
DMacConfigExternalDebug.xcconfig11 GCC_VERSION=4.2
DMacConfigExternalRelease.xcconfig16 GCC_VERSION=4.2
/external/googletest/googletest/xcode/Config/
DGeneral.xcconfig38 GCC_VERSION = 4.0
/external/google-breakpad/src/testing/gtest/xcode/Config/
DGeneral.xcconfig38 GCC_VERSION = 4.0
/external/catch2/CMake/
DFindGcov.cmake32 string(REGEX MATCH "^[0-9]+" GCC_VERSION
35 find_program(GCOV_BIN NAMES gcov-${GCC_VERSION} gcov
/external/epid-sdk/
DSConstruct45 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/
Dstubs.c261 #if GCC_VERSION < 30400
/external/catch2/projects/XCode/OCTest/OCTest.xcodeproj/
Dproject.pbxproj192 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/
Dgen_knobs.cpp45 #if (__GNUC__) && (GCC_VERSION < 409000)
/external/lz4/examples/
DHCStreaming_ringBuffer.c13 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj393 GCC_VERSION = 4.0;
401 GCC_VERSION = 4.0;
/external/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
Dproject.pbxproj393 GCC_VERSION = 4.0;
401 GCC_VERSION = 4.0;
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/OGLES2HelloAPI.xcodeproj/
Dproject.pbxproj307 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/
Dhex_float.h30 #define GCC_VERSION 0 macro
32 #define GCC_VERSION \ macro
486 #if GCC_VERSION == 40801
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dhex_float.h30 #define GCC_VERSION 0 macro
32 #define GCC_VERSION \ macro
486 #if GCC_VERSION == 40801

12