Home | History | Annotate | Download | only in dist

Lines Matching defs:GCC_VERSION

211 /* The GCC_VERSION and MSVC_VERSION macros are used to
221 ** so the GCC_VERSION macro will be set to a correct non-zero value even
225 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__)
227 # define GCC_VERSION 0
259 #if GCC_VERSION>=7000000
13947 #if GCC_VERSION>=4007000 || __has_extension(c_atomic)
29139 #elif defined(__GNUC__) && GCC_VERSION>=4001000
36040 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
36056 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
36175 #if GCC_VERSION>=5004000 && !defined(__INTEL_COMPILER)
36195 #if GCC_VERSION>=5004000 && !defined(__INTEL_COMPILER)
36210 #if GCC_VERSION>=5004000 && !defined(__INTEL_COMPILER)
36312 #if GCC_VERSION>=5004000
69880 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4008000
82453 #if GCC_VERSION>=7000000
208945 ** Note that the GCC_VERSION macro will also be set correctly when using
208949 #ifndef GCC_VERSION
208951 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__)
208953 # define GCC_VERSION 0
209035 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
209053 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
209089 #if SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
209108 #if SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
209687 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
212864 #ifndef GCC_VERSION
212866 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__)
212868 # define GCC_VERSION 0