Home
last modified time | relevance | path

Searched defs: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
19 template<typename T> struct MoveOrCopyAssign { argument
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
[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
/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.cpp9958 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local
9966 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local
9974 if (CXXMethodDecl *CopyAssign = in ComputeDefaultedCopyAssignmentExceptionSpec() local