Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CXX/special/class.copy/
H A 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 …]
/minix3/external/bsd/llvm/dist/clang/test/CXX/class/class.union/
H A Dp1.cpp30 class CopyAssign { // expected-note 2 {{because no assignment operator can be used to copy an objec… class
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp9848 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local
9856 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local
9864 if (CXXMethodDecl *CopyAssign = in ComputeDefaultedCopyAssignmentExceptionSpec() local