Lines Matching +defs:foo +defs:c
63 auto L = [=](auto b, char c = 'x') { in test()
108 return [=](auto c) { in test()
182 int (*fp3)(char) = [](auto c) -> int { return c; }; in test()
354 static void foo(double d) { } in test() function
385 static void foo(double d) { } in test() function
417 static void foo(double d) { } in test() function
425 return [](auto ... c) { in test()
461 auto N = [](auto c) -> void { in fooT()
484 auto N = [](auto c) { in fooT()
506 auto N = [](auto c) { in fooV()
532 void foo(double d) { } in foo() function
540 return [](auto ... c) { in test()
577 auto N = [](auto c) -> void { in fooV()
602 auto N = [](auto c) -> void { in fooV()
622 auto N = [](auto c) -> void { in fooV()
656 static void foo(double d) { } in foo() function
664 return [](auto ... c) { in test()
696 static void foo(double d) { } in foo() function
705 return [](auto ... c) { in __anon1df60a8b4d02()
746 template<class T> void foo(T) { in foo() function
865 void foo(int i = ([] (int i) { return i; })(2)) { } in __anon1df60a8b5b02() function
891 void foo(int i = ([] (int i) { return i; })(2)) { } in __anon1df60a8b6702() function