Home
last modified time | relevance | path

Searched refs:ConvertFromCopyIntMayThrow (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/libcxx/utilities/expected/expected.expected/
H A Dnoexcept.extension.compile.pass.cpp33 std::expected<ConvertFromCopyIntMayThrow, long>,
36 std::expected<long, ConvertFromCopyIntMayThrow>,
39 std::expected<ConvertFromCopyIntMayThrow, ConvertFromCopyIntMayThrow>, //
61 std::expected<ConvertFromCopyIntMayThrow, int>,
69 std::expected<int, ConvertFromCopyIntMayThrow>,
86 std::expected<ConvertFromCopyIntMayThrow, int>,
106 std::expected<int, ConvertFromCopyIntMayThrow>,
/llvm-project/libcxx/test/libcxx/utilities/expected/
H A Dtypes.h22 struct ConvertFromCopyIntMayThrow { struct
23 ConvertFromCopyIntMayThrow(const int&);
24 ConvertFromCopyIntMayThrow(int&&) noexcept;
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.void/
H A Dnoexcept.extension.compile.pass.cpp29 std::expected<void, ConvertFromCopyIntMayThrow>,
46 std::expected<void, ConvertFromCopyIntMayThrow>,
64 std::expected<void, ConvertFromCopyIntMayThrow>,
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.unexpected/
H A Dnoexcept.extension.compile.pass.cpp24 std::unexpected<ConvertFromCopyIntMayThrow>,
34 std::unexpected<ConvertFromCopyIntMayThrow>,