Lines Matching refs:no_match
649 extern void no_match(float), no_match(int);650 i1(no_match); // expected-error {{no matching function}}651 i2(0, 0, no_match); // expected-error {{no matching function}}