Searched refs:CopyAssign (Results 1 – 5 of 5) sorted by relevance
5 template<typename T> struct CopyAssign { struct66 template struct CopyAssign<A1>; // expected-note {{here}} variable86 template struct CopyAssign<B1>; // expected-note {{here}} variable88 template struct CopyAssign<B2>; // expected-note {{here}} variable90 template struct CopyAssign<B3>; variable97 template struct CopyAssign<C1>; // expected-note {{here}} variable128 template struct CopyAssign<D1>; // expected-note {{here}} variable131 template struct CopyAssign<D3>; // expected-note {{here}} variable134 template struct CopyAssign<D5>; // expected-note {{here}} variable137 template struct CopyAssign<D7>; // expected-note {{here}} variable[all …]
55 struct CopyAssign { struct64 CopyAssign(int v) : value(v) { ++alive; } in CopyAssign() argument65 CopyAssign(const CopyAssign &o) : value(o.value) { in CopyAssign() argument69 CopyAssign(CopyAssign &&o) : value(o.value) { in CopyAssign() argument74 CopyAssign &operator=(const CopyAssign &o) { in operator =() argument79 CopyAssign &operator=(CopyAssign &&o) { in operator =() argument85 ~CopyAssign() { --alive; } in ~CopyAssign() argument89 int CopyAssign::alive = 0; argument90 int CopyAssign::copy_construct = 0;91 int CopyAssign::copy_assign = 0;[all …]
30 class CopyAssign { // expected-note 2 {{because no assignment operator can be used to copy an objec… class31 CopyAssign& operator=(CopyAssign& CA) { abort(); } in operator =()45 …CopyAssign copyassign; // expected-error {{union member 'copyassign' has a non-trivial copy assign…67 CopyAssign copyassign;88 …struct s5 : CopyAssign { // expected-note {{because no assignment operator can be used to copy an …130 Either<int,CopyAssign> copyassign(0); // expected-note {{in instantiation of template}} in fred()
361 TEST(RepeatedField, CopyAssign) { in TEST() argument881 TEST(RepeatedPtrField, CopyAssign) { in TEST() argument
10121 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local10123 ExceptSpec.CalledDecl(Base.getLocStart(), CopyAssign); in ComputeDefaultedCopyAssignmentExceptionSpec()10129 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local10131 ExceptSpec.CalledDecl(Base.getLocStart(), CopyAssign); in ComputeDefaultedCopyAssignmentExceptionSpec()10137 if (CXXMethodDecl *CopyAssign = in ComputeDefaultedCopyAssignmentExceptionSpec() local10141 ExceptSpec.CalledDecl(Field->getLocation(), CopyAssign); in ComputeDefaultedCopyAssignmentExceptionSpec()