/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p1.cpp | 61 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()
|
D | p2.cpp | 131 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()
|
D | p2-0x.cpp | 136 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/ |
D | p1.cpp | 61 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()
|
D | p2.cpp | 101 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()
|
D | p2-0x.cpp | 133 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/ |
D | overload-member-call.cpp | 39 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/ |
D | overload-member-call.cpp | 39 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()
|