Home | History | Annotate | Download | only in dist

Lines Matching defs:GCC_VERSION

207 /* The GCC_VERSION and MSVC_VERSION macros are used to
217 ** so the GCC_VERSION macro will be set to a correct non-zero value even
221 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__)
223 # define GCC_VERSION 0
23285 #elif defined(__GNUC__) && GCC_VERSION>=4001000
28860 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
28876 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
28995 #if GCC_VERSION>=5004000
29015 #if GCC_VERSION>=5004000
29030 #if GCC_VERSION>=5004000
58902 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4008000
164574 ** Note that the GCC_VERSION macro will also be set correctly when using
164578 #ifndef GCC_VERSION
164580 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__)
164582 # define GCC_VERSION 0
164636 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
164654 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
164690 #if SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
164709 #if SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
165265 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000