Home | History | Annotate | Download | only in dist

Lines Matching refs:noinline

491   "NOINLINE",
12136 # define SQLITE_NOINLINE __attribute__((noinline))
12138 # define SQLITE_NOINLINE __declspec(noinline)
184285 # define JSON_NOINLINE __attribute__((noinline))
184287 # define JSON_NOINLINE __declspec(noinline)