Home | History | Annotate | Download | only in orig

Lines Matching refs:noinline

491   "NOINLINE",
12136 # define SQLITE_NOINLINE __attribute__((noinline))
12138 # define SQLITE_NOINLINE __declspec(noinline)
184257 # define JSON_NOINLINE __attribute__((noinline))
184259 # define JSON_NOINLINE __declspec(noinline)