Searched defs:a0 (Results 1 - 13 of 13) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A Dinvoke_int_0.pass.cpp49 A_int_0 a0; local
50 std::function<int ()> r1(a0);
H A Dinvoke_void_0.pass.cpp56 A_void_0 a0; local
57 std::function<void ()> r1(a0);
H A Dinvoke.pass.cpp62 A_void_1 a0; local
63 std::function<void (int)> r1(a0);
137 A_int_1 a0; local
138 std::function<int (int)> r1(a0);
221 A_void_2 a0; local
222 std::function<void (int, int)> r1(a0);
299 A_int_2 a0; local
300 std::function<int (int, int)> r1(a0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/
H A Dinvoke_int_0.pass.cpp52 A_int_0 a0; local
53 std::reference_wrapper<A_int_0> r1(a0);
H A Dinvoke_void_0.pass.cpp57 A_void_0 a0; local
58 std::reference_wrapper<A_void_0> r1(a0);
H A Dinvoke.pass.cpp65 A_void_1 a0; local
66 std::reference_wrapper<A_void_1> r1(a0);
138 A_int_1 a0; local
139 std::reference_wrapper<A_int_1> r1(a0);
219 A_void_2 a0; local
220 std::reference_wrapper<A_void_2> r1(a0);
295 A_int_2 a0; local
296 std::reference_wrapper<A_int_2> r1(a0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
H A Ddestroy.pass.cpp60 std::aligned_storage<sizeof(A0)>::type a0; local
61 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
63 std::allocator_traits<A<int> >::destroy(a, (A0*)&a0);
71 std::aligned_storage<sizeof(A0)>::type a0; local
72 std::allocator_traits<B<int> >::construct(b, (A0*)&a0);
75 std::allocator_traits<B<int> >::destroy(b, (A0*)&a0);
H A Dconstruct.pass.cpp87 std::aligned_storage<sizeof(A0)>::type a0; local
89 std::allocator_traits<A<int> >::construct(a, (A0*)&a0);
113 std::aligned_storage<sizeof(A0)>::type a0; local
116 std::allocator_traits<B<int> >::construct(b, (A0*)&a0);
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest-linked_ptr_test.cc79 linked_ptr<A> a0, a1, a2; local
81 a0.operator=(a0);
83 ASSERT_EQ(a0.get(), static_cast<A*>(NULL));
86 ASSERT_TRUE(a0 == NULL);
92 a0 = a3;
93 ASSERT_TRUE(a0 == a3);
94 ASSERT_TRUE(a0 != NULL);
95 ASSERT_TRUE(a0.get() == a3);
96 ASSERT_TRUE(a0
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dinvoke_lvalue.pass.cpp77 A_void_1 a0; local
79 std::bind(a0, _1)(i);
84 A_void_1 a0; local
86 std::bind(a0, i)();
H A Dinvoke_rvalue.pass.cpp73 A_void_1 a0; local
74 std::bind(a0, _1)(4);
79 A_void_1 a0; local
80 std::bind(a0, 4)();
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
H A Dbind.hpp79 typedef typename r0::type a0; typedef in struct:boost::mpl::bind0::apply
81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_;
131 typedef typename r0::type a0; typedef in struct:boost::mpl::bind1::apply
133 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_;
189 typedef typename r0::type a0; typedef in struct:boost::mpl::bind2::apply
191 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_;
252 typedef typename r0::type a0; typedef in struct:boost::mpl::bind3::apply
254 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_;
320 typedef typename r0::type a0; typedef in struct:boost::mpl::bind4::apply
322 typedef typename aux::resolve_bind_arg< a0,U
395 typedef typename r0::type a0; typedef in struct:boost::mpl::bind5::apply
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dlocale.cpp71 make(A0 a0) argument
74 ::new (&buf) T(a0);
81 make(A0 a0, A1 a1) argument
84 ::new (&buf) T(a0, a1);
91 make(A0 a0, A1 a1, A2 a2) argument
94 ::new (&buf) T(a0, a1, a2);

Completed in 212 milliseconds