Home
last modified time | relevance | path

Searched refs:__array (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__format/
H A Dformatter_integral.h267 array<char, __formatter::__buffer_size<decltype(__value), 2>()> __array; variable
268 …ormatter::__format_integer(__value, __ctx, __specs, __negative, __array.begin(), __array.end(), "0…
271 array<char, __formatter::__buffer_size<decltype(__value), 2>()> __array; variable
272 …ormatter::__format_integer(__value, __ctx, __specs, __negative, __array.begin(), __array.end(), "0…
276 array<char, __formatter::__buffer_size<decltype(__value), 8>()> __array; variable
278 …__value, __ctx, __specs, __negative, __array.begin(), __array.end(), __value != 0 ? "0" : nullptr,…
282 array<char, __formatter::__buffer_size<decltype(__value), 10>()> __array; variable
284 __value, __ctx, __specs, __negative, __array.begin(), __array.end(), nullptr, 10);
287 array<char, __formatter::__buffer_size<decltype(__value), 16>()> __array; variable
288 …ormatter::__format_integer(__value, __ctx, __specs, __negative, __array.begin(), __array.end(), "0…
[all …]
/openbsd-src/sys/dev/pci/drm/i915/gvt/
H A Dtrace.h104 __array(char, buf, MAX_BUF_LEN)
122 __array(char, buf, MAX_BUF_LEN)
140 __array(char, buf, MAX_BUF_LEN)
159 __array(char, buf, MAX_BUF_LEN)
178 __array(char, buf, MAX_BUF_LEN)
196 __array(char, buf, MAX_BUF_LEN)
215 __array(char, buf, MAX_BUF_LEN)
245 __array(char, cmd_name, GVT_CMD_STR_LEN)
283 __array(char, buf, GVT_TEMP_STR_LEN)
311 __array(char, buf, GVT_TEMP_STR_LEN)
[all …]
/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Daccess.h25 begin(_Tp (&__array)[_Np]) in begin()
27 return __array; in begin()
33 end(_Tp (&__array)[_Np]) in end()
35 return __array + _Np; in end()
H A Dreverse_access.h28 reverse_iterator<_Tp*> rbegin(_Tp (&__array)[_Np]) in rbegin()
30 return reverse_iterator<_Tp*>(__array + _Np); in rbegin()
35 reverse_iterator<_Tp*> rend(_Tp (&__array)[_Np]) in rend()
37 return reverse_iterator<_Tp*>(__array); in rend()
H A Ddata.h41 constexpr _Tp* data(_Tp (&__array)[_Sz]) noexcept { return __array; } in data()
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Duninitialized_algorithms.h393 decltype(auto) __array = *__last; in __allocator_destroy_multidimensional()
394 … std::__allocator_destroy_multidimensional(__elem_alloc, __array, __array + extent_v<_ValueType>); in __allocator_destroy_multidimensional()
421 _Tp& __array = *__loc; in __allocator_construct_at_multidimensional() local
425 std::__allocator_destroy_multidimensional(__elem_alloc, __array, __array + __i); in __allocator_construct_at_multidimensional()
429 … std::__allocator_construct_at_multidimensional(__elem_alloc, std::addressof(__array[__i])); in __allocator_construct_at_multidimensional()
461 _Tp& __array = *__loc; in __allocator_construct_at_multidimensional() local
465 std::__allocator_destroy_multidimensional(__elem_alloc, __array, __array + __i); in __allocator_construct_at_multidimensional()
468 …std::__allocator_construct_at_multidimensional(__elem_alloc, std::addressof(__array[__i]), __arg[_… in __allocator_construct_at_multidimensional()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Darray_allocator.h112 array_allocator(array_type* __array = NULL) throw() in throw()
113 : _M_array(__array), _M_used(size_type()) { } in throw()
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DBADNAMES68 __array
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DBADNAMES53 __array
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_trace.h89 __array(unsigned, src_data, 4)
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/
H A Dhashtable485 _M_deallocate_nodes(_Node** __array, size_type __n)
489 _Node* __p = __array[__i];
496 __array[__i] = 0;
/openbsd-src/gnu/llvm/libcxx/include/
H A Dtuple1269 tuple& operator=(array<_Up, _Np> const& __array)
1272 _VSTD::__memberwise_copy_assign(*this, __array,
1285 tuple& operator=(array<_Up, _Np>&& __array)
1288 _VSTD::__memberwise_forward_assign(*this, _VSTD::move(__array),