Searched refs:cvp (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp90 void test_func_template(X0<void *> xvp, void *vp, const void *cvp) { argument
91 xvp.ft1(vp, cvp);
H A Dp2-0x.cpp106 void test_x0_cvvoid(N0::X0<const volatile void*> x0, const volatile void *cvp) { argument
107 x0.f1(cvp); // okay: we've explicitly specialized
234 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, argument
236 xvp.ft1(vp, cvp);
H A Dp2.cpp107 void test_x0_cvvoid(N0::X0<const volatile void*> x0, const volatile void *cvp) { argument
108 x0.f1(cvp); // okay: we've explicitly specialized
235 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, argument
237 xvp.ft1(vp, cvp);
/external/libxml2/
H A Dxmllint.c2745 xmlValidCtxtPtr cvp; local
2747 if ((cvp = xmlNewValidCtxt()) == NULL) {
2752 cvp->userData = (void *) stderr;
2753 cvp->error = (xmlValidityErrorFunc) fprintf;
2754 cvp->warning = (xmlValidityWarningFunc) fprintf;
2759 if (!xmlValidateDtd(cvp, doc, dtd)) {
2773 xmlFreeValidCtxt(cvp);
2777 xmlValidCtxtPtr cvp; local
2779 if ((cvp = xmlNewValidCtxt()) == NULL) {
2788 cvp
[all...]

Completed in 7152 milliseconds