Searched refs:CopyAssign (Results 1 – 4 of 4) 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 …]
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()
326 TEST(RepeatedField, CopyAssign) { in TEST() argument791 TEST(RepeatedPtrField, CopyAssign) { in TEST() argument
9995 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local9997 ExceptSpec.CalledDecl(Base.getLocStart(), CopyAssign); in ComputeDefaultedCopyAssignmentExceptionSpec()10003 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local10005 ExceptSpec.CalledDecl(Base.getLocStart(), CopyAssign); in ComputeDefaultedCopyAssignmentExceptionSpec()10011 if (CXXMethodDecl *CopyAssign = in ComputeDefaultedCopyAssignmentExceptionSpec() local10015 ExceptSpec.CalledDecl(Field->getLocation(), CopyAssign); in ComputeDefaultedCopyAssignmentExceptionSpec()