Searched refs:A_int_2 (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/ |
D | invoke.pass.cpp | 264 struct A_int_2 struct 295 A_int_2 a0; in testint_2() argument 296 std::reference_wrapper<A_int_2> r1(a0); in testint_2() 303 int(A_int_2::*fp)(int) = &A_int_2::mem1; in testint_2() 304 std::reference_wrapper<int (A_int_2::*)(int)> r1(fp); in testint_2() 305 A_int_2 a; in testint_2() 308 A_int_2* ap = &a; in testint_2() 313 int (A_int_2::*fp)(int) const = &A_int_2::mem2; in testint_2() 314 std::reference_wrapper<int (A_int_2::*)(int) const> r1(fp); in testint_2() 315 A_int_2 a; in testint_2() [all …]
|
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
D | invoke.pass.cpp | 345 struct A_int_2 struct 375 A_int_2 a0; in test_int_2() argument 383 int(A_int_2::*fp)(int) = &A_int_2::mem1; in test_int_2() 384 std::function<int (A_int_2, int)> r1(fp); in test_int_2() 385 A_int_2 a; in test_int_2() 388 std::function<int (A_int_2*, int)> r2(fp); in test_int_2() 389 A_int_2* ap = &a; in test_int_2() 394 int (A_int_2::*fp)(int) const = &A_int_2::mem2; in test_int_2() 395 std::function<int (A_int_2, int)> r1(fp); in test_int_2() 396 A_int_2 a; in test_int_2() [all …]
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | apply_extended_types.pass.cpp | 48 struct A_int_2 struct 50 A_int_2() {} in A_int_2() argument 51 A_int_2(int) {} in A_int_2() argument 68 typedef A_wrap<A_int_2> A_wrap_2; argument 80 typedef A_base<A_int_2> A_base_2; 289 typedef A_int_2 T; in test_ext_int_2() 414 std::tuple<A_int_2 &, int, int>, std::tuple<A_int_2 const &, int, int> in main() 415 , std::tuple<A_int_2 *, int, int>, std::tuple<A_int_2 const *, int, int> in main() 420 std::tuple<A_int_2, int, int>, std::tuple<A_int_2 const, int, int> in main() 421 , std::tuple<A_int_2 *, int, int>, std::tuple<A_int_2 const *, int, int> in main()
|