Home | History | Annotate | Download | only in gen

Lines Matching full:noinline

235         """Conditionally define `NOINLINE' function attribute.
237 Conditionally defines a preprocessor macro `NOINLINE' that
238 wraps GCC's `noinline' function attribute. The conditional
245 self.undef_list.append("NOINLINE")
247 # define NOINLINE __attribute__((noinline))
249 # define NOINLINE