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

1 2

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ansidecl.h 105 portable to other compilers, we provide the GCC_VERSION macro that
135 #ifndef GCC_VERSION
136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
137 #endif /* GCC_VERSION */
179 # if GCC_VERSION >= 2007
246 #if (GCC_VERSION < 2007)
252 # if (GCC_VERSION >= 2096)
261 # if (!defined (__cplusplus) && GCC_VERSION >= 2093)
274 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004)
286 # if (GCC_VERSION >= 3003
    [all...]
toplev.h 53 #if GCC_VERSION >= 4001
184 #if GCC_VERSION >= 3004
207 #endif /* GCC_VERSION >= 3004 */
hwint.h 25 GCC_VERSION >= 3000, assume this is the second or later stage of a
31 # if GCC_VERSION >= 3000
system.h 455 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L))
545 #if (GCC_VERSION > 2000)
556 #if (GCC_VERSION < 2007)
565 #if (GCC_VERSION < 3000)
639 #if (GCC_VERSION >= 3000)
789 #if defined(__GNUC__) && GCC_VERSION > 4000
804 #if GCC_VERSION >= 4003
libiberty.h 633 #if GCC_VERSION >= 2000 && !defined USE_C_ALLOCA
output.h 114 #if GCC_VERSION >= 3004
defaults.h 760 #if GCC_VERSION >= 3000 && defined IN_GCC
varray.h 215 #if defined ENABLE_CHECKING && (GCC_VERSION >= 2007)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ansidecl.h 105 portable to other compilers, we provide the GCC_VERSION macro that
135 #ifndef GCC_VERSION
136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
137 #endif /* GCC_VERSION */
179 # if GCC_VERSION >= 2007
246 #if (GCC_VERSION < 2007)
252 # if (GCC_VERSION >= 2096)
261 # if (!defined (__cplusplus) && GCC_VERSION >= 2093)
274 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004)
286 # if (GCC_VERSION >= 3003
    [all...]
toplev.h 53 #if GCC_VERSION >= 4001
184 #if GCC_VERSION >= 3004
207 #endif /* GCC_VERSION >= 3004 */
hwint.h 25 GCC_VERSION >= 3000, assume this is the second or later stage of a
31 # if GCC_VERSION >= 3000
system.h 455 ((GCC_VERSION >= 2007) || (__STDC_VERSION__ >= 199901L))
545 #if (GCC_VERSION > 2000)
556 #if (GCC_VERSION < 2007)
565 #if (GCC_VERSION < 3000)
639 #if (GCC_VERSION >= 3000) && !defined(IN_GCC_PLUGIN)
790 #if defined(__GNUC__) && GCC_VERSION > 4000
805 #if GCC_VERSION >= 4003
libiberty.h 633 #if GCC_VERSION >= 2000 && !defined USE_C_ALLOCA
output.h 114 #if GCC_VERSION >= 3004
defaults.h 760 #if GCC_VERSION >= 3000 && defined IN_GCC
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
ansidecl.h 105 portable to other compilers, we provide the GCC_VERSION macro that
135 #ifndef GCC_VERSION
136 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
137 #endif /* GCC_VERSION */
179 # if GCC_VERSION >= 2007
246 #if (GCC_VERSION < 2007)
252 # if (GCC_VERSION >= 2096)
261 # if (!defined (__cplusplus) && GCC_VERSION >= 2093)
274 #if ! defined(__cplusplus) || (GCC_VERSION >= 3004)
286 # if (GCC_VERSION >= 3003
    [all...]
  /external/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
  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 93 GCC_VERSION=4.4.3
105 TOOLCHAIN_NAME=$GCC_TARGET-glibc2.7-$GCC_VERSION
837 task_define configure_gcc "Configure gcc-$GCC_VERSION"
848 $TOOLCHAIN_SRC_DIR/gcc/gcc-$GCC_VERSION/configure \
859 task_define build_gcc "Build gcc-$GCC_VERSION"
869 task_define install_gcc "Install gcc-$GCC_VERSION"
  /external/webkit/JavaScriptCore/wtf/
Platform.h 78 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
885 #elif CPU(X86) && OS(WINDOWS) && COMPILER(MINGW) && GCC_VERSION >= 40100
891 #elif CPU(X86) && OS(LINUX) && GCC_VERSION >= 40100
894 #elif CPU(X86_64) && OS(LINUX) && GCC_VERSION >= 40100
961 #if (CPU(X86) && OS(WINDOWS) && COMPILER(MINGW) && GCC_VERSION >= 40100) \
963 || (CPU(X86) && OS(LINUX) && GCC_VERSION >= 40100) \
964 || (CPU(X86_64) && OS(LINUX) && GCC_VERSION >= 40100) \
  /ndk/build/tools/
copy-libstdcxx.sh 117 ABI_STL_INCLUDE="$ABI_STL/include/c++/$GCC_VERSION"
build-gdbserver.sh 171 "-I$TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/$GCC_VERSION/include \
build-gcc.sh 181 --with-gcc-version=$GCC_VERSION \
prebuilt-common.sh 601 GCC_VERSION=`expr -- "$TOOLCHAIN" : '.*-\([0-9\.]*\)'`
602 log "Using GCC version: $GCC_VERSION"
  /hardware/broadcom/wlan/bcm4329/src/include/
linux_osl.h 38 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__)
39 #if GCC_VERSION > 30100

Completed in 2306 milliseconds

1 2