Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/optional/optional.monadic/
H A Dtransform.pass.cpp72 struct RVCRefQual { struct
76 constexpr int operator()(int) const&& { return 1; } in operator ()()
H A Dand_then.pass.cpp72 struct RVCRefQual { struct
76 constexpr std::optional<int> operator()(int) const&& { return 1; } in operator ()()
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/monadic/
H A Dor_else.pass.cpp76 struct RVCRefQual { struct
80 operator ()RVCRefQual operator ()() argument
H A Dtransform_error.pass.cpp80 struct RVCRefQual { struct
84 operator ()RVCRefQual operator ()() argument
H A Dtransform.pass.cpp80 struct RVCRefQual { struct
84 operator ()RVCRefQual operator ()() argument
H A Dand_then.pass.cpp76 struct RVCRefQual { struct
80 operator ()RVCRefQual operator ()() argument