Lines Matching full:noinline
235 """Conditionally define `NOINLINE' function attribute.237 Conditionally defines a preprocessor macro `NOINLINE' that238 wraps GCC's `noinline' function attribute. The conditional245 self.undef_list.append("NOINLINE")247 # define NOINLINE __attribute__((noinline))249 # define NOINLINE