Searched refs:ConvertFromCopyIntMayThrow (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.expected/ |
H A D | noexcept.extension.compile.pass.cpp | 33 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 D | types.h | 22 struct ConvertFromCopyIntMayThrow { struct 23 ConvertFromCopyIntMayThrow(const int&); 24 ConvertFromCopyIntMayThrow(int&&) noexcept;
|
/llvm-project/libcxx/test/libcxx/utilities/expected/expected.void/ |
H A D | noexcept.extension.compile.pass.cpp | 29 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 D | noexcept.extension.compile.pass.cpp | 24 std::unexpected<ConvertFromCopyIntMayThrow>, 34 std::unexpected<ConvertFromCopyIntMayThrow>,
|