Home
last modified time | relevance | path

Searched defs:SQLITE_NOINLINE (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h288 # define SQLITE_NOINLINE __attribute__((noinline)) macro
290 # define SQLITE_NOINLINE __declspec(noinline) macro
292 # define SQLITE_NOINLINE macro