Searched refs:testVPTemplate (Results 1 – 1 of 1) sorted by relevance
279 …void testVPTemplate(T v, T *p) { // expected-note {{candidate template ignored: substitution failu… in testVPTemplate() function in TestClassVP312 void testVPTemplate() { in testVPTemplate() function330 tc.testVPTemplate(&vp, &vpp); in testVPTemplate()331 tc.testVPTemplate<vp_t *>(&vp, &vpp); in testVPTemplate()332 …tc.testVPTemplate(vp, vpp); // expected-error {{no matching member function for call to 'tes… in testVPTemplate()333 …tc.testVPTemplate<vp_t>(vp, vpp); // expected-error {{no matching member function for call to 'tes… in testVPTemplate()