Home
last modified time | relevance | path

Searched refs:functor4 (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/refwrap/
Dweak_result.pass.cpp52 class functor4 class
95 static_assert(!has_result_type<std::reference_wrapper<functor4> >::value, ""); in main()
/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/refwrap/
Dunary.pass.cpp38 class functor4 class
60 std::reference_wrapper<functor4> >::value), ""); in main()
Dbinary.pass.cpp38 class functor4 class
60 std::reference_wrapper<functor4> >::value), ""); in main()
/external/libcxx/test/libcxx/utilities/function.objects/refwrap/
Dunary.pass.cpp37 class functor4 class
59 std::reference_wrapper<functor4> >::value), ""); in main()
Dbinary.pass.cpp37 class functor4 class
59 std::reference_wrapper<functor4> >::value), ""); in main()
/external/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/
Dweak_result.pass.cpp55 class functor4 class
98 static_assert(!has_result_type<std::reference_wrapper<functor4> >::value, ""); in main()
/external/tensorflow/tensorflow/core/kernels/
Daggregate_ops.cc101 functor::Add4Functor<Device, T> functor4; in Compute() local
102 functor4(ctx->template eigen_device<Device>(), To, I(0), I(1), I(2), in Compute()