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

/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
H A Dallocator_pointers.pass.cpp38 typename std::allocator_traits<Alloc>::const_pointer cvp; local
47 static_assert(std::is_same<bool, decltype( vp == cvp)>::value, "");
48 static_assert(std::is_same<bool, decltype(cvp == vp)>::value, "");
49 static_assert(std::is_same<bool, decltype( vp != cvp)>::value, "");
50 static_assert(std::is_same<bool, decltype(cvp != vp)>::value, "");
51 static_assert(std::is_same<bool, decltype( vp > cvp)>::value, "");
52 static_assert(std::is_same<bool, decltype(cvp > vp)>::value, "");
53 static_assert(std::is_same<bool, decltype( vp >= cvp)>::value, "");
54 static_assert(std::is_same<bool, decltype(cvp >= vp)>::value, "");
55 static_assert(std::is_same<bool, decltype( vp < cvp)>
[all...]
/external/libcxx/test/utilities/memory/default.allocator/
H A Dallocator_pointers.pass.cpp38 typename std::allocator_traits<Alloc>::const_pointer cvp; local
47 static_assert(std::is_same<bool, decltype( vp == cvp)>::value, "");
48 static_assert(std::is_same<bool, decltype(cvp == vp)>::value, "");
49 static_assert(std::is_same<bool, decltype( vp != cvp)>::value, "");
50 static_assert(std::is_same<bool, decltype(cvp != vp)>::value, "");
51 static_assert(std::is_same<bool, decltype( vp > cvp)>::value, "");
52 static_assert(std::is_same<bool, decltype(cvp > vp)>::value, "");
53 static_assert(std::is_same<bool, decltype( vp >= cvp)>::value, "");
54 static_assert(std::is_same<bool, decltype(cvp >= vp)>::value, "");
55 static_assert(std::is_same<bool, decltype( vp < cvp)>
[all...]
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp1.cpp91 void test_func_template(X0<void *> xvp, void *vp, const void *cvp) { argument
92 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);
H A Dp2-0x.cpp146 void test_x0_cvvoid(N0::X0<const volatile void*> x0, const volatile void *cvp) { argument
147 x0.f1(cvp); // okay: we've explicitly specialized
274 void test_func_template(N0::X0<void *> xvp, void *vp, const void *cvp, argument
276 xvp.ft1(vp, cvp);
/external/clang/test/CXX/drs/
H A Ddr1xx.cpp405 extern const volatile void *cvp;
409 int *qcv = static_cast<int*>(cvp); // expected-error {{casts away qualifiers}}
413 const int *cqcv = static_cast<const int*>(cvp); // expected-error {{casts away qualifiers}}
417 const volatile int *cvqcv = static_cast<const volatile int*>(cvp);
/external/chromium_org/third_party/libxml/src/
H A Dxmllint.c2731 xmlValidCtxtPtr cvp; local
2733 if ((cvp = xmlNewValidCtxt()) == NULL) {
2738 cvp->userData = (void *) stderr;
2739 cvp->error = (xmlValidityErrorFunc) fprintf;
2740 cvp->warning = (xmlValidityWarningFunc) fprintf;
2745 if (!xmlValidateDtd(cvp, doc, dtd)) {
2759 xmlFreeValidCtxt(cvp);
2763 xmlValidCtxtPtr cvp; local
2765 if ((cvp = xmlNewValidCtxt()) == NULL) {
2774 cvp
[all...]
/external/libxml2/
H A Dxmllint.c2747 xmlValidCtxtPtr cvp; local
2749 if ((cvp = xmlNewValidCtxt()) == NULL) {
2754 cvp->userData = (void *) stderr;
2755 cvp->error = (xmlValidityErrorFunc) fprintf;
2756 cvp->warning = (xmlValidityWarningFunc) fprintf;
2761 if (!xmlValidateDtd(cvp, doc, dtd)) {
2775 xmlFreeValidCtxt(cvp);
2779 xmlValidCtxtPtr cvp; local
2781 if ((cvp = xmlNewValidCtxt()) == NULL) {
2790 cvp
[all...]

Completed in 218 milliseconds