Searched defs:GCC_VERSION (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCompiler.h91 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) macro
92 #define GCC_VERSION_AT_LEAST(major, minor, patch) (GCC_VERSION >= (major * 10000 + minor * 100 + patch))
/external/fio/crc/
H A Dxxhash.c96 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
107 #elif GCC_VERSION >= 403
/external/valgrind/main/coregrind/m_demangle/
H A Dansidecl.h106 portable to other compilers, we provide the GCC_VERSION macro that
140 #ifndef GCC_VERSION
141 #define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
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 >
[all...]
/external/chromium_org/v8/src/base/platform/
H A Dplatform-linux.cc72 #define GCC_VERSION (__GNUC__ * 10000 \ macro
75 #if GCC_VERSION >= 40600
82 #elif GCC_VERSION < 40500
98 #undef GCC_VERSION macro
H A Dplatform-qnx.cc57 #define GCC_VERSION (__GNUC__ * 10000 \ macro
60 #if GCC_VERSION >= 40600
67 #elif GCC_VERSION < 40500
83 #undef GCC_VERSION macro

Completed in 161 milliseconds