Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp379 auto returns_value = [](bool value) { return value; }; in other_callable_types_test() local
380 auto ret = std::not_fn(returns_value); in other_callable_types_test()
/external/llvm-project/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp378 auto returns_value = [](bool value) { return value; }; in other_callable_types_test() local
379 auto ret = std::not_fn(returns_value); in other_callable_types_test()