Lines Matching refs:aaa
253 int test_param13(int aaa, int bbb);
258 int test_param14(int aaa, int bbb);
268 int test_param16(int aaa, int bbb);
274 int test_param17(int aaa, int bbb);
280 int test_param18(int aaa, int bbb);
337 typedef int test_function_like_typedef1(int aaa, int ccc);
343 typedef int (*test_function_like_typedef2)(int aaa, int ccc);
349 typedef int (* const test_function_like_typedef3)(int aaa, int ccc);
355 typedef int (C::*test_function_like_typedef4)(int aaa, int ccc);
361 typedef foo::function_wrapper<int (int aaa, int ccc)> test_function_like_typedef5;
367 typedef foo::function_wrapper<int (int aaa, int ccc)> *test_function_like_typedef6;
373 typedef foo::function_wrapper<int (int aaa, int ccc)> &test_function_like_typedef7;
379 typedef foo::function_wrapper<int (int aaa, int ccc)> &&test_function_like_typedef8;
382 typedef int (*test_not_function_like_typedef1)(int aaa);
402 using test_function_like_using1 = int (int aaa, int ccc);
408 using test_function_like_using2 = int (*)(int aaa, int ccc);
414 using test_function_like_using3 = int (* const)(int aaa, int ccc);
420 using test_function_like_using4 = int (C::*)(int aaa, int ccc);
426 using test_function_like_using5 = foo::function_wrapper<int (int aaa, int ccc)>;
432 using test_function_like_using6 = foo::function_wrapper<int (int aaa, int ccc)> *;
438 using test_function_like_using7 = foo::function_wrapper<int (int aaa, int ccc)> &;
444 using test_function_like_using8 = foo::function_wrapper<int (int aaa, int ccc)> &&;
452 using test_function_like_using9 = int(T aaa, int ccc);
460 using test_function_like_using10 = int (*)(T aaa, int ccc);
468 using test_function_like_using11 = foo::function_wrapper<int (T aaa, int ccc)>;
476 using test_function_like_using12 = foo::function_wrapper<int (T aaa, int ccc)> *;
478 using test_not_function_like_using1 = int (*)(int aaa);
495 int test_vararg_param1(int aaa, ...);
502 int test_vararg_param3(int aaa);
512 int test_template_vararg_param1(int aaa, ...);
521 int test_template_vararg_param3(int aaa);
535 void test_tparam2(int aaa);
541 void test_tparam3(T aaa);
546 void test_tparam4(TT aaa);
555 void test_tparam6(TTT aaa);
561 void test_tparam7(T1 aaa, T2 bbb);
567 void test_tparam8(SomeTy aaa, OtherTy bbb);
573 void test_tparam9(T1 aaa, T2 bbb);
578 void test_tparam10(TT<int> aaa);
672 void test_deprecated_7(T aaa);
742 int test_returns_right_decl_4(T aaa);
747 int test_returns_right_decl_4(int aaa);
751 T test_returns_right_decl_5(T aaa);
778 void test_returns_wrong_decl_5(T aaa);
783 void test_returns_wrong_decl_5(int aaa);
976 void test_attach26(T aaa);
982 void test_attach27(T aaa, U bbb);
989 void test_attach27(int aaa, int bbb);
996 T aaa; member in test_attach28
1057 void test_attach34(T aaa, U bbb);
1067 void test_attach36(TT aaa, UU bbb);
1075 void test_attach35<int>::test_attach36(int aaa, int bbb) {} in test_attach36() argument
1083 void test_attach38(int aaa, int bbb);
1085 void test_attach39(int aaa, int bbb);
1093 void test_attach37<int>::test_attach38(int aaa, int bbb) {} in test_attach38() argument
1099 void test_attach37<T>::test_attach39(int aaa, int bbb) {} in test_attach39() argument