Searched refs:PtrMem (Results 1 – 5 of 5) sorted by relevance
202 int (S::*PtrMem); in test()203 …(PtrMem = &S::x ,s).*(PtrMem); // cxx11-warning {{unsequenced modification and access to 'PtrMem'}} in test()204 …(PtrMem = &S::x ,s).*(PtrMem = &S::x); // cxx11-warning {{multiple unsequenced modifications to 'P… in test()205 …(PtrMem = &S::x ,ps)->*(PtrMem); // cxx11-warning {{unsequenced modification and access to 'PtrMem… in test()206 …(PtrMem = &S::x ,ps)->*(PtrMem = &S::x); // cxx11-warning {{multiple unsequenced modifications to … in test()207 …(PtrMem = nullptr) == (PtrMem = nullptr); // cxx11-warning {{multiple unsequenced modifications to… in test()209 (PtrMem = nullptr) == PtrMem; // cxx11-warning {{unsequenced modification and access to 'PtrMem'}} in test()
41 template <class T> class PtrMem { class68 PtrMem
75 namespace PtrMem { namespace
78 namespace PtrMem { namespace