Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.not_fn/
H A Dnot_fn.pass.cpp199 auto ret = std::not_fn(returns_true); in other_callable_types_test()
270 using T = decltype(std::not_fn(returns_true)); in call_operator_sfinae_test()
/llvm-project-15.0.7/libcxx/test/support/
H A Dcallable_types.h19 constexpr bool returns_true() { return true; } in returns_true() function