Searched refs:__array (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformatter_integral.h267 array<char, __formatter::__buffer_size<decltype(__value), 2>()> __array; local
268 return __formatter::__format_integer(__value, __ctx, __specs, __negative, __array.begin(), __array.end(), "0b", 2);
271 array<char, __formatter::__buffer_size<decltype(__value), 2>()> __array; local
272 return __formatter::__format_integer(__value, __ctx, __specs, __negative, __array.begin(), __array.end(), "0B", 2);
276 array<char, __formatter::__buffer_size<decltype(__value), 8>()> __array; local
278 __value, __ctx, __specs, __negative, __array.begin(), __array.end(), __value != 0 ? "0" : nullptr, 8);
282 array<char, __formatter::__buffer_size<decltype(__value), 10>()> __array; local
287 array<char, __formatter::__buffer_size<decltype(__value), 16>()> __array; local
291 array<char, __formatter::__buffer_size<decltype(__value), 16>()> __array; local
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__iterator/
H A Ddata.h41 constexpr _Tp* data(_Tp (&__array)[_Sz]) noexcept { return __array; }
H A Dreverse_access.h28 reverse_iterator<_Tp*> rbegin(_Tp (&__array)[_Np])
30 return reverse_iterator<_Tp*>(__array + _Np);
35 reverse_iterator<_Tp*> rend(_Tp (&__array)[_Np])
37 return reverse_iterator<_Tp*>(__array);
H A Daccess.h25 begin(_Tp (&__array)[_Np])
27 return __array;
33 end(_Tp (&__array)[_Np])
35 return __array + _Np;
/openbsd-current/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(cha
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/
H A Darray_allocator.h112 array_allocator(array_type* __array = NULL) throw()
113 : _M_array(__array), _M_used(size_type()) { }
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Duninitialized_algorithms.h393 decltype(auto) __array = *__last;
394 std::__allocator_destroy_multidimensional(__elem_alloc, __array, __array + extent_v<_ValueType>);
421 _Tp& __array = *__loc; local
425 std::__allocator_destroy_multidimensional(__elem_alloc, __array, __array + __i);
429 std::__allocator_construct_at_multidimensional(__elem_alloc, std::addressof(__array[__i]));
461 _Tp& __array = *__loc; local
465 std::__allocator_destroy_multidimensional(__elem_alloc, __array, __array
[all...]
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_trace.h89 __array(unsigned, src_data, 4)

Completed in 203 milliseconds