HomeSort by relevance Sort by last modified time
    Searched refs:GCC_VERSION (Results 1 - 25 of 44) sorted by null

1 2

  /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/valgrind/coregrind/m_demangle/
ansidecl.h 33 portable to other compilers, we provide the GCC_VERSION macro that
63 #ifndef GCC_VERSION
64 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
65 #endif /* GCC_VERSION */
87 # if GCC_VERSION >= 2007
114 #if (GCC_VERSION < 2007)
120 # if (GCC_VERSION >= 2096)
131 # if GCC_VERSION >= 2093
137 # if GCC_VERSION >= 4005
149 #if GCC_VERSION >= 300
    [all...]
  /external/fio/compiler/
compiler-gcc4.h 8 #define GCC_VERSION (__GNUC__ * 10000 \
12 #if GCC_VERSION >= 40300
  /external/valgrind/auxprogs/
build-gcc 19 GCC_VERSION=5.1.0
36 wget ftp://ftp.gnu.org/gnu/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2
40 rm -rf gcc-$GCC_VERSION
41 tar xf gcc-$GCC_VERSION.tar.bz2
42 cd gcc-$GCC_VERSION
48 ../gcc-$GCC_VERSION/configure --prefix=$INSTALL_DIR --disable-bootstrap \
  /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...]
diagnostic-core.h 52 #if (ENABLE_CHECKING && GCC_VERSION >= 4001) || GCC_VERSION == BUILDING_GCC_VERSION
system.h 541 (((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L)) \
547 (((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L)) \
548 && (!defined(__cplusplus) || (GCC_VERSION >= 4007)))
664 #if (GCC_VERSION < 2007)
673 #if (GCC_VERSION < 3000)
686 #elif (GCC_VERSION >= 4005)
702 #if (GCC_VERSION >= 4005) && !ENABLE_ASSERT_CHECKING
760 #if (GCC_VERSION >= 3000)
984 #if defined(__GNUC__) && GCC_VERSION > 4000
1014 #if GCC_VERSION >= 400
    [all...]
hwint.h 31 GCC_VERSION >= 3000, assume this is the second or later stage of a
37 # if GCC_VERSION >= 3000
175 #if GCC_VERSION < 3004
193 #else /* GCC_VERSION >= 3004 */
266 #endif /* GCC_VERSION >= 3004 */
  /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...]
  /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/valgrind/drd/scripts/
download-and-build-gcc 9 GCC_VERSION=4.5.0
13 SRC=$HOME/software/gcc-${GCC_VERSION}
15 TAR=gcc-${GCC_VERSION}.tar.bz2
16 PREFIX=$HOME/gcc-${GCC_VERSION}
50 wget -q $FSF_MIRROR/gcc/gcc-${GCC_VERSION}/$TAR \
51 || { wget -q -O- $FSF_MIRROR/gcc/gcc-${GCC_VERSION}/${TAR%bz2}gz \
  /prebuilts/qemu-kernel/
build-kernel.sh 17 GCC_VERSION=4.9
128 echo " --gcc-version=<version> use specific GCC version [$GCC_VERSION]"
157 GCC_VERSION=$OPTION_GCC_VERSION
163 GCC_VERSION=4.6
169 GCC_VERSION=4.8
172 GCC_VERSION=4.9
175 GCC_VERSION=4.9
177 echo "Autoconfig: --gcc-version=$GCC_VERSION"
243 CROSSTOOLCHAIN=${CROSSPREFIX}$GCC_VERSION
270 CROSSTOOLCHAIN=${CROSSPREFIX}$GCC_VERSION
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 29 # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include/c++/ ## GCC_VERSION
30 # define _STLP_NATIVE_CPP_RUNTIME_INCLUDE_PATH ../include/c++/ ## GCC_VERSION
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 29 # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include/c++/ ## GCC_VERSION
30 # define _STLP_NATIVE_CPP_RUNTIME_INCLUDE_PATH ../include/c++/ ## GCC_VERSION
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 29 # define _STLP_NATIVE_CPP_C_INCLUDE_PATH ../include/c++/ ## GCC_VERSION
30 # define _STLP_NATIVE_CPP_RUNTIME_INCLUDE_PATH ../include/c++/ ## GCC_VERSION
  /external/syslinux/gpxe/src/arch/i386/
Makefile 19 GCC_VERSION := $(subst ., ,$(shell $(CC) -dumpversion))
20 GCC_MAJOR := $(firstword $(GCC_VERSION))
  /external/syslinux/gnu-efi/gnu-efi-3.0/
Makefile 94 ifeq ($(GCC_VERSION),2)
  /external/v8/src/base/platform/
platform-qnx.cc 56 #define GCC_VERSION (__GNUC__ * 10000 \
59 #if GCC_VERSION >= 40600
66 #elif GCC_VERSION < 40500
82 #undef GCC_VERSION
platform-linux.cc 64 #define GCC_VERSION (__GNUC__ * 10000 \
67 #if GCC_VERSION >= 40600 && !defined(__clang__)
74 #elif GCC_VERSION < 40500 && !defined(__clang__)
90 #undef GCC_VERSION
  /external/lz4/examples/
HCStreaming_ringBuffer.c 13 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 138 GCC_VERSION=4.8.1
173 --gcc-version=*) GCC_VERSION=$optarg;;
224 --gcc-version=<version> Select gcc version [$GCC_VERSION]."
435 download_package http://ftp.gnu.org/gnu/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2
736 build_core_gcc gcc-$GCC_VERSION $GCC_CONFIGURE_OPTIONS
745 build_libgcc gcc-$GCC_VERSION
  /toolchain/binutils/binutils-2.25/gas/
sb.c 138 #if GCC_VERSION >= 3004
  /toolchain/binutils/binutils-2.25/gold/
gold.h 159 #if defined(__GNUC__) && GCC_VERSION < 4003
  /external/fio/crc/
xxhash.c 96 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
107 #elif GCC_VERSION >= 403

Completed in 846 milliseconds

1 2