Home
last modified time | relevance | path

Searched refs:GCC_VERSION (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmacros.h33 #define GCC_VERSION (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) macro
36 #if defined(__clang__) || GCC_VERSION >= 40700
/art/compiler/
Dcommon_compiler_test.cc121 #if GCC_VERSION >= 40303 in MakeExecutable()