Home | History | Annotate | Download | only in inlines
      1 int inner_inline (int inner_input, int mod_value);
      2 int outer_inline (int outer_input);
      3 int not_inlined_2 (int input);
      4 int not_inlined_1 (int input);
      5