Home
last modified time | relevance | path

Searched refs:CopyAssign (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CXX/special/class.copy/
Dp23-cxx11.cpp5 template<typename T> struct CopyAssign { struct
66 template struct CopyAssign<A1>; // expected-note {{here}} variable
86 template struct CopyAssign<B1>; // expected-note {{here}} variable
88 template struct CopyAssign<B2>; // expected-note {{here}} variable
90 template struct CopyAssign<B3>; variable
97 template struct CopyAssign<C1>; // expected-note {{here}} variable
128 template struct CopyAssign<D1>; // expected-note {{here}} variable
131 template struct CopyAssign<D3>; // expected-note {{here}} variable
134 template struct CopyAssign<D5>; // expected-note {{here}} variable
137 template struct CopyAssign<D7>; // expected-note {{here}} variable
[all …]
/external/clang/test/CXX/class/class.union/
Dp1.cpp30 class CopyAssign { // expected-note 2 {{because no assignment operator can be used to copy an objec… class
31 CopyAssign& operator=(CopyAssign& CA) { abort(); } in operator =()
45CopyAssign 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()
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc326 TEST(RepeatedField, CopyAssign) { in TEST() argument
791 TEST(RepeatedPtrField, CopyAssign) { in TEST() argument
/external/clang/lib/Sema/
DSemaDeclCXX.cpp9995 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local
9997 ExceptSpec.CalledDecl(Base.getLocStart(), CopyAssign); in ComputeDefaultedCopyAssignmentExceptionSpec()
10003 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local
10005 ExceptSpec.CalledDecl(Base.getLocStart(), CopyAssign); in ComputeDefaultedCopyAssignmentExceptionSpec()
10011 if (CXXMethodDecl *CopyAssign = in ComputeDefaultedCopyAssignmentExceptionSpec() local
10015 ExceptSpec.CalledDecl(Field->getLocation(), CopyAssign); in ComputeDefaultedCopyAssignmentExceptionSpec()