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

  /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)
tree.h 640 #if defined ENABLE_TREE_CHECKING && (GCC_VERSION >= 2007)
    [all...]
  /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/build/tools/
build-gdbserver.sh 120 "-I$TOOLCHAIN_PATH/lib/gcc/$ABI_TOOLCHAIN_PREFIX/$GCC_VERSION/include \
build-gcc.sh 182 --with-gcc-version=$GCC_VERSION \
prebuilt-common.sh 401 GCC_VERSION=`expr -- "$TOOLCHAIN" : '.*-\([0-9\.]*\)'`
402 log "Using GCC version: $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) \
  /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
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h 42 #if GCC_VERSION >= 4001
205 #if defined ENABLE_TREE_CHECKING && (GCC_VERSION >= 2007)
    [all...]

Completed in 599 milliseconds