Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/expected/
H A Dtypes.h147 struct MoveOnlyErrorType { struct
148 constexpr MoveOnlyErrorType(int) {} in MoveOnlyErrorType() argument
149 MoveOnlyErrorType(MoveOnlyErrorType&&) {} in MoveOnlyErrorType() argument
150 MoveOnlyErrorType(const MoveOnlyErrorType&&) {} in MoveOnlyErrorType() argument
152 MoveOnlyErrorType& operator=(const MoveOnlyErrorType argument
[all...]
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/monadic/
H A Dor_else.pass.cpp189 auto l = [](MoveOnlyErrorType in test_move_only_error_type() argument
196 __anond16712ba0302(const MoveOnlyErrorType&) test_move_only_error_type() argument
203 __anond16712ba0402(MoveOnlyErrorType&&) test_move_only_error_type() argument
210 __anond16712ba0502(const MoveOnlyErrorType&&) test_move_only_error_type() argument
[all...]
H A Dtransform_error.pass.cpp221 auto l = [](MoveOnlyErrorType in test_move_only_error_type() argument
228 __anon41e07a760502(const MoveOnlyErrorType&) test_move_only_error_type() argument
235 __anon41e07a760602(MoveOnlyErrorType&&) test_move_only_error_type() argument
242 __anon41e07a760702(const MoveOnlyErrorType&&) test_move_only_error_type() argument
[all...]