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

/fuchsia/zircon/third_party/ulib/backtrace/
H A Dinternal.h39 #ifndef GCC_VERSION
40 # define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
43 #if (GCC_VERSION < 2007)
52 # if (GCC_VERSION >= 2096)
H A Dbtest.c47 #ifndef GCC_VERSION
48 # define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__) macro
51 #if (GCC_VERSION < 2007)
/fuchsia/zircon/third_party/ulib/lz4/
H A Dxxhash.c135 #define GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) macro
149 #elif GCC_VERSION >= 403
/fuchsia/zircon/scripts/
H A Dsymbolize38 GCC_VERSION = '6.3.0' variable

Completed in 79 milliseconds