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

  /external/skia/src/gpu/effects/
GrProxyMove.h 18 # define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
19 # if (GCC_VERSION > 40900)
24 # undef GCC_VERSION
  /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/darwin-x86/arm/arm-eabi-4.8/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
288 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/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
288 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004
    [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.25/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...]
  /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...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp 57 # define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
58 # if 40600 <= GCC_VERSION
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 207 /* The GCC_VERSION and MSVC_VERSION macros are used to
217 ** so the GCC_VERSION macro will be set to a correct non-zero value even
221 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__)
223 # define GCC_VERSION 0
    [all...]
  /external/sqlite/dist/
sqlite3.c 207 /* The GCC_VERSION and MSVC_VERSION macros are used to
217 ** so the GCC_VERSION macro will be set to a correct non-zero value even
221 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__)
223 # define GCC_VERSION 0
    [all...]

Completed in 2438 milliseconds