Home
last modified time | relevance | path

Searched refs:A_int_2 (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
Dinvoke.pass.cpp264 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/
Dinvoke.pass.cpp345 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/experimental/utilities/tuple/tuple.apply/
Dextended_types.pass.cpp48 struct A_int_2 struct
50 A_int_2() {} in A_int_2() function
51 A_int_2(int) {} in A_int_2() function
68 typedef A_wrap<A_int_2> A_wrap_2; argument
80 typedef A_base<A_int_2> A_base_2;
290 typedef A_int_2 T; in test_ext_int_2()
415 std::tuple<A_int_2 &, int, int>, std::tuple<A_int_2 const &, int, int> in main()
416 , 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()
422 , std::tuple<A_int_2 *, int, int>, std::tuple<A_int_2 const *, int, int> in main()
Dconstexpr_types.pass.cpp38 struct A_int_2 struct
40 constexpr A_int_2() {} in A_int_2() argument
107 constexpr A_int_2 a; in test_2()
Dtypes.pass.cpp85 struct A_int_2 struct
87 A_int_2() {} in A_int_2() argument
340 A_int_2 a; in test_int_2()
348 A_int_2 const a; in test_int_2()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply_extended_types.pass.cpp48 struct A_int_2 struct
50 A_int_2() {} in A_int_2() function
51 A_int_2(int) {} in A_int_2() function
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()