Home
last modified time | relevance | path

Searched defs:non_const (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/utilities/optional/optional.monadic/
H A Dtransform.pass.cpp165 int non_const() { return 1; } in non_const() function
H A Dand_then.pass.cpp142 std::optional<int> non_const() { return 1; } in non_const() function
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/monadic/
H A Dor_else.pass.cpp174 std::expected<int, int> non_const() { return std::expected<int, int>(std::unexpect, 1); } in non_const() function
H A Dtransform_error.pass.cpp94 int non_const() { return 1; } in non_const() function
H A Dtransform.pass.cpp94 int non_const() { return 1; } in non_const() function
H A Dand_then.pass.cpp150 std::expected<int, int> non_const() { return 1; } in non_const() function