Searched refs:pcv (Results 1 – 1 of 1) sorted by relevance
17 const volatile X0 *pcv, in test_object_cvquals() argument37 …(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()