Home
last modified time | relevance | path

Searched defs:NonConst (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/test/std/utilities/optional/optional.monadic/
H A Dtransform.pass.cpp164 struct NonConst { struct
170 std::optional<NonConst> opt{}; in test_sfinae() argument
H A Dand_then.pass.cpp141 struct NonConst { struct
142 std::optional<int> non_const() { return 1; } in non_const()
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/monadic/
H A Dor_else.pass.cpp173 struct NonConst { struct
179 std::expected<int, NonConst> e{1}; in test_sfinae() argument
H A Dtransform_error.pass.cpp93 struct NonConst { struct
94 non_constNonConst non_const() argument
H A Dtransform.pass.cpp93 struct NonConst { struct
94 non_constNonConst non_const() argument
H A Dand_then.pass.cpp149 struct NonConst { struct
150 non_constNonConst non_const() argument
/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp40 struct NonConst { struct
/llvm-project/clang/test/CXX/special/class.copy/
H A Dp11.0x.copy.cpp51 struct NonConst { struct
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DMakeMemberFunctionConstCheck.cpp50 enum UsageKind { Unused, Const, NonConst }; enumerator