Searched defs:noinline (Results 1 – 14 of 14) sorted by relevance
48 #define noinline macro111 # define noinline macro
29 #define noinline __attribute__((noinline)) macro
18 #define noinline __attribute__((noinline)) macro
6 #define noinline __attribute__((__noinline__)) macro
276 bool noinline = false; in ValidateNoInline() local868 bool noinline; in ExpandInlineFunctions() local
10 #define noinline __attribute__((noinline)) macro
7 #define noinline __attribute__((__noinline__)) macro
34 #define noinline __attribute__((__noinline__)) macro
61 #define noinline __attribute__((__noinline__)) macro
100 noinline=None): argument
245 USE(noinline) in USE() argument
1640 def testFoo(self, noinline): argument
313 inline fun noinline(noinline param1: () -> String): String { in <lambda>() method in com.squareup.kotlinpoet.metadata.specs.Parameters
283 FunctionDef noinline = compilable; in TEST() local