Lines Matching refs:ccc
243 int test_param15(int bbb, int ccc);
266 C(int bbb, int ccc);
270 int test_param19(int bbb, int ccc);
276 void test_param20(int bbb, int ccc);
310 typedef int test_function_like_typedef1(int aaa, int ccc);
316 typedef int (*test_function_like_typedef2)(int aaa, int ccc);
322 typedef int (* const test_function_like_typedef3)(int aaa, int ccc);
328 typedef int (C::*test_function_like_typedef4)(int aaa, int ccc);
334 typedef foo::function_wrapper<int (int aaa, int ccc)> test_function_like_typedef5;
340 typedef foo::function_wrapper<int (int aaa, int ccc)> *test_function_like_typedef6;
346 typedef foo::function_wrapper<int (int aaa, int ccc)> &test_function_like_typedef7;
352 typedef foo::function_wrapper<int (int aaa, int ccc)> &&test_function_like_typedef8;