HomeSort by relevance Sort by last modified time
    Searched defs:GCC_VERSION (Results 1 - 5 of 5) 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...]
  /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...]
  /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...]
  /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
  /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) \

Completed in 125 milliseconds