Lines Matching full:matching
7 (void)min(1, 2l); // expected-error{{no matching function for call to 'min'}}
14 (void)dyn_cast(ptr); // expected-error{{no matching function for call to 'dyn_cast'}}
23 get<int>(ptr); // expected-error{{no matching function for call to 'get'}}
32 (void)get_type(ptr); // expected-error{{no matching function for call to 'get_type'}}
41 (void)x.min(1, 2l); // expected-error{{no matching member function for call to 'min'}}
49 int k = if_size_4<char>(); // expected-error{{no matching function}}
58 if_int<char>(); // expected-error{{no matching function}}
80 foo(NS1::array<int>()); // expected-error{{no matching function for call to 'foo'}}
100 void bar() { foo<int>(); } // expected-error {{no matching function for call to 'foo'}}
114 void quux() { baz<int>(); } // expected-error {{no matching function for call to 'baz'}}
125 void wobble() { wibble<int>(); } // expected-error {{no matching function for call to 'wibble'}}