Searched defs:CopyAssign (Results 1 – 5 of 5) sorted by relevance
5 template<typename T> struct CopyAssign { struct19 template<typename T> struct MoveOrCopyAssign { argument66 template struct CopyAssign<A1>; // expected-note {{here}} variable86 template struct CopyAssign<B1>; // expected-note {{here}} variable88 template struct CopyAssign<B2>; // expected-note {{here}} variable90 template struct CopyAssign<B3>; variable97 template struct CopyAssign<C1>; // expected-note {{here}} variable128 template struct CopyAssign<D1>; // expected-note {{here}} variable131 template struct CopyAssign<D3>; // expected-note {{here}} variable134 template struct CopyAssign<D5>; // expected-note {{here}} variable[all …]
48 struct CopyAssign { struct49 constexpr CopyAssign(int v, int* alv, int* cpy_ctr, int* cpy_assi, int* move_ctr, int* move_assi) in CopyAssign() argument58 constexpr CopyAssign(const CopyAssign& o) in CopyAssign() function68 constexpr CopyAssign(CopyAssign&& o) noexcept in CopyAssign() argument79 constexpr CopyAssign& operator=(const CopyAssign& o) { in operator =() argument89 constexpr CopyAssign& operator=(CopyAssign&& o) noexcept { in operator =() argument100 TEST_CONSTEXPR_CXX20 ~CopyAssign() { --*alive; } in ~CopyAssign() argument118 struct NTCopyAssign { argument
30 class CopyAssign { // expected-note 2 {{because no assignment operator can be used to copy an objec… class
98 TEST(LlvmLibcStringTest, CopyAssign) { in TEST() argument
140 TYPED_TEST(MappedIteratorTestBasic, CopyAssign) { in TYPED_TEST() argument