Lines Matching +defs:s +defs:a
47 int a, b, c, d, e, f; member
53 int a, b, c, d, e, f; member
103 void small_arg(Small s) {} in small_arg()
108 void medium_arg(Medium s) {} in medium_arg()
113 void small_arg_with_ctor(SmallWithCtor s) {} in small_arg_with_ctor()
119 void small_arg_with_dtor(SmallWithDtor s) {} in small_arg_with_dtor()
139 void ref_small_arg_with_dtor(const SmallWithDtor &s) { } in ref_small_arg_with_dtor()
145 void big_arg_with_dtor(BigWithDtor s) {} in big_arg_with_dtor()
184 void small_arg_with_vftable(SmallWithVftable s) {} in small_arg_with_vftable()
189 void medium_arg_with_copy_ctor(MediumWithCopyCtor s) {} in medium_arg_with_copy_ctor()
194 void big_arg(Big s) {} in big_arg()
221 void thiscall_method_arg(Empty s) {} in thiscall_method_arg()
226 void thiscall_method_arg(EmptyWithCtor s) {} in thiscall_method_arg()
231 void thiscall_method_arg(Small s) {} in thiscall_method_arg()
236 void thiscall_method_arg(SmallWithCtor s) {} in thiscall_method_arg()
241 void thiscall_method_arg(Big s) {} in thiscall_method_arg()
287 int a; member
316 int a; member
318 void foo(NonTrivial a, bool b) { } in foo()
329 void fn1(FnPtr1 a, SmallWithDtor b) { } in fn1()
333 void fn2(FnPtr1 a, SmallWithDtor b) { fn1(a, b); }; in fn2()