Lines Matching +defs:print +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()
233 template<class ... Ts> void print(Ts ...) { } in print() function
425 return [](auto ... c) { in test()
461 auto N = [](auto c) -> void { in fooT()
484 auto N = [](auto c) { in fooT()
501 template<class ... Ts> void print(Ts ... ts) { } in print() function
506 auto N = [](auto c) { in fooV()
540 return [](auto ... c) { in test()
570 template<class ... Ts> void print(Ts ... ts) { } in print() function
577 auto N = [](auto c) -> void { in fooV()
602 auto N = [](auto c) -> void { in fooV()
622 auto N = [](auto c) -> void { in fooV()
664 return [](auto ... c) { in test()
705 return [](auto ... c) { in __anonbf2dfd744d02()