Searched defs:xvp (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp60 void test_spec(X0<void*> xvp, void *vp) { argument
61 xvp.f1(vp);
90 void test_func_template(X0<void *> xvp, void *vp, const void *cvp) { argument
91 xvp.ft1(vp, cvp);
H A Dp2-0x.cpp96 void test_spec(N0::X0<void*> xvp, void *vp) { argument
97 xvp.f1(vp);
234 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, argument
236 xvp.ft1(vp, cvp);
237 xvp.ft1(vp, i);
238 xvp.ft1(vp, u);
H A Dp2.cpp97 void test_spec(N0::X0<void*> xvp, void *vp) { argument
98 xvp.f1(vp);
235 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, argument
237 xvp.ft1(vp, cvp);
238 xvp.ft1(vp, i);
239 xvp.ft1(vp, u);
/external/clang/test/SemaCXX/
H A Doverload-member-call.cpp39 void test(X x, const X xc, X* xp, const X* xcp, volatile X xv, volatile X* xvp) { argument
45 xvp->f(0); // expected-error{{no matching member function for call to 'f'}}

Completed in 225 milliseconds