Home
last modified time | relevance | path

Searched refs:return_value_nc (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.cpp220 auto ret = std::not_fn(&MemFunCallable::return_value_nc); in other_callable_types_test()
275 using T = decltype(std::not_fn(&MemFunCallable::return_value_nc)); in call_operator_sfinae_test()
/llvm-project-15.0.7/libcxx/test/support/
H A Dcallable_types.h114 constexpr bool return_value_nc() { return value; } in return_value_nc() function