Lines Matching defs:__array
386 decltype(auto) __array = *__last;
387 std::__allocator_destroy_multidimensional(__elem_alloc, __array, __array + extent_v<_ValueType>);
413 _Tp& __array = *__loc;
417 std::__allocator_destroy_multidimensional(__elem_alloc, __array, __array + __i);
421 std::__allocator_construct_at_multidimensional(__elem_alloc, std::addressof(__array[__i]));
453 _Tp& __array = *__loc;
457 std::__allocator_destroy_multidimensional(__elem_alloc, __array, __array + __i);
460 std::__allocator_construct_at_multidimensional(__elem_alloc, std::addressof(__array[__i]), __arg[__i]);