HomeSort by relevance Sort by last modified time
    Searched refs:__a (Results 201 - 225 of 1100) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
indirect_array.h 144 indirect_array<_Tp>::indirect_array(const indirect_array<_Tp>& __a)
145 : _M_sz(__a._M_sz), _M_index(__a._M_index), _M_array(__a._M_array) {}
149 indirect_array<_Tp>::indirect_array(_Array<_Tp> __a, size_t __s,
151 : _M_sz(__s), _M_index(__i), _M_array(__a) {}
155 indirect_array<_Tp>::operator=(const indirect_array<_Tp>& __a)
157 std::__valarray_copy(__a._M_array, _M_sz, __a._M_index, _M_array,
move.h 161 * @param __a A thing of arbitrary type.
167 swap(_Tp& __a, _Tp& __b)
176 _Tp __tmp = _GLIBCXX_MOVE(__a);
177 __a = _GLIBCXX_MOVE(__b);
186 swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm])
188 noexcept(noexcept(swap(*__a, *__b)))
192 swap(__a[__n], __b[__n]);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
boost_concept_check.h 166 _Tp __a _IsUnused; // require default constructor
174 __a = __a; // require assignment operator
175 __const_constraints(__a);
178 __a = __b; // const required for argument to assignment
180 _Tp __a; member in struct:_AssignableConcept
189 _Tp __a(__b); // require copy constructor
190 _Tp* __ptr _IsUnused = &__a; // require address of operator
191 __const_constraints(__a);
193 void __const_constraints(const _Tp& __a) {
213 _Tp __a; member in struct:_SGIAssignableConcept
246 _Tp __a, __b; member in struct:_EqualityComparableConcept
    [all...]
indirect_array.h 143 indirect_array<_Tp>::indirect_array(const indirect_array<_Tp>& __a)
144 : _M_sz(__a._M_sz), _M_index(__a._M_index), _M_array(__a._M_array) {}
148 indirect_array<_Tp>::indirect_array(_Array<_Tp> __a, size_t __s,
150 : _M_sz(__s), _M_index(__i), _M_array(__a) {}
154 indirect_array<_Tp>::operator=(const indirect_array<_Tp>& __a)
156 std::__valarray_copy(__a._M_array, _M_sz, __a._M_index, _M_array,
move.h 160 * @param __a A thing of arbitrary type.
166 swap(_Tp& __a, _Tp& __b)
175 _Tp __tmp = _GLIBCXX_MOVE(__a);
176 __a = _GLIBCXX_MOVE(__b);
185 swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm])
187 noexcept(noexcept(swap(*__a, *__b)))
191 swap(__a[__n], __b[__n]);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 110 _My_Deleter(_Deleter __d, const _Alloc& __a)
111 : _My_alloc_type(__a), _M_del(__d) { }
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
130 : _Base_type(__p), _M_del(__d, __a) { }
139 _My_alloc_type __a(_M_del);
141 __a.deallocate(this, 1);
170 _Sp_counted_ptr_inplace(_Alloc __a)
171 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
180 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
181 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
    [all...]
gslice_array.h 136 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
138 : _M_array(__a), _M_index(__i) {}
142 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a)
143 : _M_array(__a._M_array), _M_index(__a._M_index) {}
147 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
149 std::__valarray_copy(_Array<_Tp>(__a._M_array),
150 _Array<size_t>(__a._M_index), _M_index.size(),
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 110 _My_Deleter(_Deleter __d, const _Alloc& __a)
111 : _My_alloc_type(__a), _M_del(__d) { }
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
130 : _Base_type(__p), _M_del(__d, __a) { }
139 _My_alloc_type __a(_M_del);
141 __a.deallocate(this, 1);
170 _Sp_counted_ptr_inplace(_Alloc __a)
171 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
180 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
181 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 110 _My_Deleter(_Deleter __d, const _Alloc& __a)
111 : _My_alloc_type(__a), _M_del(__d) { }
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
130 : _Base_type(__p), _M_del(__d, __a) { }
139 _My_alloc_type __a(_M_del);
141 __a.deallocate(this, 1);
170 _Sp_counted_ptr_inplace(_Alloc __a)
171 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
180 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
181 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 110 _My_Deleter(_Deleter __d, const _Alloc& __a)
111 : _My_alloc_type(__a), _M_del(__d) { }
129 _Sp_counted_deleter(_Ptr __p, _Deleter __d, const _Alloc& __a)
130 : _Base_type(__p), _M_del(__d, __a) { }
139 _My_alloc_type __a(_M_del);
141 __a.deallocate(this, 1);
170 _Sp_counted_ptr_inplace(_Alloc __a)
171 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
180 _Sp_counted_ptr_inplace(_Alloc __a, _Args&&... __args)
181 : _Base_type(static_cast<_Tp*>(0), _Sp_destroy_inplace<_Tp>(), __a)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
msr.h 53 unsigned int __a,__d; \
54 __asm__ __volatile__("rdtsc" : "=a" (__a), "=d" (__d)); \
55 (val) = ((unsigned long)__a) | (((unsigned long)__d)<<32); \
59 unsigned long __a, __d; \
60 __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (__a), "=d" (__d), "=c" (aux)); \
61 (val) = (__d << 32) | __a; \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unordered_set.h 71 const allocator_type& __a = allocator_type())
74 std::_Identity<value_type>(), __a)
82 const allocator_type& __a = allocator_type())
85 std::_Identity<value_type>(), __a)
92 const allocator_type& __a = allocator_type())
96 std::_Identity<value_type>(), __a)
140 const allocator_type& __a = allocator_type())
143 std::_Identity<value_type>(), __a)
152 const allocator_type& __a = allocator_type())
155 std::_Identity<value_type>(), __a)
    [all...]
