Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dconst_pair.pass.cpp28 struct PotentiallyThrowingCopyAssignable { struct
30PotentiallyThrowingCopyAssignable& operator=(PotentiallyThrowingCopyAssignable const&) { return *t… in operator =() argument
H A Dconvert_copy.pass.cpp44 struct PotentiallyThrowingCopyAssignable { struct
46PotentiallyThrowingCopyAssignable& operator=(PotentiallyThrowingCopyAssignable const&) { return *t… in operator =() argument
H A Dcopy.pass.cpp40 struct PotentiallyThrowingCopyAssignable { struct
41PotentiallyThrowingCopyAssignable& operator=(PotentiallyThrowingCopyAssignable const&) { return *t… in operator =() argument