Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp61 void test_spec(X0<void*> xvp, void *vp) { in test_spec()
91 void test_func_template(X0<void *> xvp, void *vp, const void *cvp) { in test_func_template()
H A Dp2.cpp101 void test_spec(N0::X0<void*> xvp, void *vp) { in test_spec()
239 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, in test_func_template()
H A Dp2-0x.cpp136 void test_spec(N0::X0<void*> xvp, void *vp) { in test_spec()
274 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, in test_func_template()
/llvm-project/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) { in test()