Searched defs:CopyAssign (Results 1 – 4 of 4) sorted by relevance
5 template<typename T> struct CopyAssign { struct19 template<typename T> struct MoveOrCopyAssign { argument66 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}} variable[all …]
30 class CopyAssign { // expected-note 2 {{because no assignment operator can be used to copy an objec… class
276 TEST(RepeatedField, CopyAssign) { in TEST() argument704 TEST(RepeatedPtrField, CopyAssign) { in TEST() argument
9459 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local9467 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local9475 if (CXXMethodDecl *CopyAssign = in ComputeDefaultedCopyAssignmentExceptionSpec() local