Home
last modified time | relevance | path

Searched refs:ConstCallable (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dcallable_types.h52 struct ConstCallable { struct
53 constexpr ConstCallable(ConstCallable const& other) in ConstCallable() function
56 constexpr ConstCallable(ConstCallable&& other) in ConstCallable() argument
62 constexpr explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument
/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp388 using T = ConstCallable<bool>; in call_operator_noexcept_test()