Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/support/
H A Dcallable_types.h36 struct CopyCallable { struct
37 constexpr CopyCallable(CopyCallable const& other) in CopyCallable() argument
40 constexpr CopyCallable(CopyCallable&& other) in CopyCallable() argument
46 constexpr explicit CopyCallable(bool x) : value(x) {} in CopyCallable() argument
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp39 friend struct CopyCallable<EvilBool>;
59 friend struct CopyCallable<ExplicitBool>;
112 using T = CopyCallable<bool>; in constructor_tests()
167 using T = CopyCallable<bool>; in return_type_tests()
174 using T = CopyCallable<ExplicitBool>; in return_type_tests()
181 using T = CopyCallable<EvilBool>; in return_type_tests()
280 using Obj = CopyCallable<bool>; in call_operator_sfinae_test()
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.bind_front/
H A Dbind_front.pass.cpp337 CopyCallable value(true); in test()
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.bind.partial/
H A Dbind_back.pass.cpp340 CopyCallable value(true); in test()