Searched defs:xvp (Results 1 - 4 of 4) sorted by relevance
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
H A D | p1.cpp | 60 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 D | p2-0x.cpp | 96 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 D | p2.cpp | 97 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 D | overload-member-call.cpp | 39 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