Lines Matching refs:candidate
16 …__constant auto err = [&]() {}; //expected-note{{candidate function not viable: 'this' object is i…
35 …auto priv3 = []() __global {}; //expected-note{{candidate function not viable: 'this' object is in…
37 //expected-note@35{{conversion candidate of type 'void (*)() __attribute__((thiscall))'}}
39 //expected-note@35{{conversion candidate of type 'void (*)()'}}
43 …__constant auto const1 = []() __private{}; //expected-note{{candidate function not viable: 'this' …
45 //expected-note@43{{conversion candidate of type 'void (*)() __attribute__((thiscall))'}}
47 //expected-note@43{{conversion candidate of type 'void (*)()'}}
50 …__constant auto const2 = []() __generic{}; //expected-note{{candidate function not viable: 'this' …
52 //expected-note@50{{conversion candidate of type 'void (*)() __attribute__((thiscall))'}}
54 //expected-note@50{{conversion candidate of type 'void (*)()'}}
61 …tching function for call to object of type '(lambda at}} expected-note{{candidate function not via…
62 …tching function for call to object of type '(lambda at}} expected-note{{candidate function not via…
64 …tching function for call to object of type '(lambda at}} expected-note{{candidate function not via…