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

1 2

  /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 */
  /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 \
  /ndk/sources/cxx-stl/gnu-libstdc++/
build-gnu-libstdc++.sh 131 local GCC_VERSION="$4"
140 INSTALLDIR=$BUILDDIR/install-$ABI-$GCC_VERSION/$THUMB
141 BUILDDIR=$BUILDDIR/$LIBTYPE-${ABI}${THUMB}-$GCC_VERSION
147 BINPREFIX=$ANDROID_BUILD_TOP/prebuilts/ndk/current/$(get_toolchain_binprefix_for_arch $ARCH $GCC_VERSION $TAG)
152 GNUSTL_SRCDIR=$SRCDIR/gcc/gcc-$GCC_VERSION/libstdc++-v3
280 PROJECT="gnustl_$LIBTYPE gcc-$GCC_VERSION $ABI $THUMB"
295 --with-gxx-include-dir=$INSTALLDIR/include/c++/$GCC_VERSION
313 # $3: GCC_VERSION
319 local GCC_VERSION="$3"
323 local SDIR="$BUILDDIR/install-$ABI-$GCC_VERSION"
    [all...]
  /ndk/build/tools/
build-gdbserver.py 38 GCC_VERSION = '4.9'
47 toolchain_name = '-'.join([toolchain, GCC_VERSION])
build-gcc.py 60 GCC_VERSION = '4.9'
68 package_gcc(args.dist_dir, host_tag, arch, GCC_VERSION)
build-cxx-stl.sh 83 GCC_VERSION=
84 register_var_option "--gcc-version=<ver>" GCC_VERSION "Specify GCC version"
95 if [ -n "${LLVM_VERSION}" -a -n "${GCC_VERSION}" ]; then
96 panic "Cannot set both LLVM_VERSION and GCC_VERSION. Make up your mind!"
177 if [ -z "$LLVM_VERSION" -a -z "$GCC_VERSION" ]; then
565 if [ -n "$GCC_VERSION" ]; then
566 GCCVER=$GCC_VERSION
build-mingw64-toolchain.sh 137 GCC_VERSION=4.8.3
172 --gcc-version=*) GCC_VERSION=$optarg;;
223 --gcc-version=<version> Select gcc version [$GCC_VERSION]."
424 download_package http://ftp.gnu.org/gnu/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2
697 build_core_gcc gcc-$GCC_VERSION $GCC_CONFIGURE_OPTIONS
706 build_libgcc gcc-$GCC_VERSION
  /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...]
  /ndk/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/current/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/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 72 #define GCC_VERSION (__GNUC__ * 10000 \
75 #if GCC_VERSION >= 40600
82 #elif GCC_VERSION < 40500
98 #undef GCC_VERSION
  /art/runtime/base/
macros.h 33 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
36 #if defined(__clang__) || GCC_VERSION >= 40700
  /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/lz4/lib/
lz4.c 126 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
128 #if (GCC_VERSION >= 302) || (__INTEL_COMPILER >= 800) || defined(__clang__)
271 #if GCC_VERSION!=409 /* disabled on GCC 4.9, as it generates invalid opcode (crash) */
337 # elif defined(__GNUC__) && (GCC_VERSION >= 304) && !defined(LZ4_FORCE_SW_BITCOUNT)
350 # elif defined(__GNUC__) && (GCC_VERSION >= 304) && !defined(LZ4_FORCE_SW_BITCOUNT)
366 # elif defined(__GNUC__) && (GCC_VERSION >= 304) && !defined(LZ4_FORCE_SW_BITCOUNT)
382 # elif defined(__GNUC__) && (GCC_VERSION >= 304) && !defined(LZ4_FORCE_SW_BITCOUNT)
    [all...]

Completed in 769 milliseconds

1 2