Home
last modified time | relevance | path

Searched defs:MoveMayThrow (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libcxx/test/std/utilities/expected/expected.void/assign/
H A Dassign.unexpected.copy.pass.cpp47 MoveMayThrow& operator=(const MoveMayThrow&) = default; in MoveMayThrow() argument
48 MoveMayThrow(MoveMayThrow&&) noexcept(false) {} in operator =() argument
44 struct MoveMayThrow { global() struct
H A Dassign.unexpected.move.pass.cpp49 MoveMayThrow& operator=(const MoveMayThrow&) = default; in MoveMayThrow() argument
50 MoveMayThrow(MoveMayThrow&&) noexcept(false) {} in operator =() argument
46 struct MoveMayThrow { global() struct
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/assign/
H A Dassign.unexpected.copy.pass.cpp49 MoveMayThrow& operator=(const MoveMayThrow&) = default; in MoveMayThrow() argument
50 MoveMayThrow(MoveMayThrow&&) noexcept(false) {} in operator =() argument
46 struct MoveMayThrow { global() struct
H A Dassign.unexpected.move.pass.cpp49 MoveMayThrow& operator=(const MoveMayThrow&) = default; in MoveMayThrow() argument
50 MoveMayThrow(MoveMayThrow&&) noexcept(false) {} in operator =() argument
46 struct MoveMayThrow { global() struct
H A Dassign.copy.pass.cpp53 MoveMayThrow& operator=(const MoveMayThrow&) = default; in MoveMayThrow() argument
54 MoveMayThrow(MoveMayThrow&&) noexcept(false) {} in operator =() argument
50 struct MoveMayThrow { global() struct
[all...]
/llvm-project/libcxx/test/std/utilities/expected/expected.void/ctor/
H A Dctor.move.pass.cpp42 struct MoveMayThrow { in MoveMayThrow() argument
41 struct MoveMayThrow { global() struct
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/ctor/
H A Dctor.move.pass.cpp49 struct MoveMayThrow { in MoveMayThrow() argument
48 struct MoveMayThrow { global() struct
/llvm-project/libcxx/test/std/utilities/expected/expected.void/swap/
H A Dfree.swap.pass.cpp42 MoveMayThrow(MoveMayThrow&&) noexcept(false); in swap() argument
40 struct MoveMayThrow { global() struct
H A Dmember.swap.pass.cpp51 MoveMayThrow(MoveMayThrow&&) noexcept(false); in swap() argument
49 struct MoveMayThrow { global() struct
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/swap/
H A Dfree.swap.pass.cpp47 MoveMayThrow(MoveMayThrow&&) noexcept(false); in swap() argument
45 struct MoveMayThrow { global() struct
[all...]
H A Dmember.swap.pass.cpp59 MoveMayThrow(MoveMayThrow&&) noexcept(false); in swap() argument
57 struct MoveMayThrow { global() struct
[all...]