Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-unsequenced.cpp202 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()
/llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
H A Dp5.cpp41 template <class T> class PtrMem { class
68 PtrMem
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_demangle.cpp186 case Node::Prec::PtrMem: in print()
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DItaniumDemangle.cpp185 case Node::Prec::PtrMem: in print()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx1z.cpp78 namespace PtrMem { namespace
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h173 PtrMem, enumerator
2955 {"ds", OperatorInfo::Member, /*Named*/ false, Node::Prec::PtrMem,
2987 {"pm", OperatorInfo::Member, /*Named*/ false, Node::Prec::PtrMem,
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h173 PtrMem, enumerator
2955 {"ds", OperatorInfo::Member, /*Named*/ false, Node::Prec::PtrMem,
2987 {"pm", OperatorInfo::Member, /*Named*/ false, Node::Prec::PtrMem,