Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dutil.c1302 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000 in sqlite3Get4byte()
1318 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000 in sqlite3Put4byte()
1437 #if GCC_VERSION>=5004000 && !defined(__INTEL_COMPILER) in sqlite3AddInt64()
1457 #if GCC_VERSION>=5004000 && !defined(__INTEL_COMPILER) in sqlite3SubInt64()
1472 #if GCC_VERSION>=5004000 && !defined(__INTEL_COMPILER) in sqlite3MulInt64()
1574 #if GCC_VERSION>=5004000 in sqlite3LogEst()
H A Dmutex_unix.c94 #elif defined(__GNUC__) && GCC_VERSION>=4001000 in sqlite3MemoryBarrier()
H A DbtreeInt.h725 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4008000
H A DsqliteInt.h112 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__) macro
114 # define GCC_VERSION 0 macro
146 #if GCC_VERSION>=7000000
233 #if GCC_VERSION>=4007000 || __has_extension(c_atomic)
H A Dvdbemem.c111 #if GCC_VERSION>=7000000 in vdbeMemRenderNum()
/sqlite-3.40.0/ext/misc/
H A Dfossildelta.c192 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__) macro
194 # define GCC_VERSION 0 macro
217 #if GCC_VERSION>=4003000 in checksum()
/sqlite-3.40.0/ext/rtree/
H A Drtree.c427 #ifndef GCC_VERSION
429 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__) macro
431 # define GCC_VERSION 0 macro
507 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000 in readCoord()
525 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000 in readInt64()
561 #if SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000 in writeCoord()
580 #if SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000 in writeInt64()
1161 #elif SQLITE_BYTEORDER==1234 && GCC_VERSION>=4003000
H A Dgeopoly.c71 #ifndef GCC_VERSION
73 # define GCC_VERSION (__GNUC__*1000000+__GNUC_MINOR__*1000+__GNUC_PATCHLEVEL__) macro
75 # define GCC_VERSION 0 macro