Home
last modified time | relevance | path

Searched defs:CopyAssign (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CXX/special/class.copy/
Dp23-cxx11.cpp3 template<typename T> struct CopyAssign { struct
16 struct NonTrivialCopyAssign { argument
53 template struct CopyAssign<A1>; // expected-note {{here}} variable
73 template struct CopyAssign<B1>; // expected-note {{here}} variable
75 template struct CopyAssign<B2>; // expected-note {{here}} variable
77 template struct CopyAssign<B3>; variable
84 template struct CopyAssign<C1>; // expected-note {{here}} variable
109 template struct CopyAssign<D1>; // expected-note {{here}} variable
111 template struct CopyAssign<D3>; // expected-note {{here}} variable
113 template struct CopyAssign<D5>; // expected-note {{here}} variable
[all …]
/external/clang/test/CXX/class/class.union/
Dp1.cpp30 class CopyAssign { class
/external/clang/lib/Sema/
DSemaDeclCXX.cpp7564 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local
7574 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local
7585 if (CXXMethodDecl *CopyAssign = in ComputeDefaultedCopyAssignmentExceptionSpec() local