Searched refs:A_int_0 (Results 1 - 4 of 4) sorted by last modified time

/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dinvoke_int_0.pass.cpp36 struct A_int_0 struct
46 test(std::bind(A_int_0()), 4);
47 test_const(std::bind(A_int_0()), 5);
51 test(std::bind<int>(A_int_0()), 4);
52 test_const(std::bind<int>(A_int_0()), 5);
H A Dinvoke_void_0.pass.cpp42 struct A_int_0 struct
52 test(std::bind(A_int_0()));
53 test_const(std::bind(A_int_0()));
57 test(std::bind<void>(A_int_0()));
58 test_const(std::bind<void>(A_int_0()));
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A Dinvoke_int_0.pass.cpp28 struct A_int_0 struct
49 A_int_0 a0;
/external/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/
H A Dinvoke_int_0.pass.cpp31 struct A_int_0 struct
52 A_int_0 a0;
53 std::reference_wrapper<A_int_0> r1(a0);

Completed in 105 milliseconds