Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp1.cpp61 void test_spec(X0<void*> xvp, void *vp) { in test_spec() argument
62 xvp.f1(vp); in test_spec()
91 void test_func_template(X0<void *> xvp, void *vp, const void *cvp) { in test_func_template() argument
92 xvp.ft1(vp, cvp); in test_func_template()
Dp2.cpp131 void test_spec(N0::X0<void*> xvp, void *vp) { in test_spec() argument
132 xvp.f1(vp); in test_spec()
281 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, in test_func_template() argument
283 xvp.ft1(vp, cvp); in test_func_template()
284 xvp.ft1(vp, i); in test_func_template()
285 xvp.ft1(vp, u); in test_func_template()
Dp2-0x.cpp136 void test_spec(N0::X0<void*> xvp, void *vp) { in test_spec() argument
137 xvp.f1(vp); in test_spec()
274 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, in test_func_template() argument
276 xvp.ft1(vp, cvp); in test_func_template()
277 xvp.ft1(vp, i); in test_func_template()
278 xvp.ft1(vp, u); in test_func_template()
/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp1.cpp61 void test_spec(X0<void*> xvp, void *vp) { in test_spec() argument
62 xvp.f1(vp); in test_spec()
91 void test_func_template(X0<void *> xvp, void *vp, const void *cvp) { in test_func_template() argument
92 xvp.ft1(vp, cvp); in test_func_template()
Dp2.cpp101 void test_spec(N0::X0<void*> xvp, void *vp) { in test_spec() argument
102 xvp.f1(vp); in test_spec()
239 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, in test_func_template() argument
241 xvp.ft1(vp, cvp); in test_func_template()
242 xvp.ft1(vp, i); in test_func_template()
243 xvp.ft1(vp, u); in test_func_template()
Dp2-0x.cpp133 void test_spec(N0::X0<void*> xvp, void *vp) { in test_spec() argument
134 xvp.f1(vp); in test_spec()
271 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, in test_func_template() argument
273 xvp.ft1(vp, cvp); in test_func_template()
274 xvp.ft1(vp, i); in test_func_template()
275 xvp.ft1(vp, u); in test_func_template()
/external/clang/test/SemaCXX/
Doverload-member-call.cpp39 void test(X x, const X xc, X* xp, const X* xcp, volatile X xv, volatile X* xvp) { in test() argument
45 xvp->f(0); // expected-error{{no matching member function for call to 'f'}} in test()
/external/llvm-project/clang/test/SemaCXX/
Doverload-member-call.cpp39 void test(X x, const X xc, X* xp, const X* xcp, volatile X xv, volatile X* xvp) { in test() argument
45 xvp->f(0); // expected-error{{no matching member function for call to 'f'}} in test()