HomeSort by relevance Sort by last modified time
    Searched refs:A3 (Results 51 - 75 of 202) sorted by null

1 23 4 5 6 7 8 9

  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
select_on_container_copy_construction.pass.cpp 35 typedef std::scoped_allocator_adaptor<A3<int>> A;
36 A a1(A3<int>(3));
43 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
44 A a1(A1<int>(1), A2<int>(2), A3<int>(3));
construct.pass.cpp 165 typedef std::scoped_allocator_adaptor<A3<E>, A2<E>> K;
171 A3<E>::constructed = false;
174 assert(A3<E>::constructed);
179 typedef std::scoped_allocator_adaptor<A3<F>, A2<F>> K;
185 A3<F>::constructed = false;
188 assert(A3<F>::constructed);
allocate_size.pass.cpp 41 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
deallocate.pass.cpp 39 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/
default.pass.cpp 45 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
48 assert((a.inner_allocator() == std::scoped_allocator_adaptor<A2<int>, A3<int>>()));
53 assert(A3<int>::copy_called == false);
54 assert(A3<int>::move_called == false);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
select_on_container_copy_construction.pass.cpp 35 typedef std::scoped_allocator_adaptor<A3<int>> A;
36 A a1(A3<int>(3));
43 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A;
44 A a1(A1<int>(1), A2<int>(2), A3<int>(3));
construct.pass.cpp 165 typedef std::scoped_allocator_adaptor<A3<E>, A2<E>> K;
171 A3<E>::constructed = false;
174 assert(A3<E>::constructed);
179 typedef std::scoped_allocator_adaptor<A3<F>, A2<F>> K;
185 A3<F>::constructed = false;
188 assert(A3<F>::constructed);
  /external/clang/INPUTS/
macro_pounder_fn.c 9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B)
10 #define A4(A, B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
bind_cc.hpp 44 class A1, class A2, class A3>
45 _bi::bind_t<R, BOOST_BIND_ST R (BOOST_BIND_CC *) (B1, B2, B3), typename _bi::list_av_3<A1, A2, A3>::type>
46 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3), A1 a1, A2 a2, A3 a3)
49 typedef typename _bi::list_av_3<A1, A2, A3>::type list_type;
50 return _bi::bind_t<R, F, list_type>(f, list_type(a1, a2, a3));
55 class A1, class A2, class A3, class A4>
56 _bi::bind_t<R, BOOST_BIND_ST R (BOOST_BIND_CC *) (B1, B2, B3, B4), typename _bi::list_av_4<A1, A2, A3, A4>::type>
57 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3, B4), A1 a1, A2 a2, A3 a3, A4 a4 variable
68 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3, B4, B5), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) variable
79 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3, B4, B5, B6), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) variable
90 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3, B4, B5, B6, B7), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) variable
101 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3, B4, B5, B6, B7, B8), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) variable
112 BOOST_BIND(BOOST_BIND_ST R (BOOST_BIND_CC *f) (B1, B2, B3, B4, B5, B6, B7, B8, B9), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) variable
    [all...]
bind_mf2_cc.hpp 66 class A1, class A2, class A3>
67 _bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(mf2)<R, T, B1, B2>, typename _bi::list_av_3<A1, A2, A3>::type>
68 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1, B2), A1 a1, A2 a2, A3 a3)
71 typedef typename _bi::list_av_3<A1, A2, A3>::type list_type;
72 return _bi::bind_t<Rt2, F, list_type>(F(f), list_type(a1, a2, a3));
77 class A1, class A2, class A3>
78 _bi::bind_t<Rt2, _mfi::BOOST_BIND_MF_NAME(cmf2)<R, T, B1, B2>, typename _bi::list_av_3<A1, A2, A3>::type>
79 BOOST_BIND(boost::type<Rt2>, R (BOOST_BIND_MF_CC T::*f) (B1, B2) const, A1 a1, A2 a2, A3 a3)
    [all...]
