HomeSort by relevance Sort by last modified time
    Searched defs:GCC_VERSION (Results 1 - 15 of 15) sorted by null

  /external/syslinux/gpxe/src/arch/i386/
Makefile 19 GCC_VERSION := $(subst ., ,$(shell $(CC) -dumpversion))
20 GCC_MAJOR := $(firstword $(GCC_VERSION))
  /external/fio/compiler/
compiler-gcc4.h 8 #define GCC_VERSION (__GNUC__ * 10000 \
12 #if GCC_VERSION >= 40300
  /external/fio/crc/
xxhash.c 96 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
107 #elif GCC_VERSION >= 403
  /external/lz4/examples/
HCStreaming_ringBuffer.c 13 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
  /external/v8/src/base/platform/
platform-linux.cc 63 #define GCC_VERSION \
65 #if GCC_VERSION >= 40600 && !defined(__clang__)
72 #elif GCC_VERSION < 40500 && !defined(__clang__)
89 #undef GCC_VERSION
platform-qnx.cc 56 #define GCC_VERSION (__GNUC__ * 10000 \
59 #if GCC_VERSION >= 40600
66 #elif GCC_VERSION < 40500
82 #undef GCC_VERSION
  /external/valgrind/coregrind/m_demangle/
ansidecl.h 31 portable to other compilers, we provide the GCC_VERSION macro that
61 #ifndef GCC_VERSION
62 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
63 #endif /* GCC_VERSION */
85 # if GCC_VERSION >= 2007
112 #if (GCC_VERSION < 2007)
118 # if (GCC_VERSION >= 2096)
129 # if GCC_VERSION >= 2093
135 # if GCC_VERSION >= 4005
147 #if GCC_VERSION >= 300
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ansidecl.h 106 portable to other compilers, we provide the GCC_VERSION macro that
140 #ifndef GCC_VERSION
141 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
142 #endif /* GCC_VERSION */
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
286 #if GCC_VERSION >= 300
    [all...]
  /toolchain/binutils/binutils-2.27/include/
ansidecl.h 31 portable to other compilers, we provide the GCC_VERSION macro that
61 #ifndef GCC_VERSION
62 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
63 #endif /* GCC_VERSION */
85 # if GCC_VERSION >= 2007
112 #if (GCC_VERSION < 2007)
118 # if (GCC_VERSION >= 2096)
129 # if GCC_VERSION >= 2093
135 # if GCC_VERSION >= 4005
147 #if GCC_VERSION >= 300
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 142 #define GCC_VERSION (__GNUC__ * 10000 \
146 #if !defined(__clang__) && (__GNUC__) && (GCC_VERSION < 40500)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
utils.h 136 #define GCC_VERSION (__GNUC__ * 10000 \
140 #if defined(__clang__) || (defined(__GNUC__) && (GCC_VERSION < 40900))
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp 57 # define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
58 # if 40600 <= GCC_VERSION
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp 52 # define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
53 # if 40600 <= GCC_VERSION
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 954 /* The GCC_VERSION and MSVC_VERSION macros are used to
964 ** so the GCC_VERSION macro will be set to a correct non-zero value even
968 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__)
970 # define GCC_VERSION 0
    [all...]
  /external/sqlite/dist/
sqlite3.c 954 /* The GCC_VERSION and MSVC_VERSION macros are used to
964 ** so the GCC_VERSION macro will be set to a correct non-zero value even
968 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__)
970 # define GCC_VERSION 0
    [all...]

Completed in 504 milliseconds