shared_ptr.h 154 * @param __a An allocator.
165 shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a)
166 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
173 * @param __a An allocator.
184 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a)
185 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
315 shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a,
317 : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
322 allocate_shared(const _Alloc& __a, _Args&&... __args);
328 operator==(const shared_ptr<_Tp1>& __a, const shared_ptr<_Tp2>& __b
    [all...]
gslice_array.h 138 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
140 : _M_array(__a), _M_index(__i) {}
144 gslice_array<_Tp>::gslice_array(const gslice_array<_Tp>& __a)
145 : _M_array(__a._M_array), _M_index(__a._M_index) {}
149 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
151 std::__valarray_copy(_Array<_Tp>(__a._M_array),
152 _Array<size_t>(__a._M_index), _M_index.size(),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
msr.h 53 unsigned int __a,__d; \
54 __asm__ __volatile__("rdtsc" : "=a" (__a), "=d" (__d)); \
55 (val) = ((unsigned long)__a) | (((unsigned long)__d)<<32); \
59 unsigned long __a, __d; \
60 __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (__a), "=d" (__d), "=c" (aux)); \
61 (val) = (__d << 32) | __a; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
msr.h 53 unsigned int __a,__d; \
54 __asm__ __volatile__("rdtsc" : "=a" (__a), "=d" (__d)); \
55 (val) = ((unsigned long)__a) | (((unsigned long)__d)<<32); \
59 unsigned long __a, __d; \
60 __asm__ __volatile__ (".byte 0x0f,0x01,0xf9" : "=a" (__a), "=d" (__d), "=c" (aux)); \
61 (val) = (__d << 32) | __a; \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unordered_set.h 71 const allocator_type& __a = allocator_type())
74 std::_Identity<value_type>(), __a)
82 const allocator_type& __a = allocator_type())
85 std::_Identity<value_type>(), __a)
92 const allocator_type& __a = allocator_type())
96 std::_Identity<value_type>(), __a)
140 const allocator_type& __a = allocator_type())
143 std::_Identity<value_type>(), __a)
152 const allocator_type& __a = allocator_type())
155 std::_Identity<value_type>(), __a)
    [all...]
