Lines Matching full:but
75 …t t); // expected-note {{candidate function not viable: requires 3 arguments, but 2 were provided}}
76 …expected-note {{candidate function not viable: requires at least 3 arguments, but 2 were provided}}
77 …expected-note {{candidate function not viable: requires at least 3 arguments, but 2 were provided}}
79 …{candidate function not viable: 'this' argument has type 'const test1::A', but method is not marke…
80 …{candidate function not viable: 'this' argument has type 'const test1::A', but method is not marke…
86 …pected-note {{candidate function not viable: requires single argument 'n', but 2 arguments were pr…
87 …-note {{candidate function not viable: allows at most single argument 'n', but 2 arguments were pr…
88 …cted-note {{candidate function not viable: requires at least argument 'n', but no arguments were p…
89 …cted-note {{candidate function not viable: requires at least argument 'n', but no arguments were p…
90 … expected-note {{candidate function not viable: requires at most 2 arguments, but 3 were provided}}
91 … expected-note {{candidate function not viable: requires at most 2 arguments, but 3 were provided}}
110 …int f(); // expected-note {{'this' argument has type 'const b7398190::S', but method is not marked…
111 void f(int); // expected-note {{requires 1 argument, but 0 were provided}}