bind_mf_cc.hpp 65 class A1, class A2, class A3>
66 _bi::bind_t<R, _mfi::BOOST_BIND_MF_NAME(mf2)<R, T, B1, B2>, typename _bi::list_av_3<A1, A2, A3>::type>
67 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2), A1 a1, A2 a2, A3 a3)
70 typedef typename _bi::list_av_3<A1, A2, A3>::type list_type;
71 return _bi::bind_t<R, F, list_type>(F(f), list_type(a1, a2, a3));
76 class A1, class A2, class A3>
77 _bi::bind_t<R, _mfi::BOOST_BIND_MF_NAME(cmf2)<R, T, B1, B2>, typename _bi::list_av_3<A1, A2, A3>::type>
78 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2) const, A1 a1, A2 a2, A3 a3)
91 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3), A1 a1, A2 a2, A3 a3, A4 a4) variable
102 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3) const, A1 a1, A2 a2, A3 a3, A4 a4) variable
115 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) variable
126 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4) const, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) variable
139 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) variable
150 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5) const, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) variable
163 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5, B6), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) variable
174 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5, B6) const, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) variable
187 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5, B6, B7), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) variable
198 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5, B6, B7) const, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) variable
211 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5, B6, B7, B8), A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) variable
222 BOOST_BIND(R (BOOST_BIND_MF_CC T::*f) (B1, B2, B3, B4, B5, B6, B7, B8) const, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) variable
    [all...]
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 50 struct A3 {
54 struct D3 : A3, B3 {
enum-increment.cpp 3 enum A { A1, A2, A3 };
  /external/lldb/test/lang/c/stepping/
main.c 56 int A3 = a(3); // frame select 1, thread step-out while stopped at "c(3)"
57 printf("a(3) returns %d\n", A3);
  /external/lldb/test/python_api/frame/
main.c 54 int A3 = a(3, 'A'); // a(3, 'A') -> c(4, 'B')
55 printf("a(3, 'A') returns %d\n", A3);
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
propagate_on_container_copy_assignment.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_copy_assignment,
propagate_on_container_move_assignment.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_move_assignment,
propagate_on_container_swap.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_swap,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
propagate_on_container_copy_assignment.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_copy_assignment,
propagate_on_container_move_assignment.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_move_assignment,
propagate_on_container_swap.pass.cpp 35 std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>>::propagate_on_container_swap,
  /external/clang/test/CXX/special/class.dtor/
p5-0x.cpp 29 union A3 {
30 A3();
33 A3 a3; // expected-error {{deleted function}} variable
  /external/llvm/include/llvm/IR/
TypeBuilder.h 275 template<typename R, typename A1, typename A2, typename A3, bool cross>
276 class TypeBuilder<R(A1, A2, A3), cross> {
282 TypeBuilder<A3, cross>::get(Context),
289 template<typename R, typename A1, typename A2, typename A3, typename A4,
291 class TypeBuilder<R(A1, A2, A3, A4), cross> {
297 TypeBuilder<A3, cross>::get(Context),
305 template<typename R, typename A1, typename A2, typename A3, typename A4,
307 class TypeBuilder<R(A1, A2, A3, A4, A5), cross> {
313 TypeBuilder<A3, cross>::get(Context),
350 template<typename R, typename A1, typename A2, typename A3, bool cross
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-generated-function-mockers.h 122 template <typename R, typename A1, typename A2, typename A3>
123 class FunctionMocker<R(A1, A2, A3)> : public
124 internal::FunctionMockerBase<R(A1, A2, A3)> {
126 typedef R F(A1, A2, A3);
130 const Matcher<A3>& m3) {
135 R Invoke(A1 a1, A2 a2, A3 a3) {
140 return this->InvokeWith(ArgumentTuple(a1, a2, a3));
144 template <typename R, typename A1, typename A2, typename A3, typename A4>
145 class FunctionMocker<R(A1, A2, A3, A4)> : publi
    [all...]
  /external/clang/test/CXX/temp/temp.param/
p4.cpp 9 template<enum E x, E y> struct A3;

Completed in 488 milliseconds

1 23 4 5 6 7 8 9