Home
last modified time | relevance | path

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

/external/clang/test/CXX/special/class.copy/
Dp23-cxx11.cpp11 template<typename T> struct MoveAssign { struct
29 struct NonTrivialMoveAssign { argument
74 template struct MoveAssign<A2>; // expected-note {{here}} variable
87 template struct MoveAssign<B1>; // expected-note {{here}} variable
89 template struct MoveAssign<B2>; // expected-note {{here}} variable
91 template struct MoveAssign<B3>; variable
98 template struct MoveAssign<C1>; // expected-note {{here}} variable
129 template struct MoveAssign<D2>; // expected-note {{here}} variable
132 template struct MoveAssign<D4>; // expected-note {{here}} variable
135 template struct MoveAssign<D6>; // expected-note {{here}} variable
[all …]
/external/llvm/unittests/Support/
DRegexTest.cpp149 TEST_F(RegexTest, MoveAssign) { in TEST_F() argument
/external/clang/lib/Sema/
DSemaDeclCXX.cpp10351 if (CXXMethodDecl *MoveAssign = LookupMovingAssignment(BaseClassDecl, in ComputeDefaultedMoveAssignmentExceptionSpec() local
10359 if (CXXMethodDecl *MoveAssign = LookupMovingAssignment(BaseClassDecl, in ComputeDefaultedMoveAssignmentExceptionSpec() local
10367 if (CXXMethodDecl *MoveAssign = in ComputeDefaultedMoveAssignmentExceptionSpec() local