Lines Matching full:noinline
8 // The attribute set shall contain attributes 'noinline' and 'optnone'.
34 __attribute__((noinline)) int noinline_method(int a);
55 // optnone implies noinline; therefore attribute noinline is added to
58 // However 'noinline' wins over 'always_inline' and therefore
59 // the resulting attributes for this method are: noinline + optnone
72 // 'noinline' + 'noinline and optnone' = 'noinline and optnone'
162 // CHECK-NOT: noinline
164 // CHECK: attributes [[OPTNONE]] = {{.*}} noinline {{.*}} optnone