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

/art/runtime/base/
H A Dmacros.h33 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) macro
36 #if defined(__clang__) || GCC_VERSION >= 40700

Completed in 63 milliseconds