Home
last modified time | relevance | path

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

/external/clang/test/CXX/expr/expr.mptr.oper/
Dp5.cpp17 const volatile X0 *pcv, in test_object_cvquals() argument
37 …(pcv->*pm)(); // expected-error{{call to pointer to member function of type 'void ()' drops 'const… in test_object_cvquals()
38 …(pcv->*pmc)(); // expected-error{{call to pointer to member function of type 'void () const' drops… in test_object_cvquals()
39 …(pcv->*pmv)(); // expected-error{{call to pointer to member function of type 'void () volatile' dr… in test_object_cvquals()
40 (pcv->*pmcv)(); in test_object_cvquals()