Lines Matching +defs:b +defs:string
63 auto L = [=](auto b, char c = 'x') { in test()
79 auto L = [=](auto b) { in test()
93 auto L = [=](auto b) { in test()
106 auto L = [=](auto b) { in test()
181 int (*fp2)(int) = [](auto b) -> int { return b; }; in test()
237 return [](auto b) { in test()
247 return [](auto b) { //expected-note 3{{begins here}} in test()
258 return [](auto b) { in test()
315 return [](char b) { in test()
335 return [](decltype(a) b) { in test()
359 return [](decltype(a) b) { in test()
390 return [](decltype(a) b) { in test()
422 return [](decltype(a) b) { in test()
460 auto M = [](char b) -> void { in fooT()
483 auto M = [](char b) { in fooT()
505 auto M = [](decltype(a) ... b) { in fooV()
537 return [](decltype(a) b) { in test()
576 auto M = [](decltype(a) ... b) -> void { in fooV()
601 auto M = [](decltype(a) ... b) -> void { in fooV()
621 auto M = [](decltype(a) ... b) { in fooV()
661 return [](decltype(a) b) { in test()
702 return [](decltype(a) b) { in __anon1df60a8b4d02()
739 auto M = [](auto b, decltype(a) b2) -> int { in test()
755 auto L = [](auto b) { in test()
799 struct string { struct
800 string(const char *__s) { } in string() argument
801 string &operator+=(const string &__str) { return *this; } in operator +=()
818 struct string { struct
819 string(const char *__s) { } in string() function
820 string &operator+=(const string &__str) { return *this; } in operator +=()