shared_ptr.h 154 * @param __a An allocator.
165 shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a)
166 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
173 * @param __a An allocator.
184 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a)
185 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
315 shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a,
317 : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
322 allocate_shared(const _Alloc& __a, _Args&&... __args);
328 operator==(const shared_ptr<_Tp1>& __a, const shared_ptr<_Tp2>& __b
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_set.h 71 const allocator_type& __a = allocator_type())
74 std::_Identity<value_type>(), __a)
82 const allocator_type& __a = allocator_type())
85 std::_Identity<value_type>(), __a)
92 const allocator_type& __a = allocator_type())
96 std::_Identity<value_type>(), __a)
140 const allocator_type& __a = allocator_type())
143 std::_Identity<value_type>(), __a)
152 const allocator_type& __a = allocator_type())
155 std::_Identity<value_type>(), __a)
    [all...]
shared_ptr.h 154 * @param __a An allocator.
165 shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a)
166 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
173 * @param __a An allocator.
184 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a)
185 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
315 shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a,
317 : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
322 allocate_shared(const _Alloc& __a, _Args&&... __args);
328 operator==(const shared_ptr<_Tp1>& __a, const shared_ptr<_Tp2>& __b
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
move.h 161 * @param __a A thing of arbitrary type.
167 swap(_Tp& __a, _Tp& __b)
176 _Tp __tmp = _GLIBCXX_MOVE(__a);
177 __a = _GLIBCXX_MOVE(__b);
186 swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm])
188 noexcept(noexcept(swap(*__a, *__b)))
192 swap(__a[__n], __b[__n]);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_set.h 71 const allocator_type& __a = allocator_type())
74 std::_Identity<value_type>(), __a)
82 const allocator_type& __a = allocator_type())
85 std::_Identity<value_type>(), __a)
92 const allocator_type& __a = allocator_type())
96 std::_Identity<value_type>(), __a)
140 const allocator_type& __a = allocator_type())
143 std::_Identity<value_type>(), __a)
152 const allocator_type& __a = allocator_type())
155 std::_Identity<value_type>(), __a)
    [all...]
shared_ptr.h 154 * @param __a An allocator.
165 shared_ptr(_Tp1* __p, _Deleter __d, _Alloc __a)
166 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
173 * @param __a An allocator.
184 shared_ptr(nullptr_t __p, _Deleter __d, _Alloc __a)
185 : __shared_ptr<_Tp>(__p, __d, std::move(__a)) { }
315 shared_ptr(_Sp_make_shared_tag __tag, const _Alloc& __a,
317 : __shared_ptr<_Tp>(__tag, __a, std::forward<_Args>(__args)...)
322 allocate_shared(const _Alloc& __a, _Args&&... __args);
328 operator==(const shared_ptr<_Tp1>& __a, const shared_ptr<_Tp2>& __b
    [all...]
  /external/clang/test/SemaCXX/
neon-vector-types.cpp 37 float32x4_t __a = (vec);
38 (float32_t)__builtin_neon_vgetq_lane_f32(__a, I); // expected-error{{argument should be a value from 0 to 3}}
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
stdatomic.h 127 atomic_flag_test_and_set(volatile __atomic_flag_base* __a)
128 { return atomic_flag_test_and_set_explicit(__a, memory_order_seq_cst); }
134 atomic_flag_clear(volatile __atomic_flag_base* __a)
135 { atomic_flag_clear_explicit(__a, memory_order_seq_cst); }
144 #define _ATOMIC_LOAD_(__a, __x) \
152 #define _ATOMIC_STORE_(__a, __m, __x) \
161 #define _ATOMIC_MODIFY_(__a, __o, __m, __x) \
171 #define _ATOMIC_CMPEXCHNG_(__a, __e, __m, __x) \

Completed in 1314 milliseconds

1 2 3 4 5 6 7 891011>>