Home
last modified time | relevance | path

Searched refs:GCC_VERSION (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A 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() macro
H A Dplatform-starboard.cc38 #define GCC_VERSION \ in ArmUsingHardFloat() macro
40 #if GCC_VERSION >= 40600 && !defined(__clang__) in ArmUsingHardFloat()
47 #elif GCC_VERSION < 40500 && !defined(__clang__) in ArmUsingHardFloat()
64 #undef GCC_VERSION in ArmUsingHardFloat() macro
H A Dplatform-posix.cc217 #define GCC_VERSION \ in ArmUsingHardFloat() macro
219 #if GCC_VERSION >= 40600 && !defined(__clang__) in ArmUsingHardFloat()
226 #elif GCC_VERSION < 40500 && !defined(__clang__) in ArmUsingHardFloat()
243 #undef GCC_VERSION in ArmUsingHardFloat() macro
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_hpp_macros.hpp99 # define GCC_VERSION ( __GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ ) macro
108 # if 40600 <= GCC_VERSION
147 # if ( 201907 <= __cpp_constexpr ) && ( !defined( __GNUC__ ) || ( 110400 < GCC_VERSION ) )
/third_party/libbpf/include/linux/
H A Doverflow.h16 #define GCC_VERSION (__GNUC__ * 10000 \ macro
19 #if GCC_VERSION >= 50100
/third_party/lz4/examples/
H A DHCStreaming_ringBuffer.c13 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
/third_party/cJSON/
H A DMakefile31 GCC_VERSION := "`$(CC) -dumpversion`" macro
32 IS_GCC_ABOVE_MIN_VERSION := $(shell expr "$(GCC_VERSION)" ">=" "$(MIN_GCC_VERSION)")
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dhex_float.h30 #define GCC_VERSION 0 macro
32 #define GCC_VERSION \ macro
486 #if GCC_VERSION == 40801
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h30 #define GCC_VERSION 0 macro
32 #define GCC_VERSION \ macro
486 #if GCC_VERSION == 40801
/third_party/spirv-tools/source/util/
H A Dhex_float.h30 #define GCC_VERSION 0 macro
32 #define GCC_VERSION \ macro
487 #if GCC_VERSION == 40801
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Doptional_test.cc989 #define GCC_VERSION (__GNUC__ * 10000 \ macro
992 #if GCC_VERSION < 40901
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp154 # define GCC_VERSION ( __GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__ ) macro
155 # if 40600 <= GCC_VERSION
/third_party/sqlite/src/
H A Dsqlite3.c208 /* The GCC_VERSION and MSVC_VERSION macros are used to
218 ** so the GCC_VERSION macro will be set to a correct non-zero value even
222 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__) macro
224 # define GCC_VERSION 0 macro
256 #if GCC_VERSION>=7000000
13520 #if GCC_VERSION>=4007000 || __has_extension(c_atomic)
201375 # define GCC_VERSION global() macro
201377 # define GCC_VERSION global() macro
205423 # define GCC_VERSION global() macro
205425 # define GCC_VERSION global() macro
[all...]

Completed in 159 milliseconds