Home
last modified time | relevance | path

Searched refs:testVPTemplate (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dppc-pair-mma-types.cpp279 …void testVPTemplate(T v, T *p) { // expected-note {{candidate template ignored: substitution failu… in testVPTemplate() function in TestClassVP
312 void testVPTemplate() { in testVPTemplate() function
330 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()